|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.w3c.tidy.DOMElementImpl
DOMElementImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
Constructor Summary | |
protected |
DOMElementImpl(Node adaptee)
|
Method Summary | |
String |
getAttribute(String name)
|
Attr |
getAttributeNode(String name)
|
Attr |
getAttributeNodeNS(String namespaceURI,
String localName)
DOM2 - not implemented. |
String |
getAttributeNS(String namespaceURI,
String localName)
DOM2 - not implemented. |
NodeList |
getElementsByTagName(String name)
|
NodeList |
getElementsByTagNameNS(String namespaceURI,
String localName)
DOM2 - not implemented. |
short |
getNodeType()
|
String |
getTagName()
|
boolean |
hasAttribute(String name)
DOM2 - not implemented. |
boolean |
hasAttributeNS(String namespaceURI,
String localName)
DOM2 - not implemented. |
void |
normalize()
|
void |
removeAttribute(String name)
|
Attr |
removeAttributeNode(Attr oldAttr)
|
void |
removeAttributeNS(String namespaceURI,
String localName)
DOM2 - not implemented. |
void |
setAttribute(String name,
String value)
|
Attr |
setAttributeNode(Attr newAttr)
|
Attr |
setAttributeNodeNS(Attr newAttr)
DOM2 - not implemented. |
void |
setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
DOM2 - not implemented. |
Constructor Detail |
protected DOMElementImpl(Node adaptee)
Method Detail |
public short getNodeType()
org.w3c.dom.Node#getNodeType
public String getTagName()
org.w3c.dom.Element#getTagName
public String getAttribute(String name)
org.w3c.dom.Element#getAttribute
public void setAttribute(String name, String value) throws DOMException
org.w3c.dom.Element#setAttribute
public void removeAttribute(String name) throws DOMException
org.w3c.dom.Element#removeAttribute
public Attr getAttributeNode(String name)
org.w3c.dom.Element#getAttributeNode
public Attr setAttributeNode(Attr newAttr) throws DOMException
org.w3c.dom.Element#setAttributeNode
public Attr removeAttributeNode(Attr oldAttr) throws DOMException
org.w3c.dom.Element#removeAttributeNode
public NodeList getElementsByTagName(String name)
org.w3c.dom.Element#getElementsByTagName
public void normalize()
org.w3c.dom.Element#normalize
public String getAttributeNS(String namespaceURI, String localName)
public void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException
DOMException
- public void removeAttributeNS(String namespaceURI, String localName) throws DOMException
DOMException
- public Attr getAttributeNodeNS(String namespaceURI, String localName)
public Attr setAttributeNodeNS(Attr newAttr) throws DOMException
DOMException
- public NodeList getElementsByTagNameNS(String namespaceURI, String localName)
public boolean hasAttribute(String name)
public boolean hasAttributeNS(String namespaceURI, String localName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |