public abstract class AbstractAdapterElement extends AbstractAdapterNode implements Element
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 and Description |
---|
AbstractAdapterElement() |
appendChild, buildChildAdapters, cloneNode, compareDocumentPosition, getAdapterFactory, getAttributes, getBaseURI, getChildAdapters, getChildAfter, getChildBefore, getChildBeforeOrAfter, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getPropertyValue, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, operationNotSupported, removeChild, replaceChild, setAdapterFactory, setContext, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getElementsByTagName, getElementsByTagNameNS
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public void setAttribute(String string, String string1) throws DOMException
setAttribute
in interface Element
DOMException
protected Map getAttributeAdapters()
protected Map buildAttributeAdapters()
public String getAttribute(String string)
getAttribute
in interface Element
public void setAttributeNS(String string, String string1, String string2) throws DOMException
setAttributeNS
in interface Element
DOMException
public String getAttributeNS(String string, String string1)
getAttributeNS
in interface Element
public Attr setAttributeNode(Attr attr) throws DOMException
setAttributeNode
in interface Element
DOMException
public Attr getAttributeNode(String name)
getAttributeNode
in interface Element
public Attr setAttributeNodeNS(Attr attr) throws DOMException
setAttributeNodeNS
in interface Element
DOMException
public Attr getAttributeNodeNS(String string, String string1)
getAttributeNodeNS
in interface Element
public String getNodeName()
getNodeName
in interface Node
getNodeName
in class AbstractAdapterNode
public short getNodeType()
getNodeType
in interface Node
getNodeType
in class AbstractAdapterNode
public String getTagName()
getTagName
in interface Element
public boolean hasAttribute(String string)
hasAttribute
in interface Element
public boolean hasAttributeNS(String string, String string1)
hasAttributeNS
in interface Element
public boolean hasChildNodes()
hasChildNodes
in interface Node
hasChildNodes
in class AbstractAdapterNode
public void removeAttribute(String string) throws DOMException
removeAttribute
in interface Element
DOMException
public void removeAttributeNS(String string, String string1) throws DOMException
removeAttributeNS
in interface Element
DOMException
public Attr removeAttributeNode(Attr attr) throws DOMException
removeAttributeNode
in interface Element
DOMException
public void setIdAttributeNode(Attr attr, boolean b) throws DOMException
setIdAttributeNode
in interface Element
DOMException
public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface Element
public void setIdAttribute(String string, boolean b) throws DOMException
setIdAttribute
in interface Element
DOMException
public void setIdAttributeNS(String string, String string1, boolean b) throws DOMException
setIdAttributeNS
in interface Element
DOMException
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.