Package | Description |
---|---|
org.apache.html.dom | |
org.apache.wml.dom | |
org.apache.xerces.dom |
Modifier and Type | Field and Description |
---|---|
protected ElementImpl |
HTMLBuilder._current
The current node in the document into which elements, text and
other nodes will be inserted.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
HTMLDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WMLDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ElementImpl |
CoreDocumentImpl.docElement
Document element.
|
protected ElementImpl |
DOMNormalizer.XMLAttributesProxy.fElement |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
AttributeMap(ElementImpl ownerNode,
NamedNodeMapImpl defaults)
Constructs a named node map.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.