|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementImpl | |
org.apache.html.dom | |
org.apache.xerces.dom |
Uses of ElementImpl in org.apache.html.dom |
Fields in org.apache.html.dom declared as ElementImpl | |
protected ElementImpl |
HTMLBuilder._current
The current node in the document into which elements, text and other nodes will be inserted. |
Uses of ElementImpl in org.apache.xerces.dom |
Subclasses of ElementImpl in org.apache.xerces.dom | |
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 |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support. |
Fields in org.apache.xerces.dom declared as ElementImpl | |
protected ElementImpl |
NamedNodeMapImpl.element
Element. |
protected ElementImpl |
DocumentImpl.docElement
Document element. |
Constructors in org.apache.xerces.dom with parameters of type ElementImpl | |
NamedNodeMapImpl.NamedNodeMapImpl(ElementImpl element,
NamedNodeMapImpl defaults)
Constructs a named node map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |