| Modifier and Type | Field and Description |
|---|---|
static String |
XMLNS |
static String |
XMLNS_URI |
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 |
|---|
AttrImpl(Object o,
OMElement parent,
WrapperFactory fac) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName() |
String |
getName() |
String |
getNamespaceURI() |
Node |
getNextSibling() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
Element |
getOwnerElement() |
Node |
getParentNode() |
String |
getPrefix() |
Node |
getPreviousSibling() |
String |
getValue() |
getChildNodes, getFirstChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildNodes, getFirstChildpublic static final String XMLNS
public static final String XMLNS_URI
public AttrImpl(Object o, OMElement parent, WrapperFactory fac)
public Element getOwnerElement()
getOwnerElement in interface Attrpublic short getNodeType()
getNodeType in interface NodegetNodeType in class NodeImplpublic String getLocalName()
getLocalName in interface Attrpublic String getNamespaceURI()
getNamespaceURI in interface AttrgetNamespaceURI in interface NodegetNamespaceURI in class NodeImplpublic String getNodeName()
getNodeName in interface NodegetNodeName in class NodeImplpublic String getNodeValue()
getNodeValue in interface NodegetNodeValue in class NodeImplpublic String getPrefix()
public Node getNextSibling()
getNextSibling in interface NodegetNextSibling in class NodeImplpublic Node getPreviousSibling()
getPreviousSibling in interface NodegetPreviousSibling in class NodeImplpublic Node getParentNode()
getParentNode in interface NodegetParentNode in class NodeImplCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.