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, getFirstChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildNodes, getFirstChild
public static final String XMLNS
public static final String XMLNS_URI
public AttrImpl(Object o, OMElement parent, WrapperFactory fac)
public Element getOwnerElement()
getOwnerElement
in interface Attr
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class NodeImpl
public String getLocalName()
getLocalName
in interface Attr
public String getNamespaceURI()
getNamespaceURI
in interface Attr
getNamespaceURI
in interface Node
getNamespaceURI
in class NodeImpl
public String getNodeName()
getNodeName
in interface Node
getNodeName
in class NodeImpl
public String getNodeValue()
getNodeValue
in interface Node
getNodeValue
in class NodeImpl
public String getPrefix()
public Node getNextSibling()
getNextSibling
in interface Node
getNextSibling
in class NodeImpl
public Node getPreviousSibling()
getPreviousSibling
in interface Node
getPreviousSibling
in class NodeImpl
public Node getParentNode()
getParentNode
in interface Node
getParentNode
in class NodeImpl
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.