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 |
|
String |
|
org.w3c.dom.Attr |
|
org.w3c.dom.Attr |
|
org.w3c.dom.NamedNodeMap | |
int |
|
int |
|
org.w3c.dom.Node | |
org.w3c.dom.Node | |
int |
|
org.w3c.dom.Node | |
org.w3c.dom.Document | |
org.w3c.dom.Node | |
org.w3c.dom.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 getAnnotation()
public String getAttribute(String name)
- Specified by:
- getAttribute in interface org.w3c.dom.Element
- Overrides:
- getAttribute in interface DefaultElement
public String getAttributeNS(String namespaceURI, String localName)
- Specified by:
- getAttributeNS in interface org.w3c.dom.Element
- Overrides:
- getAttributeNS in interface DefaultElement
public org.w3c.dom.Attr getAttributeNode(String name)
- Specified by:
- getAttributeNode in interface org.w3c.dom.Element
- Overrides:
- getAttributeNode in interface DefaultElement
public org.w3c.dom.Attr getAttributeNodeNS(String namespaceURI, String localName)
- Specified by:
- getAttributeNodeNS in interface org.w3c.dom.Element
- Overrides:
- getAttributeNodeNS in interface DefaultElement
public org.w3c.dom.NamedNodeMap getAttributes()
- Specified by:
- getAttributes in interface org.w3c.dom.Node
- Overrides:
- getAttributes in interface DefaultNode
public int getCharacterOffset()
Returns the character offset.
public int getColumnNumber()
Returns the column number.
public org.w3c.dom.Node getFirstChild()
- Specified by:
- getFirstChild in interface org.w3c.dom.Node
- Overrides:
- getFirstChild in interface DefaultNode
public org.w3c.dom.Node getLastChild()
- Specified by:
- getLastChild in interface org.w3c.dom.Node
- Overrides:
- getLastChild in interface DefaultNode
public int getLineNumber()
Returns the line number.
public org.w3c.dom.Node getNextSibling()
- Specified by:
- getNextSibling in interface org.w3c.dom.Node
- Overrides:
- getNextSibling in interface DefaultNode
public org.w3c.dom.Document getOwnerDocument()
- Specified by:
- getOwnerDocument in interface org.w3c.dom.Node
- Overrides:
- getOwnerDocument in interface DefaultNode
public org.w3c.dom.Node getParentNode()
- Specified by:
- getParentNode in interface org.w3c.dom.Node
- Overrides:
- getParentNode in interface DefaultNode
public org.w3c.dom.Node getPreviousSibling()
- Specified by:
- getPreviousSibling in interface org.w3c.dom.Node
- Overrides:
- getPreviousSibling in interface DefaultNode
public String getSyntheticAnnotation()
public String getTagName()
- Specified by:
- getTagName in interface org.w3c.dom.Element
- Overrides:
- getTagName in interface DefaultElement
public boolean hasAttribute(String name)
- Specified by:
- hasAttribute in interface org.w3c.dom.Element
- Overrides:
- hasAttribute in interface DefaultElement
public boolean hasAttributeNS(String namespaceURI, String localName)
- Specified by:
- hasAttributeNS in interface org.w3c.dom.Element
- Overrides:
- hasAttributeNS in interface DefaultElement
public boolean hasAttributes()
- Specified by:
- hasAttributes in interface org.w3c.dom.Node
- Overrides:
- hasAttributes in interface DefaultNode
public boolean hasChildNodes()
- Specified by:
- hasChildNodes in interface org.w3c.dom.Node
- Overrides:
- hasChildNodes in interface DefaultNode
public void setAttribute(String name, String value)
- Specified by:
- setAttribute in interface org.w3c.dom.Element
- Overrides:
- setAttribute in interface DefaultElement