Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
public class PSVIDocumentImpl
extends DocumentImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.DocumentImpl | |
eventListeners , iterators , mutationEvents , ranges |
Fields inherited from class org.apache.xerces.dom.CoreDocumentImpl | |
actualEncoding , allowGrammarAccess , changes , docElement , docType , encoding , errorChecking , fDocumentURI , identifiers , standalone , userData , version , xmlVersionChanged |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
Constructor Summary | |
| |
|
Method Summary | |
org.w3c.dom.Attr |
|
org.w3c.dom.Attr |
|
org.w3c.dom.Element |
|
org.w3c.dom.Element |
|
DOMConfiguration |
|
org.w3c.dom.DOMImplementation |
|
Methods inherited from class org.apache.xerces.dom.DocumentImpl | |
addEventListener , cloneNode , copyEventListeners , createEvent , createNodeIterator , createNodeIterator , createRange , createTreeWalker , createTreeWalker , dispatchAggregateEvents , dispatchAggregateEvents , dispatchEvent , dispatchEventToSubtree , getEventListeners , getImplementation , removeEventListener , saveEnclosingAttr , setEventListeners |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public PSVIDocumentImpl()
Create a document.
public PSVIDocumentImpl(org.w3c.dom.DocumentType doctype)
For DOM2 support. The createDocument factory method is in DOMImplementation.
public org.w3c.dom.Attr createAttributeNS(String namespaceURI, String qualifiedName) throws org.w3c.dom.DOMException
Create an attribute with PSVI information
- Specified by:
- createAttributeNS in interface org.w3c.dom.Document
- Overrides:
- createAttributeNS in interface CoreDocumentImpl
public org.w3c.dom.Attr createAttributeNS(String namespaceURI, String qualifiedName, String localName) throws org.w3c.dom.DOMException
Create an attribute with PSVI information
- Overrides:
- createAttributeNS in interface CoreDocumentImpl
public org.w3c.dom.Element createElementNS(String namespaceURI, String qualifiedName) throws org.w3c.dom.DOMException
Create an element with PSVI information
- Specified by:
- createElementNS in interface org.w3c.dom.Document
- Overrides:
- createElementNS in interface CoreDocumentImpl
public org.w3c.dom.Element createElementNS(String namespaceURI, String qualifiedName, String localpart) throws org.w3c.dom.DOMException
Create an element with PSVI information
- Overrides:
- createElementNS in interface CoreDocumentImpl
public DOMConfiguration getDomConfig()
The configuration used whenDocument.normalizeDocument
is invoked.
- Overrides:
- getDomConfig in interface CoreDocumentImpl
- Since:
- DOM Level 3
public org.w3c.dom.DOMImplementation getImplementation()
Retrieve information describing the abilities of this particular DOM implementation. Intended to support applications that may be using DOMs retrieved from several different sources, potentially with different underlying representations.
- Specified by:
- getImplementation in interface org.w3c.dom.Document
- Overrides:
- getImplementation in interface DocumentImpl