|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.tidy.DOMNodeImpl
org.w3c.tidy.DOMAttrImpl
public class DOMAttrImpl
Tidy implementation of org.w3c.dom.DOMAttrImpl.
| Field Summary | |
|---|---|
protected AttVal |
avAdaptee
wrapped org.w3c.tidy.AttVal. |
| Fields inherited from class org.w3c.tidy.DOMNodeImpl |
|---|
adaptee |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
protected |
DOMAttrImpl(AttVal adaptee)
instantiates a new DOMAttrImpl which wraps the given AttVal. |
| Method Summary | |
|---|---|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node newChild)
Not supported. |
protected java.lang.Object |
clone()
|
org.w3c.dom.Node |
cloneNode(boolean deep)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
|
org.w3c.dom.NodeList |
getChildNodes()
|
org.w3c.dom.Node |
getFirstChild()
|
org.w3c.dom.Node |
getLastChild()
|
java.lang.String |
getName()
|
org.w3c.dom.Node |
getNextSibling()
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
java.lang.String |
getNodeValue()
|
org.w3c.dom.Document |
getOwnerDocument()
|
org.w3c.dom.Element |
getOwnerElement()
|
org.w3c.dom.Node |
getParentNode()
|
org.w3c.dom.Node |
getPreviousSibling()
|
org.w3c.dom.TypeInfo |
getSchemaTypeInfo()
|
boolean |
getSpecified()
|
java.lang.String |
getValue()
|
boolean |
hasChildNodes()
|
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
Not supported. |
boolean |
isId()
|
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
Not supported. |
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
Not supported. |
void |
setNodeValue(java.lang.String nodeValue)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class org.w3c.tidy.DOMNodeImpl |
|---|
compareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserData, supports |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
compareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserData |
| Field Detail |
|---|
protected AttVal avAdaptee
| Constructor Detail |
|---|
protected DOMAttrImpl(AttVal adaptee)
adaptee - wrapped AttVal| Method Detail |
|---|
public java.lang.String getNodeValue()
throws org.w3c.dom.DOMException
getNodeValue in interface org.w3c.dom.NodegetNodeValue in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.getNodeValue()
public void setNodeValue(java.lang.String nodeValue)
throws org.w3c.dom.DOMException
setNodeValue in interface org.w3c.dom.NodesetNodeValue in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.setNodeValue(java.lang.String)public java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.NodegetNodeName in class DOMNodeImplNode.getNodeName()public short getNodeType()
getNodeType in interface org.w3c.dom.NodegetNodeType in class DOMNodeImplNode.getNodeType()public java.lang.String getName()
getName in interface org.w3c.dom.AttrAttr.getName()public boolean getSpecified()
getSpecified in interface org.w3c.dom.AttrAttr.getSpecified()public java.lang.String getValue()
getValue in interface org.w3c.dom.AttrAttr.getValue()public void setValue(java.lang.String value)
setValue in interface org.w3c.dom.AttrAttr.setValue(java.lang.String)public org.w3c.dom.Node getParentNode()
getParentNode in interface org.w3c.dom.NodegetParentNode in class DOMNodeImplNode.getParentNode()public org.w3c.dom.NodeList getChildNodes()
getChildNodes in interface org.w3c.dom.NodegetChildNodes in class DOMNodeImplNode.getChildNodes()public org.w3c.dom.Node getFirstChild()
getFirstChild in interface org.w3c.dom.NodegetFirstChild in class DOMNodeImplNode.getFirstChild()public org.w3c.dom.Node getLastChild()
getLastChild in interface org.w3c.dom.NodegetLastChild in class DOMNodeImplNode.getLastChild()public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling in interface org.w3c.dom.NodegetPreviousSibling in class DOMNodeImplNode.getPreviousSibling()public org.w3c.dom.Node getNextSibling()
getNextSibling in interface org.w3c.dom.NodegetNextSibling in class DOMNodeImplNode.getNextSibling()public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes in interface org.w3c.dom.NodegetAttributes in class DOMNodeImplNode.getAttributes()public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument in interface org.w3c.dom.NodegetOwnerDocument in class DOMNodeImplNode.getOwnerDocument()
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
throws org.w3c.dom.DOMException
insertBefore in interface org.w3c.dom.NodeinsertBefore in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
replaceChild in interface org.w3c.dom.NodereplaceChild in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
removeChild in interface org.w3c.dom.NoderemoveChild in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.removeChild(org.w3c.dom.Node)
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
throws org.w3c.dom.DOMException
appendChild in interface org.w3c.dom.NodeappendChild in class DOMNodeImplorg.w3c.dom.DOMExceptionNode.appendChild(org.w3c.dom.Node)public boolean hasChildNodes()
hasChildNodes in interface org.w3c.dom.NodehasChildNodes in class DOMNodeImplNode.hasChildNodes()public org.w3c.dom.Node cloneNode(boolean deep)
cloneNode in interface org.w3c.dom.NodecloneNode in class DOMNodeImplNode.cloneNode(boolean)public org.w3c.dom.Element getOwnerElement()
getOwnerElement in interface org.w3c.dom.AttrAttr.getOwnerElement()public org.w3c.dom.TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface org.w3c.dom.AttrAttr.getSchemaTypeInfo()public boolean isId()
isId in interface org.w3c.dom.AttrAttr.isId()protected java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||