public class ElemLiteralResult.Attribute extends Object implements Attr
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 |
|---|
ElemLiteralResult.Attribute(AVT avt,
Element elem)
Construct a Attr.
|
public Node appendChild(Node newChild) throws DOMException
appendChild in interface NodenewChild - New node to append to the list of this node's
childrenDOMExceptionNodepublic Node cloneNode(boolean deep)
public NamedNodeMap getAttributes()
getAttributes in interface NodeNodepublic NodeList getChildNodes()
getChildNodes in interface NodeNodepublic Node getFirstChild()
getFirstChild in interface NodeNodepublic Node getLastChild()
getLastChild in interface NodeNodepublic String getLocalName()
getLocalName in interface NodeNodepublic String getNamespaceURI()
getNamespaceURI in interface NodeNodepublic Node getNextSibling()
getNextSibling in interface NodeNodepublic String getNodeName()
getNodeName in interface NodeNodepublic short getNodeType()
getNodeType in interface NodeNodepublic String getNodeValue() throws DOMException
getNodeValue in interface NodeDOMExceptionNodepublic Document getOwnerDocument()
getOwnerDocument in interface NodeNodepublic Node getParentNode()
getParentNode in interface NodeNodepublic String getPrefix()
public Node getPreviousSibling()
getPreviousSibling in interface NodeNodepublic boolean hasAttributes()
hasAttributes in interface NodeNodepublic boolean hasChildNodes()
hasChildNodes in interface NodeNodepublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore in interface NodenewChild - New child node to insertrefChild - Insert in front of this childDOMExceptionNodepublic boolean isSupported(String feature, String version)
isSupported in interface NodefalseNodepublic Node removeChild(Node oldChild) throws DOMException
removeChild in interface NodeoldChild - Child to be removedDOMExceptionNodepublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild in interface NodenewChild - Replace existing child with this oneoldChild - Existing child to be replacedDOMExceptionNodepublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue in interface NodenodeValue - Value to set this node toDOMExceptionNodepublic void setPrefix(String prefix) throws DOMException
setPrefix in interface Nodeprefix - Prefix to set for this nodeDOMExceptionNodepublic String getName()
public String getValue()
public Element getOwnerElement()
getOwnerElement in interface Attrpublic boolean getSpecified()
getSpecified in interface Attrpublic void setValue(String value) throws DOMException
setValue in interface Attrvalue - Value to set this node toDOMExceptionAttrpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Attrpublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData in interface Nodepublic Object getUserData(String key)
getUserData in interface Nodepublic Object getFeature(String feature, String version)
getFeature in interface Nodepublic boolean isEqualNode(Node arg)
isEqualNode in interface Nodepublic String lookupNamespaceURI(String specifiedPrefix)
lookupNamespaceURI in interface Nodepublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface Nodepublic boolean isSameNode(Node other)
isSameNode in interface Nodepublic void setTextContent(String textContent) throws DOMException
setTextContent in interface NodeDOMExceptionpublic String getTextContent() throws DOMException
getTextContent in interface NodeDOMExceptionpublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic String getBaseURI()
getBaseURI in interface NodeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.