|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementImpl | |
---|---|
org.apache.html.dom | |
org.apache.wml.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. |
Methods in org.apache.html.dom with parameters of type ElementImpl | |
---|---|
protected boolean |
HTMLDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el)
|
Uses of ElementImpl in org.apache.wml.dom |
---|
Subclasses of ElementImpl in org.apache.wml.dom | |
---|---|
class |
WMLAccessElementImpl
|
class |
WMLAElementImpl
|
class |
WMLAnchorElementImpl
|
class |
WMLBElementImpl
|
class |
WMLBigElementImpl
|
class |
WMLBrElementImpl
|
class |
WMLCardElementImpl
|
class |
WMLDoElementImpl
|
class |
WMLElementImpl
|
class |
WMLEmElementImpl
|
class |
WMLFieldsetElementImpl
|
class |
WMLGoElementImpl
|
class |
WMLHeadElementImpl
|
class |
WMLIElementImpl
|
class |
WMLImgElementImpl
|
class |
WMLInputElementImpl
|
class |
WMLMetaElementImpl
|
class |
WMLNoopElementImpl
|
class |
WMLOneventElementImpl
|
class |
WMLOptgroupElementImpl
|
class |
WMLOptionElementImpl
|
class |
WMLPElementImpl
|
class |
WMLPostfieldElementImpl
|
class |
WMLPrevElementImpl
|
class |
WMLRefreshElementImpl
|
class |
WMLSelectElementImpl
|
class |
WMLSetvarElementImpl
|
class |
WMLSmallElementImpl
|
class |
WMLStrongElementImpl
|
class |
WMLTableElementImpl
|
class |
WMLTdElementImpl
|
class |
WMLTemplateElementImpl
|
class |
WMLTimerElementImpl
|
class |
WMLTrElementImpl
|
class |
WMLUElementImpl
|
class |
WMLWmlElementImpl
|
Methods in org.apache.wml.dom with parameters of type ElementImpl | |
---|---|
protected boolean |
WMLDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el)
|
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. |
class |
PSVIElementNSImpl
Element namespace implementation; stores PSVI element items. |
Fields in org.apache.xerces.dom declared as ElementImpl | |
---|---|
protected ElementImpl |
CoreDocumentImpl.docElement
Document element. |
protected ElementImpl |
DOMNormalizer.XMLAttributesProxy.fElement
|
Methods in org.apache.xerces.dom with parameters of type ElementImpl | |
---|---|
protected void |
DOMNormalizer.addNamespaceDecl(String prefix,
String uri,
ElementImpl element)
Adds a namespace attribute or replaces the value of existing namespace attribute with the given prefix and value for URI. |
protected boolean |
CoreDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el)
|
protected void |
DOMNormalizer.namespaceFixUp(ElementImpl element,
AttributeMap attributes)
|
void |
DOMNormalizer.XMLAttributesProxy.setAttributes(AttributeMap attributes,
CoreDocumentImpl doc,
ElementImpl elem)
|
Constructors in org.apache.xerces.dom with parameters of type ElementImpl | |
---|---|
AttributeMap(ElementImpl ownerNode,
NamedNodeMapImpl defaults)
Constructs a named node map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |