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, getPreviousSibling
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getNextSibling, getNodeValue, getParentNode, getPreviousSibling
public ElementImpl(OMElement e, WrapperFactory fac)
public String getTagName()
getTagName
in interface Element
public NamedNodeMap getAttributes()
getAttributes
in interface Element
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
public boolean hasAttributes()
hasAttributes
in interface Element
public String getNodeName()
getNodeName
in interface Node
getNodeName
in class NodeImpl
public Node getFirstChild()
getFirstChild
in interface Node
getFirstChild
in class NodeImpl
public NodeList getChildNodes()
getChildNodes
in interface Node
getChildNodes
in class NodeImpl
public String getNamespaceURI()
getNamespaceURI
in interface Node
getNamespaceURI
in class NodeImpl
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.