Modifier and Type | Class and Description |
---|---|
class |
JDFDoc |
Modifier and Type | Field and Description |
---|---|
XMLDoc |
DocumentXMLImpl.m_validationResult
the xml output of the schema validation
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
XMLDoc.clone()
clone the document, completely severing all connections to the original document
|
protected XMLDoc |
XMLDoc.createRoot(Document document) |
XMLDoc |
KElement.getOwnerDocument_KElement()
Get the document object that owns this
|
XMLDoc |
JDFDoc.getValidationResult() |
protected XMLDoc |
JDFParser.getXMLDoc() |
protected XMLDoc |
XMLParser.getXMLDoc() |
XMLDoc |
XMLErrorHandler.getXMLOutput() |
XMLDoc |
XMLParser.parseFile(File file) |
static XMLDoc |
XMLDoc.parseFile(File file)
parse an XML file
|
XMLDoc |
XMLParser.parseFile(String strFile)
parseFile - parse a file specified by strFile
|
static XMLDoc |
XMLDoc.parseFile(String fileName)
parse an XML file
|
XMLDoc |
XMLParser.parseInputSource(InputSource inSource)
parse an input source
|
XMLDoc |
XMLParser.parseStream(InputStream inStream)
parseStream - parse a stream specified by inStream
|
static XMLDoc |
XMLDoc.parseStream(InputStream is)
parse a JDF input stream
|
XMLDoc |
XMLParser.parseString(String stringInput)
parseString - parse a string specified by stringInput
|
static XMLDoc |
XMLDoc.parseString(String string)
parse an XML file
|
static XMLDoc |
XMLDoc.parseURL(String url,
javax.mail.BodyPart bp)
parse a given url
|
protected XMLDoc |
JDFParser.runParser(InputSource inSource,
boolean bEraseEmpty) |
protected XMLDoc |
XMLParser.runParser(InputSource inSource,
boolean bEraseEmpty) |
XMLDoc |
XMLDoc.write2URL(String strURL,
String strContentType)
This method sends the contents of this XMLDoc to the URL
strURL and receives the response in the returned XMLDoc. |
Modifier and Type | Method and Description |
---|---|
void |
XMLDoc.copyMeta(XMLDoc dMine)
copy metadata from other document
|
void |
XMLDoc.setNSMap(XMLDoc other)
set the namespace map from another document
|
void |
XMLDoc.setValidationResult(XMLDoc validationResult) |
Constructor and Description |
---|
JDFDoc(XMLDoc document)
constructor
note that the constructor will create a copy of the document in case it is not a typesafe DocumentJDFImpl
|
XMLDoc(XMLDoc other)
constructor
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
XJDFZipReader.getXJDF(int i) |
XMLDoc |
XJDFZipReader.getXJMF() |
Modifier and Type | Method and Description |
---|---|
Vector<XMLDoc> |
XJDFZipReader.getXJDFs() |
Modifier and Type | Method and Description |
---|---|
static XJMFHelper |
XJMFHelper.getHelper(XMLDoc doc)
factory to create a helper from a doc
|
static XJDFHelper |
XJDFHelper.getHelper(XMLDoc doc)
factory to create a helper from a doc
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
JDFDevice.getBadJDFInfo(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Composes a BugReport in XML form for the given JDFNode 'jdfRoot'.
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
JDFDeviceCap.getBadJDFInfo(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Composes a BugReport in XML form for the given JDFNode 'jdfRoot'.
|
static XMLDoc |
JDFDeviceCap.getJMFInfo(JDFJMF jmfRoot,
JDFResponse knownMessagesResp,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
boolean ignoreExtensions)
Composes a BugReport in XML form for the given JMF message 'jmfRoot'.
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
UrlPart.getXMLDoc()
returns an xmldoc corresponding to this part
|
XMLDoc |
URLReader.getXMLDoc() |
Modifier and Type | Method and Description |
---|---|
static javax.mail.Multipart |
MimeUtil.buildMimePackage(JDFDoc docJMF,
XMLDoc docJDF,
boolean extendReferenced)
build a MIME package that contains all references in all FileSpecs of a given JDFDoc the doc is modified so that all URLs are cids
|
static void |
MimeUtil.setContent(javax.mail.BodyPart messageBodyPart,
XMLDoc xmlDoc)
sets the content of a bodypart to the xmlDoc - correctly handling non-ascii features and setting the correct content type
|
static javax.mail.BodyPart |
MimeUtil.updateXMLMultipart(javax.mail.Multipart multipart,
XMLDoc xmlDoc,
String cid) |
Modifier and Type | Method and Description |
---|---|
static javax.mail.Multipart |
MimeUtil.buildMimePackage(Vector<? extends XMLDoc> vXMLDocs)
Builds a MIME package.
|
Constructor and Description |
---|
URLReader(String urlString,
XMLDoc doc) |
Modifier and Type | Method and Description |
---|---|
XMLDoc |
BodyPartHelper.getXMLDoc()
get the JDF Doc from a given body part
|
XMLDoc |
MimeReader.getXMLDoc(InputStream stream,
int index)
get the JDF Doc from a stream, also handle non mime streams gracefully
|
Modifier and Type | Method and Description |
---|---|
void |
MimeWriter.buildMimePackage(JDFDoc docJMF,
XMLDoc docJDF,
boolean extendReferenced)
build a MIME package that contains all references in all FileSpecs of a given JDFDoc the doc is modified so that all URLs are cids
|
void |
BodyPartHelper.setContent(XMLDoc xmlDoc)
sets the content of a bodypart to the xmlDoc - correctly handling non-ascii features and setting the correct content type
|
javax.mail.BodyPart |
MimeWriter.updateXMLMultipart(XMLDoc xmlDoc,
String cid) |
Modifier and Type | Method and Description |
---|---|
void |
MimeWriter.buildMimePackage(Vector<? extends XMLDoc> vXMLDocs)
Builds a MIME package.
|
Modifier and Type | Method and Description |
---|---|
XMLDoc |
XSLTransformHelper.getTransformElement() |
Constructor and Description |
---|
XSLTransformHelper(KElement e,
XMLDoc xsl) |
XSLTransformHelper(XMLDoc d,
XMLDoc xsl) |
Modifier and Type | Method and Description |
---|---|
XMLDoc |
ZipReader.getXMLDoc()
get the xmlDoc of the current entry - note not threadsafe!
|
Modifier and Type | Field and Description |
---|---|
protected XMLDoc |
JDFValidator.pOut |
Modifier and Type | Method and Description |
---|---|
XMLDoc |
JDFValidator.processAllFiles()
processes all files that have been placed into the public VString member JDFValidator.allFiles
|
XMLDoc |
JDFValidator.processMimeStream(InputStream inStream)
process a mime file
|
XMLDoc |
JDFValidator.processSingleDocument(JDFDoc doc)
process a single document as specified by doc if doc==null, reprocess the currently stored document
|
XMLDoc |
JDFValidator.processSingleFile(InputStream inStream,
String url,
String xmlFile)
Deprecated.
- use either processSingleDoc, processSingleStream or processSinglFile(String) this will be made private
|
protected XMLDoc |
JDFValidator.processSingleFile(InputStream inStream,
String url,
String xmlFile,
javax.mail.BodyPart bp)
processes a single file
|
XMLDoc |
JDFValidator.processSingleFile(String fileName)
process a single file document as specified by fileName
|
XMLDoc |
JDFValidator.processSingleStream(InputStream stream,
String fileName,
javax.mail.BodyPart bp)
process a single document as specified by doc
|
XMLDoc |
JDFValidator.processSingleURLStream(InputStream stream,
String url)
process a single document as specified by doc
|
XMLDoc |
JDFValidator.processZipFile(File argFile)
we may want to create something similar for a zip stream
|
Copyright © 2018. All rights reserved.