ElementImpl
public ElementImpl(String prefix,
String localpart,
String rawname,
String uri,
int line,
int column)
ElementImpl
public ElementImpl(int line,
int column)
getAttribute
public String getAttribute(String name)
- getAttribute in interface org.w3c.dom.Element
- getAttribute in interface DefaultElement
getAttributeNS
public String getAttributeNS(String namespaceURI,
String localName)
- getAttributeNS in interface org.w3c.dom.Element
- getAttributeNS in interface DefaultElement
getAttributeNode
public org.w3c.dom.Attr getAttributeNode(String name)
- getAttributeNode in interface org.w3c.dom.Element
- getAttributeNode in interface DefaultElement
getAttributeNodeNS
public org.w3c.dom.Attr getAttributeNodeNS(String namespaceURI,
String localName)
- getAttributeNodeNS in interface org.w3c.dom.Element
- getAttributeNodeNS in interface DefaultElement
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
- getAttributes in interface org.w3c.dom.Node
- getAttributes in interface DefaultNode
getColumnNumber
public int getColumnNumber()
Returns the column number.
getFirstChild
public org.w3c.dom.Node getFirstChild()
- getFirstChild in interface org.w3c.dom.Node
- getFirstChild in interface DefaultNode
getLastChild
public org.w3c.dom.Node getLastChild()
- getLastChild in interface org.w3c.dom.Node
- getLastChild in interface DefaultNode
getLineNumber
public int getLineNumber()
Returns the line number.
getNextSibling
public org.w3c.dom.Node getNextSibling()
- getNextSibling in interface org.w3c.dom.Node
- getNextSibling in interface DefaultNode
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
- getOwnerDocument in interface org.w3c.dom.Node
- getOwnerDocument in interface DefaultNode
getParentNode
public org.w3c.dom.Node getParentNode()
- getParentNode in interface org.w3c.dom.Node
- getParentNode in interface DefaultNode
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
- getPreviousSibling in interface org.w3c.dom.Node
- getPreviousSibling in interface DefaultNode
hasAttribute
public boolean hasAttribute(String name)
- hasAttribute in interface org.w3c.dom.Element
- hasAttribute in interface DefaultElement
hasAttributeNS
public boolean hasAttributeNS(String namespaceURI,
String localName)
- hasAttributeNS in interface org.w3c.dom.Element
- hasAttributeNS in interface DefaultElement
hasAttributes
public boolean hasAttributes()
- hasAttributes in interface org.w3c.dom.Node
- hasAttributes in interface DefaultNode
hasChildNodes
public boolean hasChildNodes()
- hasChildNodes in interface org.w3c.dom.Node
- hasChildNodes in interface DefaultNode
setAttribute
public void setAttribute(String name,
String value)
- setAttribute in interface org.w3c.dom.Element
- setAttribute in interface DefaultElement