Uses of Class
gov.nist.secauto.decima.xml.document.JDOMDocument
-
Packages that use JDOMDocument Package Description gov.nist.secauto.decima.xml.document Supports the loading of XML documents, caching of loaded documents, and the evaluation of XPaths over documents. -
-
Uses of JDOMDocument in gov.nist.secauto.decima.xml.document
Subclasses of JDOMDocument in gov.nist.secauto.decima.xml.document Modifier and Type Class Description classCompositeXMLDocumentMethods in gov.nist.secauto.decima.xml.document that return JDOMDocument Modifier and Type Method Description protected JDOMDocumentDefaultXMLDocumentFactory. newJDOMDocument(File file, URL originalLocation)protected JDOMDocumentDefaultXMLDocumentFactory. newJDOMDocument(org.jdom2.Document document, URL originalLocation)JDOMDocumentCompositeXMLDocument. toJDOMDocument(File newFile)Flattens the composite document into a normal JDOMDocument assigning the systemId to the new file location.
-