|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Document | |
com.japisoft.fastparser.dom | |
org.w3c.dom |
Uses of Document in com.japisoft.fastparser.dom |
Classes in com.japisoft.fastparser.dom that implement Document | |
class |
DocumentImpl
Document |
Methods in com.japisoft.fastparser.dom that return Document | |
Document |
DOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
|
Document |
NodeImpl.getOwnerDocument()
The Document object associated with this node. |
Methods in com.japisoft.fastparser.dom with parameters of type Document | |
void |
NodeImpl.setOwnerDocument(Document doc)
|
Uses of Document in org.w3c.dom |
Methods in org.w3c.dom that return Document | |
Document |
Node.getOwnerDocument()
The Document object associated with this node. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |