A B C D E F G H I L M N O P R S T V W

D

deleteData(int, int) - Method in class com.japisoft.fastparser.dom.CharacterDataImpl
Remove a range of characters from the node.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of characters from the node.
Demo - class test.dom.Demo.
Here a sample of DOM usage.
Demo() - Constructor for class test.dom.Demo
 
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
Document - class com.japisoft.fastparser.document.Document.
Main XML document
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
 
Document() - Constructor for class com.japisoft.fastparser.document.Document
 
Document(MutableNode) - Constructor for class com.japisoft.fastparser.document.Document
Reset the current document root
DocumentBuilder - interface com.japisoft.fastparser.document.DocumentBuilder.
Interface for building an XML document
DocumentBuilderException - exception com.japisoft.fastparser.document.DocumentBuilderException.
Exception while building the XML document
DocumentBuilderException(String) - Constructor for class com.japisoft.fastparser.document.DocumentBuilderException
 
DocumentBuilderImpl - class com.japisoft.fastparser.document.DocumentBuilderImpl.
Build a document.
DocumentBuilderImpl(NodeFactory) - Constructor for class com.japisoft.fastparser.document.DocumentBuilderImpl
Pass the parser node factory
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl - class com.japisoft.fastparser.dom.DocumentFragmentImpl.
DocumentFragment
DocumentFragmentImpl() - Constructor for class com.japisoft.fastparser.dom.DocumentFragmentImpl
 
DocumentImpl - class com.japisoft.fastparser.dom.DocumentImpl.
Document
DocumentImpl(Document) - Constructor for class com.japisoft.fastparser.dom.DocumentImpl
 
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentTypeImpl - class com.japisoft.fastparser.dom.DocumentTypeImpl.
DocumentType : Not implemented
DocumentTypeImpl() - Constructor for class com.japisoft.fastparser.dom.DocumentTypeImpl
 
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DOMExceptionImpl - exception com.japisoft.fastparser.dom.DOMExceptionImpl.
DOMException
DOMExceptionImpl(short, String) - Constructor for class com.japisoft.fastparser.dom.DOMExceptionImpl
 
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationImpl - class com.japisoft.fastparser.dom.DOMImplementationImpl.
DOMImplementation
DOMImplementationImpl() - Constructor for class com.japisoft.fastparser.dom.DOMImplementationImpl
 
DomNodeFactory - class com.japisoft.fastparser.dom.DomNodeFactory.
Node factory for DOM
DomNodeFactory() - Constructor for class com.japisoft.fastparser.dom.DomNodeFactory
 
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 

A B C D E F G H I L M N O P R S T V W