Package | Description |
---|---|
org.apache.html.dom | |
org.apache.wml.dom | |
org.apache.xerces.dom |
Modifier and Type | Class and Description |
---|---|
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 |
DeferredDocumentTypeImpl
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
|
class |
DeferredElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
|
class |
DeferredElementImpl
Elements represent most of the "markup" and structure of the
document.
|
class |
DeferredElementNSImpl
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
|
class |
DeferredEntityImpl
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
|
class |
DeferredEntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
|
class |
DocumentFragmentImpl
DocumentFragment is a "lightweight" or "minimal" Document
object.
|
class |
DocumentImpl
The Document interface represents the entire HTML or XML document.
|
class |
DocumentTypeImpl
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
|
class |
ElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
|
class |
ElementImpl
Elements represent most of the "markup" and structure of the
document.
|
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.
|
class |
EntityImpl
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
|
class |
EntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
|
class |
PSVIDocumentImpl
Our own document implementation, which knows how to create an element
with PSVI information.
|
class |
PSVIElementNSImpl
Element namespace implementation; stores PSVI element items.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DeferredDocumentImpl.synchronizeChildren(ParentNode p,
int nodeIndex)
Synchronizes the node's children with the internal structure.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.