Package | Description |
---|---|
org.apache.html.dom | |
org.apache.wml.dom | |
org.apache.xerces.dom | |
org.apache.xerces.parsers |
Modifier and Type | Class and Description |
---|---|
class |
HTMLDocumentImpl
Implements an HTML document.
|
Modifier and Type | Class and Description |
---|---|
class |
WMLDocumentImpl |
Modifier and Type | Method and Description |
---|---|
protected CoreDocumentImpl |
WMLDOMImplementationImpl.createDocument(DocumentType doctype) |
Modifier and Type | Class and Description |
---|---|
class |
DeferredDocumentImpl
The Document interface represents the entire HTML or XML document.
|
class |
DocumentImpl
The Document interface represents the entire HTML or XML document.
|
class |
PSVIDocumentImpl
Our own document implementation, which knows how to create an element
with PSVI information.
|
Modifier and Type | Field and Description |
---|---|
protected CoreDocumentImpl |
DOMNormalizer.fDocument |
protected CoreDocumentImpl |
DOMNormalizer.XMLAttributesProxy.fDocument |
protected CoreDocumentImpl |
ParentNode.ownerDocument
Owner document.
|
Modifier and Type | Method and Description |
---|---|
protected CoreDocumentImpl |
PSVIDOMImplementationImpl.createDocument(DocumentType doctype) |
protected CoreDocumentImpl |
DOMImplementationImpl.createDocument(DocumentType doctype) |
protected CoreDocumentImpl |
CoreDOMImplementationImpl.createDocument(DocumentType doctype) |
Modifier and Type | Method and Description |
---|---|
protected void |
CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc,
boolean deep)
internal method to share code with subclass
|
protected void |
DOMNormalizer.normalizeDocument(CoreDocumentImpl document,
DOMConfigurationImpl config)
Normalizes document.
|
void |
DOMNormalizer.XMLAttributesProxy.setAttributes(AttributeMap attributes,
CoreDocumentImpl doc,
ElementImpl elem) |
protected void |
ParentNode.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node and its children
|
protected void |
NodeImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node
|
protected void |
NamedNodeMapImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node, and the attributes it contains
|
protected void |
ElementImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node, its children, and its attributes
|
protected void |
DocumentTypeImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node and its children
|
protected void |
AttrImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM
set the ownerDocument of this node and its children
|
void |
TextImpl.setValues(CoreDocumentImpl ownerDoc,
String data)
NON-DOM: resets node and sets specified values for the current node
|
Constructor and Description |
---|
AttrImpl(CoreDocumentImpl ownerDocument,
String name)
Attribute has no public constructor.
|
AttrNSImpl(CoreDocumentImpl ownerDocument,
String value) |
AttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
DOM2: Constructor for Namespace implementation.
|
AttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName) |
CDATASectionImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor for creating a CDATA section.
|
CharacterDataImpl(CoreDocumentImpl ownerDocument,
String data)
Factory constructor.
|
ChildNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be
instantiated, and those normally via a Document's factory methods
|
CommentImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor.
|
DocumentFragmentImpl(CoreDocumentImpl ownerDoc)
Factory constructor.
|
DocumentTypeImpl(CoreDocumentImpl ownerDocument,
String name)
Factory method for creating a document type node.
|
DocumentTypeImpl(CoreDocumentImpl ownerDocument,
String qualifiedName,
String publicID,
String systemID)
Factory method for creating a document type node.
|
ElementDefinitionImpl(CoreDocumentImpl ownerDocument,
String name)
Factory constructor.
|
ElementImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor.
|
ElementNSImpl(CoreDocumentImpl ownerDocument,
String value) |
ElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
DOM2: Constructor for Namespace implementation.
|
ElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName) |
EntityImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor.
|
EntityReferenceImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor.
|
NodeImpl(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be
instantiated, and those normally via a Document's factory methods
|
NotationImpl(CoreDocumentImpl ownerDoc,
String name)
Factory constructor.
|
ParentNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of ParentNode should be
instantiated, and those normally via a Document's factory methods
|
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc,
String target,
String data)
Factory constructor.
|
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
Construct an attribute node.
|
PSVIAttrNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
Construct an attribute node.
|
PSVIElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName)
Construct an element node.
|
PSVIElementNSImpl(CoreDocumentImpl ownerDocument,
String namespaceURI,
String qualifiedName,
String localName)
Construct an element node.
|
TextImpl(CoreDocumentImpl ownerDoc,
String data)
Factory constructor.
|
Modifier and Type | Field and Description |
---|---|
protected CoreDocumentImpl |
AbstractDOMParser.fDocumentImpl
The default Xerces document implementation, if used.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.