Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
public class ElementImpl
extends DefaultElement
Constructor Summary | |
| |
| |
| |
|
Method Summary | |
String |
|
String |
|
Attr |
|
Attr |
|
NamedNodeMap | |
int |
|
int |
|
Node | |
Node | |
int |
|
Node | |
Document | |
Node | |
Node | |
String | |
String | |
boolean |
|
boolean |
|
boolean | |
boolean | |
void |
|
Methods inherited from class org.apache.xerces.impl.xs.opti.DefaultElement | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from class org.apache.xerces.impl.xs.opti.NodeImpl | |
getLocalName , getNamespaceURI , getNodeName , getNodeType , getPrefix , getReadOnly , setReadOnly |
Methods inherited from class org.apache.xerces.impl.xs.opti.DefaultNode | |
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData |
public ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column)
public ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column, int offset)
public ElementImpl(int line, int column)
public ElementImpl(int line, int column, int offset)
public String getAttribute(String name)
- Overrides:
- getAttribute in interface DefaultElement
public String getAttributeNS(String namespaceURI, String localName)
- Overrides:
- getAttributeNS in interface DefaultElement
public Attr getAttributeNode(String name)
- Overrides:
- getAttributeNode in interface DefaultElement
public Attr getAttributeNodeNS(String namespaceURI, String localName)
- Overrides:
- getAttributeNodeNS in interface DefaultElement
public int getCharacterOffset()
Returns the character offset.
public int getColumnNumber()
Returns the column number.
public int getLineNumber()
Returns the line number.
public Document getOwnerDocument()
- Overrides:
- getOwnerDocument in interface DefaultNode
public Node getPreviousSibling()
- Overrides:
- getPreviousSibling in interface DefaultNode
public String getSyntheticAnnotation()
public boolean hasAttribute(String name)
- Overrides:
- hasAttribute in interface DefaultElement
public boolean hasAttributeNS(String namespaceURI, String localName)
- Overrides:
- hasAttributeNS in interface DefaultElement
public void setAttribute(String name, String value)
- Overrides:
- setAttribute in interface DefaultElement