|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlDocument | |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
Uses of XmlDocument in com.sun.xml.tree |
Methods in com.sun.xml.tree that return XmlDocument | |
static XmlDocument |
XmlDocument.createXmlDocument(java.lang.String documentURI,
boolean doValidate)
Construct an XML document from the data at the specified URI, optionally validating. |
static XmlDocument |
XmlDocument.createXmlDocument(java.lang.String documentURI)
Construct an XML document from the data at the specified URI, using Sun's nonvalidating parser. |
static XmlDocument |
XmlDocument.createXmlDocument(java.io.InputStream in,
boolean doValidate)
Construct an XML document from input stream, optionally validating. |
static XmlDocument |
XmlDocument.createXmlDocument(InputSource in,
boolean doValidate)
Construct an XML document from the data in the specified input source, optionally validating. |
XmlDocument |
XmlDocumentBuilder.getDocument()
Returns the fruits of parsing, after a SAX parser has used this as a document handler during parsing. |
XmlDocument |
XmlDocumentBuilder.createDocument()
This is a factory method, used to create an XmlDocument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |