Uses of Class
org.cip4.jdflib.core.XMLDoc

Packages that use XMLDoc
org.cip4.jdflib.core   
org.cip4.jdflib.extensions   
org.cip4.jdflib.resource   
org.cip4.jdflib.resource.devicecapability   
org.cip4.jdflib.util   
org.cip4.jdflib.util.mime   
org.cip4.jdflib.util.xml   
org.cip4.jdflib.util.zip   
org.cip4.jdflib.validate   
 

Uses of XMLDoc in org.cip4.jdflib.core
 

Subclasses of XMLDoc in org.cip4.jdflib.core
 class JDFDoc
           
 

Fields in org.cip4.jdflib.core declared as XMLDoc
 XMLDoc DocumentXMLImpl.m_validationResult
          the xml output of the schema validation
 

Methods in org.cip4.jdflib.core that return XMLDoc
 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 XMLParser.getXMLDoc()
           
protected  XMLDoc JDFParser.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.parseURL(String url, javax.mail.BodyPart bp)
          parse a given url
protected  XMLDoc XMLParser.runParser(InputSource inSource, boolean bEraseEmpty)
           
protected  XMLDoc JDFParser.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.
 

Methods in org.cip4.jdflib.core with parameters of type XMLDoc
 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)
           
 

Constructors in org.cip4.jdflib.core with parameters of type XMLDoc
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
 

Uses of XMLDoc in org.cip4.jdflib.extensions
 

Methods in org.cip4.jdflib.extensions with parameters of type XMLDoc
static XJDFHelper XJDFHelper.getHelper(XMLDoc doc)
          factoy to create a helper from a doc
 

Uses of XMLDoc in org.cip4.jdflib.resource
 

Methods in org.cip4.jdflib.resource that return XMLDoc
 XMLDoc JDFDevice.getBadJDFInfo(JDFNode jdfRoot, JDFBaseDataTypes.EnumFitsValue testlists, JDFElement.EnumValidationLevel level)
          Composes a BugReport in XML form for the given JDFNode 'jdfRoot'.
 

Uses of XMLDoc in org.cip4.jdflib.resource.devicecapability
 

Methods in org.cip4.jdflib.resource.devicecapability that return XMLDoc
 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'.
 

Uses of XMLDoc in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return XMLDoc
 XMLDoc URLReader.getXMLDoc()
           
 XMLDoc UrlPart.getXMLDoc()
          returns an xmldoc corresponding to this part
 

Methods in org.cip4.jdflib.util with parameters of type XMLDoc
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)
           
 

Method parameters in org.cip4.jdflib.util with type arguments of type XMLDoc
static javax.mail.Multipart MimeUtil.buildMimePackage(Vector<? extends XMLDoc> vXMLDocs)
          Builds a MIME package.
 

Constructors in org.cip4.jdflib.util with parameters of type XMLDoc
URLReader(String urlString, XMLDoc doc)
           
 

Uses of XMLDoc in org.cip4.jdflib.util.mime
 

Methods in org.cip4.jdflib.util.mime that return XMLDoc
 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
 

Methods in org.cip4.jdflib.util.mime with parameters of type XMLDoc
 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)
           
 

Method parameters in org.cip4.jdflib.util.mime with type arguments of type XMLDoc
 void MimeWriter.buildMimePackage(Vector<? extends XMLDoc> vXMLDocs)
          Builds a MIME package.
 

Uses of XMLDoc in org.cip4.jdflib.util.xml
 

Methods in org.cip4.jdflib.util.xml that return XMLDoc
 XMLDoc XSLTransformHelper.getTransformElement()
           
 

Constructors in org.cip4.jdflib.util.xml with parameters of type XMLDoc
XSLTransformHelper(KElement e, XMLDoc xsl)
           
XSLTransformHelper(XMLDoc d, XMLDoc xsl)
           
 

Uses of XMLDoc in org.cip4.jdflib.util.zip
 

Methods in org.cip4.jdflib.util.zip that return XMLDoc
 XMLDoc ZipReader.getXMLDoc()
          get the xmlDoc of the current entry - note not threadsafe!
 

Uses of XMLDoc in org.cip4.jdflib.validate
 

Fields in org.cip4.jdflib.validate declared as XMLDoc
protected  XMLDoc JDFValidator.pOut
           
 

Methods in org.cip4.jdflib.validate that return XMLDoc
 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 © 2013. All Rights Reserved.