org.apache.axiom.c14n.omwrapper.interfaces
Interface Element

All Superinterfaces:
Node
All Known Implementing Classes:
ElementImpl

public interface Element
extends Node

Author:
Saliya Ekanayake (esaliya@gmail.com)

Field Summary
 
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
 
Method Summary
 NamedNodeMap getAttributes()
           
 java.lang.String getTagName()
           
 boolean hasAttributes()
           
 
Methods inherited from interface org.apache.axiom.c14n.omwrapper.interfaces.Node
getChildNodes, getFirstChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getParentNode, getPrefix, getPreviousSibling
 

Method Detail

hasAttributes

boolean hasAttributes()

getTagName

java.lang.String getTagName()

getAttributes

NamedNodeMap getAttributes()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.