Package gov.nist.secauto.decima.xml.document
Supports the loading of XML documents, caching of loaded documents, and the evaluation of XPaths
over documents.
-
Interface Summary Interface Description MutableXMLDocument XMLDocument Represents an instance of XML that can be reused for various forms of XML processing.XMLDocumentFactory XPathEvaluator Implementations of this interface provide XPath evaluation capabilities over a specific XML document. -
Class Summary Class Description AbstractJDOMDocument AbstractXPathEvaluator<FACTORY extends XPathFactory> This class provides convenience methods for evaluating XPath expressions using a providedXPathFactory.CompositeXMLDocument DefaultXMLDocumentFactory JDOMBasedXPathEvaluator JDOMDocument SimpleXMLDocumentResolver SimpleXPathContext XMLDocumentFragment XPathCondition XPathNamespaceContext This class acts a bridge between a JAXPNamespaceContextand a SaxonNamespaceResolver.