| 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
ElementImpl | public class ElementImpl extends DefaultElement (Code) | | author: Rahul Srivastava, Sun Microsystems Inc. author: Sandy Gao, IBM version: $Id: ElementImpl.java 446728 2006-09-15 20:43:46Z mrglavas $ |
Constructor Summary | |
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) |
charOffset | int charOffset(Code) | | |
ElementImpl | public ElementImpl(int line, int column, int offset)(Code) | | |
ElementImpl | public ElementImpl(int line, int column)(Code) | | |
getCharacterOffset | public int getCharacterOffset()(Code) | | Returns the character offset.
|
getColumnNumber | public int getColumnNumber()(Code) | | Returns the column number.
|
getLineNumber | public int getLineNumber()(Code) | | Returns the line number.
|
getPreviousSibling | public Node getPreviousSibling()(Code) | | |
getSyntheticAnnotation | public String getSyntheticAnnotation()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasChildNodes | public boolean hasChildNodes()(Code) | | |
Methods inherited from org.apache.xerces.impl.xs.opti.DefaultElement | public String getAttribute(String name)(Code)(Java Doc) public String getAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public Attr getAttributeNode(String name)(Code)(Java Doc) public Attr getAttributeNodeNS(String namespaceURI, String localName)(Code)(Java Doc) public NodeList getElementsByTagName(String name)(Code)(Java Doc) public NodeList getElementsByTagNameNS(String namespaceURI, String localName)(Code)(Java Doc) public TypeInfo getSchemaTypeInfo()(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public boolean hasAttribute(String name)(Code)(Java Doc) public boolean hasAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public void removeAttribute(String name) throws DOMException(Code)(Java Doc) public void removeAttributeNS(String namespaceURI, String localName) throws DOMException(Code)(Java Doc) public Attr removeAttributeNode(Attr oldAttr) throws DOMException(Code)(Java Doc) public void setAttribute(String name, String value) throws DOMException(Code)(Java Doc) public void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException(Code)(Java Doc) public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)(Java Doc) public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)(Java Doc) public void setIdAttribute(String name, boolean makeId) throws DOMException(Code)(Java Doc) public void setIdAttributeNS(String namespaceURI, String localName, boolean makeId) throws DOMException(Code)(Java Doc) public void setIdAttributeNode(Attr at, boolean makeId) throws DOMException(Code)(Java Doc)
|
|
|