ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
ElementImpl(OMElement e,
WrapperFactory fac) |
| Modifier and Type | Method and Description |
|---|---|
NamedNodeMap |
getAttributes() |
NodeList |
getChildNodes() |
Node |
getFirstChild() |
String |
getNamespaceURI() |
String |
getNodeName() |
short |
getNodeType() |
String |
getPrefix() |
String |
getTagName() |
boolean |
hasAttributes() |
String |
toString() |
getNextSibling, getNodeValue, getParentNode, getPreviousSiblingclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNextSibling, getNodeValue, getParentNode, getPreviousSiblingpublic ElementImpl(OMElement e, WrapperFactory fac)
public String getTagName()
getTagName in interface Elementpublic NamedNodeMap getAttributes()
getAttributes in interface Elementpublic short getNodeType()
getNodeType in interface NodegetNodeType in class NodeImplpublic boolean hasAttributes()
hasAttributes in interface Elementpublic String getNodeName()
getNodeName in interface NodegetNodeName in class NodeImplpublic Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class NodeImplpublic NodeList getChildNodes()
getChildNodes in interface NodegetChildNodes in class NodeImplpublic String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class NodeImplCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.