org.apache.xerces.impl.xs.opti
public class ElementImpl extends DefaultElement
Version: $Id: ElementImpl.java,v 1.9 2004/12/16 16:45:20 ankitp Exp $
| Constructor Summary | |
|---|---|
| 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) | |
| Method Summary | |
|---|---|
| String | getAttribute(String name) |
| Attr | getAttributeNode(String name) |
| Attr | getAttributeNodeNS(String namespaceURI, String localName) |
| String | getAttributeNS(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) |