public class

ElementImpl

extends DefaultElement
java.lang.Object
   ↳ org.apache.xerces.impl.xs.opti.DefaultNode
     ↳ org.apache.xerces.impl.xs.opti.NodeImpl
       ↳ org.apache.xerces.impl.xs.opti.DefaultElement
         ↳ org.apache.xerces.impl.xs.opti.ElementImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
ElementImpl(int line, int column, int offset)
ElementImpl(int line, int column)
ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column, int offset)
ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column)
Public Methods
String getAnnotation()
String getAttribute(String name)
String getAttributeNS(String namespaceURI, String localName)
Attr getAttributeNode(String name)
Attr getAttributeNodeNS(String namespaceURI, String localName)
NamedNodeMap getAttributes()
int getCharacterOffset()
Returns the character offset.
int getColumnNumber()
Returns the column number.
Node getFirstChild()
Node getLastChild()
int getLineNumber()
Returns the line number.
Node getNextSibling()
Document getOwnerDocument()
Node getParentNode()
Node getPreviousSibling()
String getSyntheticAnnotation()
String getTagName()
boolean hasAttribute(String name)
boolean hasAttributeNS(String namespaceURI, String localName)
boolean hasAttributes()
boolean hasChildNodes()
void setAttribute(String name, String value)
[Expand]
Inherited Methods
From class org.apache.xerces.impl.xs.opti.DefaultElement
From class org.apache.xerces.impl.xs.opti.NodeImpl
From class org.apache.xerces.impl.xs.opti.DefaultNode
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node

Public Constructors

public ElementImpl (int line, int column, int offset)

public ElementImpl (int line, int column)

public ElementImpl (String prefix, String localpart, String rawname, String uri, int line, int column, int offset)

public ElementImpl (String prefix, String localpart, String rawname, String uri, int line, int column)

Public Methods

public String getAnnotation ()

public String getAttribute (String name)

public String getAttributeNS (String namespaceURI, String localName)

public Attr getAttributeNode (String name)

public Attr getAttributeNodeNS (String namespaceURI, String localName)

public NamedNodeMap getAttributes ()

public int getCharacterOffset ()

Returns the character offset.

public int getColumnNumber ()

Returns the column number.

public Node getFirstChild ()

public Node getLastChild ()

public int getLineNumber ()

Returns the line number.

public Node getNextSibling ()

public Document getOwnerDocument ()

public Node getParentNode ()

public Node getPreviousSibling ()

public String getSyntheticAnnotation ()

public String getTagName ()

public boolean hasAttribute (String name)

public boolean hasAttributeNS (String namespaceURI, String localName)

public boolean hasAttributes ()

public boolean hasChildNodes ()

public void setAttribute (String name, String value)