public class DOMAttrImpl extends DOMNodeImpl implements Attr, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected AttVal |
avAdaptee
wrapped org.w3c.tidy.AttVal.
|
adapteeATTRIBUTE_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| Modifier | Constructor and Description |
|---|---|
protected |
DOMAttrImpl(AttVal adaptee)
instantiates a new DOMAttrImpl which wraps the given AttVal.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
appendChild(Node newChild)
Not supported.
|
protected Object |
clone() |
Node |
cloneNode(boolean deep) |
NamedNodeMap |
getAttributes() |
NodeList |
getChildNodes() |
Node |
getFirstChild() |
Node |
getLastChild() |
String |
getName() |
Node |
getNextSibling() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
Document |
getOwnerDocument() |
Element |
getOwnerElement() |
Node |
getParentNode() |
Node |
getPreviousSibling() |
TypeInfo |
getSchemaTypeInfo() |
boolean |
getSpecified() |
String |
getValue() |
boolean |
hasChildNodes() |
Node |
insertBefore(Node newChild,
Node refChild)
Not supported.
|
boolean |
isId() |
Node |
removeChild(Node oldChild)
Not supported.
|
Node |
replaceChild(Node newChild,
Node oldChild)
Not supported.
|
void |
setNodeValue(String nodeValue) |
void |
setValue(String value) |
compareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserData, supportsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareDocumentPosition, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, getTextContent, getUserData, hasAttributes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setPrefix, setTextContent, setUserDataprotected AttVal avAdaptee
protected DOMAttrImpl(AttVal adaptee)
adaptee - wrapped AttValpublic String getNodeValue() throws DOMException
getNodeValue in interface NodegetNodeValue in class DOMNodeImplDOMExceptionNode.getNodeValue()public void setNodeValue(String nodeValue) throws DOMException
setNodeValue in interface NodesetNodeValue in class DOMNodeImplDOMExceptionNode.setNodeValue(java.lang.String)public String getNodeName()
getNodeName in interface NodegetNodeName in class DOMNodeImplNode.getNodeName()public short getNodeType()
getNodeType in interface NodegetNodeType in class DOMNodeImplNode.getNodeType()public String getName()
getName in interface AttrAttr.getName()public boolean getSpecified()
getSpecified in interface AttrAttr.getSpecified()public String getValue()
getValue in interface AttrAttr.getValue()public void setValue(String value)
setValue in interface AttrAttr.setValue(java.lang.String)public Node getParentNode()
getParentNode in interface NodegetParentNode in class DOMNodeImplNode.getParentNode()public NodeList getChildNodes()
getChildNodes in interface NodegetChildNodes in class DOMNodeImplNode.getChildNodes()public Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class DOMNodeImplNode.getFirstChild()public Node getLastChild()
getLastChild in interface NodegetLastChild in class DOMNodeImplNode.getLastChild()public Node getPreviousSibling()
getPreviousSibling in interface NodegetPreviousSibling in class DOMNodeImplNode.getPreviousSibling()public Node getNextSibling()
getNextSibling in interface NodegetNextSibling in class DOMNodeImplNode.getNextSibling()public NamedNodeMap getAttributes()
getAttributes in interface NodegetAttributes in class DOMNodeImplNode.getAttributes()public Document getOwnerDocument()
getOwnerDocument in interface NodegetOwnerDocument in class DOMNodeImplNode.getOwnerDocument()public Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore in interface NodeinsertBefore in class DOMNodeImplDOMExceptionNode.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)public Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild in interface NodereplaceChild in class DOMNodeImplDOMExceptionNode.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)public Node removeChild(Node oldChild) throws DOMException
removeChild in interface NoderemoveChild in class DOMNodeImplDOMExceptionNode.removeChild(org.w3c.dom.Node)public Node appendChild(Node newChild) throws DOMException
appendChild in interface NodeappendChild in class DOMNodeImplDOMExceptionNode.appendChild(org.w3c.dom.Node)public boolean hasChildNodes()
hasChildNodes in interface NodehasChildNodes in class DOMNodeImplNode.hasChildNodes()public Node cloneNode(boolean deep)
cloneNode in interface NodecloneNode in class DOMNodeImplNode.cloneNode(boolean)public Element getOwnerElement()
getOwnerElement in interface AttrAttr.getOwnerElement()public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface AttrAttr.getSchemaTypeInfo()public boolean isId()
isId in interface AttrAttr.isId()protected Object clone()
clone in class ObjectObject.clone()Copyright © 2000–2012 sourceforge. All rights reserved.