Package org.w3c.tidy
Class DOMAttrImpl
- java.lang.Object
-
- org.w3c.tidy.DOMNodeImpl
-
- org.w3c.tidy.DOMAttrImpl
-
- All Implemented Interfaces:
java.lang.Cloneable,org.w3c.dom.Attr,org.w3c.dom.Node
public class DOMAttrImpl extends DOMNodeImpl implements org.w3c.dom.Attr, java.lang.Cloneable
Tidy implementation of org.w3c.dom.DOMAttrImpl.- Version:
- $Revision: 738 $ ($Author: fgiust $)
-
-
Field Summary
Fields Modifier and Type Field Description protected AttValavAdapteewrapped 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
Constructors Modifier Constructor Description protectedDOMAttrImpl(AttVal adaptee)instantiates a new DOMAttrImpl which wraps the given AttVal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.NodeappendChild(org.w3c.dom.Node newChild)Not supported.protected java.lang.Objectclone()org.w3c.dom.NodecloneNode(boolean deep)org.w3c.dom.NamedNodeMapgetAttributes()org.w3c.dom.NodeListgetChildNodes()org.w3c.dom.NodegetFirstChild()org.w3c.dom.NodegetLastChild()java.lang.StringgetName()org.w3c.dom.NodegetNextSibling()java.lang.StringgetNodeName()shortgetNodeType()java.lang.StringgetNodeValue()org.w3c.dom.DocumentgetOwnerDocument()org.w3c.dom.ElementgetOwnerElement()org.w3c.dom.NodegetParentNode()org.w3c.dom.NodegetPreviousSibling()org.w3c.dom.TypeInfogetSchemaTypeInfo()booleangetSpecified()java.lang.StringgetValue()booleanhasChildNodes()org.w3c.dom.NodeinsertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild)Not supported.booleanisId()org.w3c.dom.NoderemoveChild(org.w3c.dom.Node oldChild)Not supported.org.w3c.dom.NodereplaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild)Not supported.voidsetNodeValue(java.lang.String nodeValue)voidsetValue(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
-
avAdaptee
protected AttVal avAdaptee
wrapped org.w3c.tidy.AttVal.
-
-
Constructor Detail
-
DOMAttrImpl
protected DOMAttrImpl(AttVal adaptee)
instantiates a new DOMAttrImpl which wraps the given AttVal.- Parameters:
adaptee- wrapped AttVal
-
-
Method Detail
-
getNodeValue
public java.lang.String getNodeValue() throws org.w3c.dom.DOMException- Specified by:
getNodeValuein interfaceorg.w3c.dom.Node- Overrides:
getNodeValuein classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.getNodeValue()
-
setNodeValue
public void setNodeValue(java.lang.String nodeValue) throws org.w3c.dom.DOMException- Specified by:
setNodeValuein interfaceorg.w3c.dom.Node- Overrides:
setNodeValuein classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.setNodeValue(java.lang.String)
-
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeNamein interfaceorg.w3c.dom.Node- Overrides:
getNodeNamein classDOMNodeImpl- See Also:
Node.getNodeName()
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceorg.w3c.dom.Node- Overrides:
getNodeTypein classDOMNodeImpl- See Also:
Node.getNodeType()
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.w3c.dom.Attr- See Also:
Attr.getName()
-
getSpecified
public boolean getSpecified()
- Specified by:
getSpecifiedin interfaceorg.w3c.dom.Attr- See Also:
Attr.getSpecified()
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein interfaceorg.w3c.dom.Attr- See Also:
Attr.getValue()
-
setValue
public void setValue(java.lang.String value)
- Specified by:
setValuein interfaceorg.w3c.dom.Attr- See Also:
Attr.setValue(java.lang.String)
-
getParentNode
public org.w3c.dom.Node getParentNode()
- Specified by:
getParentNodein interfaceorg.w3c.dom.Node- Overrides:
getParentNodein classDOMNodeImpl- See Also:
Node.getParentNode()
-
getChildNodes
public org.w3c.dom.NodeList getChildNodes()
- Specified by:
getChildNodesin interfaceorg.w3c.dom.Node- Overrides:
getChildNodesin classDOMNodeImpl- See Also:
Node.getChildNodes()
-
getFirstChild
public org.w3c.dom.Node getFirstChild()
- Specified by:
getFirstChildin interfaceorg.w3c.dom.Node- Overrides:
getFirstChildin classDOMNodeImpl- See Also:
Node.getFirstChild()
-
getLastChild
public org.w3c.dom.Node getLastChild()
- Specified by:
getLastChildin interfaceorg.w3c.dom.Node- Overrides:
getLastChildin classDOMNodeImpl- See Also:
Node.getLastChild()
-
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
- Specified by:
getPreviousSiblingin interfaceorg.w3c.dom.Node- Overrides:
getPreviousSiblingin classDOMNodeImpl- See Also:
Node.getPreviousSibling()
-
getNextSibling
public org.w3c.dom.Node getNextSibling()
- Specified by:
getNextSiblingin interfaceorg.w3c.dom.Node- Overrides:
getNextSiblingin classDOMNodeImpl- See Also:
Node.getNextSibling()
-
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
- Specified by:
getAttributesin interfaceorg.w3c.dom.Node- Overrides:
getAttributesin classDOMNodeImpl- See Also:
Node.getAttributes()
-
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
- Specified by:
getOwnerDocumentin interfaceorg.w3c.dom.Node- Overrides:
getOwnerDocumentin classDOMNodeImpl- See Also:
Node.getOwnerDocument()
-
insertBefore
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild) throws org.w3c.dom.DOMExceptionNot supported.- Specified by:
insertBeforein interfaceorg.w3c.dom.Node- Overrides:
insertBeforein classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)
-
replaceChild
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMExceptionNot supported.- Specified by:
replaceChildin interfaceorg.w3c.dom.Node- Overrides:
replaceChildin classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)
-
removeChild
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMExceptionNot supported.- Specified by:
removeChildin interfaceorg.w3c.dom.Node- Overrides:
removeChildin classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.removeChild(org.w3c.dom.Node)
-
appendChild
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild) throws org.w3c.dom.DOMExceptionNot supported.- Specified by:
appendChildin interfaceorg.w3c.dom.Node- Overrides:
appendChildin classDOMNodeImpl- Throws:
org.w3c.dom.DOMException- See Also:
Node.appendChild(org.w3c.dom.Node)
-
hasChildNodes
public boolean hasChildNodes()
- Specified by:
hasChildNodesin interfaceorg.w3c.dom.Node- Overrides:
hasChildNodesin classDOMNodeImpl- See Also:
Node.hasChildNodes()
-
cloneNode
public org.w3c.dom.Node cloneNode(boolean deep)
- Specified by:
cloneNodein interfaceorg.w3c.dom.Node- Overrides:
cloneNodein classDOMNodeImpl- See Also:
Node.cloneNode(boolean)
-
getOwnerElement
public org.w3c.dom.Element getOwnerElement()
- Specified by:
getOwnerElementin interfaceorg.w3c.dom.Attr- See Also:
Attr.getOwnerElement()
-
getSchemaTypeInfo
public org.w3c.dom.TypeInfo getSchemaTypeInfo()
- Specified by:
getSchemaTypeInfoin interfaceorg.w3c.dom.Attr- See Also:
Attr.getSchemaTypeInfo()
-
isId
public boolean isId()
- Specified by:
isIdin interfaceorg.w3c.dom.Attr- See Also:
Attr.isId()
-
clone
protected java.lang.Object clone()
- Overrides:
clonein classjava.lang.Object- See Also:
Object.clone()
-
-