|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Document in org.apache.html.dom |
---|
Classes in org.apache.html.dom that implement Document | |
class |
HTMLDocumentImpl
Implements an HTML document. |
Uses of Document in org.apache.wml |
---|
Subinterfaces of Document in org.apache.wml | |
interface |
WMLDocument
The interface is modeled after DOM1 Spec for HTML from W3C. |
Uses of Document in org.apache.wml.dom |
---|
Classes in org.apache.wml.dom that implement Document | |
class |
WMLDocumentImpl
|
Methods in org.apache.wml.dom that return Document | |
Document |
WMLDOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
|
Uses of Document in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement Document | |
class |
CoreDocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DeferredDocumentImpl
The Document interface represents the entire HTML or XML document. |
class |
DocumentImpl
The Document interface represents the entire HTML or XML document. |
Methods in org.apache.xerces.dom that return Document | |
Document |
NodeImpl.getOwnerDocument()
Find the Document that this Node belongs to (the document in whose context the Node was created). |
Document |
ParentNode.getOwnerDocument()
Find the Document that this Node belongs to (the document in whose context the Node was created). |
Document |
CoreDocumentImpl.getOwnerDocument()
|
Document |
DOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Introduced in DOM Level 2. |
Document |
CoreDOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Introduced in DOM Level 2. |
Uses of Document in org.apache.xerces.jaxp |
---|
Methods in org.apache.xerces.jaxp that return Document | |
Document |
DocumentBuilderImpl.newDocument()
Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object. |
Document |
DocumentBuilderImpl.parse(InputSource is)
|
Uses of Document in org.apache.xerces.parsers |
---|
Fields in org.apache.xerces.parsers declared as Document | |
protected Document |
DOMParser.fDocument
|
Methods in org.apache.xerces.parsers that return Document | |
Document |
DOMParser.getDocument()
Returns the document. |
Uses of Document in org.apache.xerces.validators.common |
---|
Methods in org.apache.xerces.validators.common that return Document | |
Document |
Grammar.getGrammarDocument()
|
Methods in org.apache.xerces.validators.common with parameters of type Document | |
protected void |
Grammar.setGrammarDocument(Document grammarDocument)
|
Uses of Document in org.apache.xml.serialize |
---|
Methods in org.apache.xml.serialize with parameters of type Document | |
void |
BaseMarkupSerializer.serialize(Document doc)
Serializes the DOM document using the previously specified writer and output format. |
static java.lang.String |
OutputFormat.whichMethod(Document doc)
Determine the output method for the specified document. |
static java.lang.String |
OutputFormat.whichDoctypePublic(Document doc)
Returns the document type public identifier specified for this document, or null. |
static java.lang.String |
OutputFormat.whichDoctypeSystem(Document doc)
Returns the document type system identifier specified for this document, or null. |
void |
DOMSerializer.serialize(Document doc)
Serializes the DOM document. |
Constructors in org.apache.xml.serialize with parameters of type Document | |
OutputFormat(Document doc)
Constructs a new output format with the proper method, document type identifiers and media type for the specified document. |
|
OutputFormat(Document doc,
java.lang.String encoding,
boolean indenting)
Constructs a new output format with the proper method, document type identifiers and media type for the specified document, and with the specified encoding. |
Uses of Document in org.w3c.dom |
---|
Methods in org.w3c.dom that return Document | |
Document |
DOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Creates an XML Document object of the specified type with
its document element. |
Document |
Node.getOwnerDocument()
The Document object associated with this node. |
Uses of Document in org.w3c.dom.html |
---|
Subinterfaces of Document in org.w3c.dom.html | |
interface |
HTMLDocument
An HTMLDocument is the root of the HTML hierarchy and holds
the entire content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |