Class DOMAttrImpl
java.lang.Object
org.w3c.tidy.DOMNodeImpl
org.w3c.tidy.DOMAttrImpl
Tidy implementation of org.w3c.dom.DOMAttrImpl.
- Version:
- $Revision$ ($Author$)
- Author:
- Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
-
Field Summary
FieldsFields inherited from class DOMNodeImpl
adapteeFields inherited from interface 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
ConstructorsModifierConstructorDescriptionprotectedDOMAttrImpl(AttVal adaptee) instantiates a new DOMAttrImpl which wraps the given AttVal. -
Method Summary
Modifier and TypeMethodDescriptionappendChild(Node newChild) Not supported.protected Objectclone()cloneNode(boolean deep) TODO DOM level 2 getChildNodes() Not implemented.TODO DOM level 2 getFirstChild() Not implemented.TODO DOM level 2 getLastChild() Not implemented.getName()shortTODO DOM level 2 getOwnerDocument() Not implemented.TODO DOM level 2 getOwnerElement() Not implemented.TODO DOM level 3 getSchemaTypeInfo() Not implemented.booleangetValue()booleaninsertBefore(Node newChild, Node refChild) Not supported.booleanisId()removeChild(Node oldChild) Not supported.replaceChild(Node newChild, Node oldChild) Not supported.voidsetNodeValue(String nodeValue) voidMethods inherited from class DOMNodeImpl
compareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserData, supportsMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Node
compareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserData
-
Field Details
-
avAdaptee
wrapped org.w3c.tidy.AttVal.
-
-
Constructor Details
-
DOMAttrImpl
instantiates a new DOMAttrImpl which wraps the given AttVal.- Parameters:
adaptee- wrapped AttVal
-
-
Method Details
-
getNodeValue
- Specified by:
getNodeValuein interfaceNode- Overrides:
getNodeValuein classDOMNodeImpl- Throws:
DOMException- See Also:
-
setNodeValue
- Specified by:
setNodeValuein interfaceNode- Overrides:
setNodeValuein classDOMNodeImpl- Throws:
DOMException- See Also:
-
getNodeName
- Specified by:
getNodeNamein interfaceNode- Overrides:
getNodeNamein classDOMNodeImpl- See Also:
-
getNodeType
public short getNodeType()- Specified by:
getNodeTypein interfaceNode- Overrides:
getNodeTypein classDOMNodeImpl- See Also:
-
getName
-
getSpecified
public boolean getSpecified()- Specified by:
getSpecifiedin interfaceAttr- See Also:
-
getValue
-
setValue
-
getParentNode
- Specified by:
getParentNodein interfaceNode- Overrides:
getParentNodein classDOMNodeImpl- See Also:
-
getChildNodes
TODO DOM level 2 getChildNodes() Not implemented. Returns an empty NodeList.- Specified by:
getChildNodesin interfaceNode- Overrides:
getChildNodesin classDOMNodeImpl- See Also:
-
getFirstChild
TODO DOM level 2 getFirstChild() Not implemented. Returns null.- Specified by:
getFirstChildin interfaceNode- Overrides:
getFirstChildin classDOMNodeImpl- See Also:
-
getLastChild
TODO DOM level 2 getLastChild() Not implemented. Returns null.- Specified by:
getLastChildin interfaceNode- Overrides:
getLastChildin classDOMNodeImpl- See Also:
-
getPreviousSibling
- Specified by:
getPreviousSiblingin interfaceNode- Overrides:
getPreviousSiblingin classDOMNodeImpl- See Also:
-
getNextSibling
- Specified by:
getNextSiblingin interfaceNode- Overrides:
getNextSiblingin classDOMNodeImpl- See Also:
-
getAttributes
- Specified by:
getAttributesin interfaceNode- Overrides:
getAttributesin classDOMNodeImpl- See Also:
-
getOwnerDocument
TODO DOM level 2 getOwnerDocument() Not implemented. Returns null.- Specified by:
getOwnerDocumentin interfaceNode- Overrides:
getOwnerDocumentin classDOMNodeImpl- See Also:
-
insertBefore
Not supported.- Specified by:
insertBeforein interfaceNode- Overrides:
insertBeforein classDOMNodeImpl- Throws:
DOMException- See Also:
-
replaceChild
Not supported.- Specified by:
replaceChildin interfaceNode- Overrides:
replaceChildin classDOMNodeImpl- Throws:
DOMException- See Also:
-
removeChild
Not supported.- Specified by:
removeChildin interfaceNode- Overrides:
removeChildin classDOMNodeImpl- Throws:
DOMException- See Also:
-
appendChild
Not supported.- Specified by:
appendChildin interfaceNode- Overrides:
appendChildin classDOMNodeImpl- Throws:
DOMException- See Also:
-
hasChildNodes
public boolean hasChildNodes()- Specified by:
hasChildNodesin interfaceNode- Overrides:
hasChildNodesin classDOMNodeImpl- See Also:
-
cloneNode
- Specified by:
cloneNodein interfaceNode- Overrides:
cloneNodein classDOMNodeImpl- See Also:
-
getOwnerElement
TODO DOM level 2 getOwnerElement() Not implemented. Returns null.- Specified by:
getOwnerElementin interfaceAttr- See Also:
-
getSchemaTypeInfo
TODO DOM level 3 getSchemaTypeInfo() Not implemented. Returns null.- Specified by:
getSchemaTypeInfoin interfaceAttr- See Also:
-
isId
-
clone
-