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)
Field Summary |
static java.lang.String |
XMLNS
|
static java.lang.String |
XMLNS_URI
|
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 java.lang.String XMLNS
- See Also:
- Constant Field Values
XMLNS_URI
public static final java.lang.String XMLNS_URI
- See Also:
- Constant Field Values
AttrImpl
public AttrImpl(java.lang.Object o,
OMElement parent,
WrapperFactory fac)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Attr
getValue
public java.lang.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 java.lang.String getLocalName()
- Specified by:
getLocalName
in interface Attr
getNamespaceURI
public java.lang.String getNamespaceURI()
- Specified by:
getNamespaceURI
in interface Attr
- Specified by:
getNamespaceURI
in interface Node
- Overrides:
getNamespaceURI
in class NodeImpl
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeName
in interface Node
- Overrides:
getNodeName
in class NodeImpl
getNodeValue
public java.lang.String getNodeValue()
- Specified by:
getNodeValue
in interface Node
- Overrides:
getNodeValue
in class NodeImpl
getPrefix
public java.lang.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-2009 The Apache Software Foundation. All Rights Reserved.