Save This Page
Home » axiom-1.2.8-src » org.apache.axiom.c14n.omwrapper » [javadoc | source]
org.apache.axiom.c14n.omwrapper
public class: ElementImpl [javadoc | source]
java.lang.Object
   NodeImpl
      org.apache.axiom.c14n.omwrapper.ElementImpl

All Implemented Interfaces:
    Element

Constructor:
 public ElementImpl(OMElement e,
    WrapperFactory fac) 
Method from org.apache.axiom.c14n.omwrapper.ElementImpl Summary:
getAttributes,   getChildNodes,   getFirstChild,   getNamespaceURI,   getNodeName,   getNodeType,   getPrefix,   getTagName,   hasAttributes,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axiom.c14n.omwrapper.ElementImpl Detail:
 public NamedNodeMap getAttributes() 
 public NodeList getChildNodes() 
 public Node getFirstChild() 
 public String getNamespaceURI() 
 public String getNodeName() 
 public short getNodeType() 
 public String getPrefix() 
 public String getTagName() 
 public boolean hasAttributes() 
 public String toString()