org.apache.axiom.c14n.omwrapper
Class AttrImpl
java.lang.Object
org.apache.axiom.c14n.omwrapper.NodeImpl
org.apache.axiom.c14n.omwrapper.AttrImpl
- All Implemented Interfaces:
- Attr, Node
public class AttrImpl
- extends NodeImpl
- implements Attr
- Author:
- Saliya Ekanayake (esaliya@gmail.com)
Fields inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNS
public static final String XMLNS
- See Also:
- Constant Field Values
XMLNS_URI
public static final String XMLNS_URI
- See Also:
- Constant Field Values
AttrImpl
public AttrImpl(Object o,
OMElement parent,
WrapperFactory fac)
getName
public String getName()
- Specified by:
getName
in interface Attr
getValue
public String getValue()
- Specified by:
getValue
in interface Attr
getOwnerElement
public Element getOwnerElement()
- Specified by:
getOwnerElement
in interface Attr
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface Node
- Overrides:
getNodeType
in class NodeImpl
getLocalName
public String getLocalName()
- Specified by:
getLocalName
in interface Attr
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURI
in interface Attr
- Specified by:
getNamespaceURI
in interface Node
- Overrides:
getNamespaceURI
in class NodeImpl
getNodeName
public String getNodeName()
- Specified by:
getNodeName
in interface Node
- Overrides:
getNodeName
in class NodeImpl
getNodeValue
public String getNodeValue()
- Specified by:
getNodeValue
in interface Node
- Overrides:
getNodeValue
in class NodeImpl
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interface Node
- Overrides:
getPrefix
in class NodeImpl
getNextSibling
public Node getNextSibling()
- Specified by:
getNextSibling
in interface Node
- Overrides:
getNextSibling
in class NodeImpl
getPreviousSibling
public Node getPreviousSibling()
- Specified by:
getPreviousSibling
in interface Node
- Overrides:
getPreviousSibling
in class NodeImpl
getParentNode
public Node getParentNode()
- Specified by:
getParentNode
in interface Node
- Overrides:
getParentNode
in class NodeImpl
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.