public class RequalityW3CElement
extends org.apache.xerces.dom.ElementImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_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 and Description |
---|
RequalityW3CElement(int index,
TreeNode targ2) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node arg0) |
org.w3c.dom.Node |
cloneNode(boolean arg0) |
java.lang.String |
getAttribute(java.lang.String arg0) |
org.w3c.dom.Attr |
getAttributeNode(java.lang.String arg0) |
org.w3c.dom.Attr |
getAttributeNodeNS(java.lang.String arg0,
java.lang.String arg1) |
java.lang.String |
getAttributeNS(java.lang.String arg0,
java.lang.String arg1) |
org.w3c.dom.NamedNodeMap |
getAttributes() |
org.w3c.dom.NodeList |
getChildNodes() |
org.w3c.dom.NodeList |
getElementsByTagName(java.lang.String arg0) |
org.w3c.dom.NodeList |
getElementsByTagNameNS(java.lang.String arg0,
java.lang.String arg1) |
org.w3c.dom.Node |
getFirstChild() |
org.w3c.dom.Node |
getLastChild() |
java.lang.String |
getLocalName() |
org.w3c.dom.Node |
getNextSibling() |
java.lang.String |
getNodeName() |
short |
getNodeType() |
java.lang.String |
getNodeValue() |
org.w3c.dom.Document |
getOwnerDocument() |
org.w3c.dom.Node |
getParentNode() |
java.lang.String |
getPrefix() |
org.w3c.dom.Node |
getPreviousSibling() |
java.lang.String |
getTagName() |
java.lang.String |
getTextContent() |
TreeNode |
getWrappedTreeNode() |
boolean |
hasAttribute(java.lang.String arg0) |
boolean |
hasAttributeNS(java.lang.String arg0,
java.lang.String arg1) |
boolean |
hasAttributes() |
boolean |
hasChildNodes() |
boolean |
isEqualNode(org.w3c.dom.Node arg0) |
boolean |
isSameNode(org.w3c.dom.Node arg0) |
boolean |
isSupported(java.lang.String arg0,
java.lang.String arg1) |
void |
removeAttribute(java.lang.String arg0) |
org.w3c.dom.Attr |
removeAttributeNode(org.w3c.dom.Attr arg0) |
void |
removeAttributeNS(java.lang.String arg0,
java.lang.String arg1) |
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node arg0) |
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1) |
void |
setAttribute(java.lang.String arg0,
java.lang.String arg1) |
org.w3c.dom.Attr |
setAttributeNode(org.w3c.dom.Attr arg0) |
org.w3c.dom.Attr |
setAttributeNodeNS(org.w3c.dom.Attr arg0) |
void |
setAttributeNS(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2) |
void |
setIdAttribute(java.lang.String arg0,
boolean arg1) |
void |
setIdAttributeNode(org.w3c.dom.Attr arg0,
boolean arg1) |
void |
setIdAttributeNS(java.lang.String arg0,
java.lang.String arg1,
boolean arg2) |
void |
setNodeValue(java.lang.String arg0) |
void |
setPrefix(java.lang.String arg0) |
void |
setTextContent(java.lang.String arg0) |
java.lang.Object |
setUserData(java.lang.String arg0,
java.lang.Object arg1,
org.w3c.dom.UserDataHandler arg2) |
static RequalityW3CElement |
toElement(int index,
TreeNode targ) |
static RequalityW3CElement |
toElement(TreeNode targ) |
getBaseURI, getChildElementCount, getFirstElementChild, getLastElementChild, getNextElementSibling, getPreviousElementSibling, getSchemaTypeInfo, getTypeName, getTypeNamespace, isDerivedFrom, normalize, setReadOnly
addEventListener, compareDocumentPosition, compareTreePosition, dispatchEvent, getFeature, getNamespaceURI, getReadOnly, getUserData, getUserData, isDefaultNamespace, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setUserData, toString
public RequalityW3CElement(int index, TreeNode targ2)
public org.w3c.dom.Node appendChild(org.w3c.dom.Node arg0) throws org.w3c.dom.DOMException
appendChild
in interface org.w3c.dom.Node
appendChild
in class org.apache.xerces.dom.NodeImpl
org.w3c.dom.DOMException
public org.w3c.dom.Node cloneNode(boolean arg0)
cloneNode
in interface org.w3c.dom.Node
cloneNode
in class org.apache.xerces.dom.ElementImpl
public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes
in interface org.w3c.dom.Node
getAttributes
in class org.apache.xerces.dom.ElementImpl
public org.w3c.dom.NodeList getChildNodes()
getChildNodes
in interface org.w3c.dom.Node
getChildNodes
in class org.apache.xerces.dom.ParentNode
public org.w3c.dom.Node getFirstChild()
getFirstChild
in interface org.w3c.dom.Node
getFirstChild
in class org.apache.xerces.dom.ParentNode
public org.w3c.dom.Node getLastChild()
getLastChild
in interface org.w3c.dom.Node
getLastChild
in class org.apache.xerces.dom.ParentNode
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
getLocalName
in class org.apache.xerces.dom.NodeImpl
public org.w3c.dom.Node getNextSibling()
getNextSibling
in interface org.w3c.dom.Node
getNextSibling
in class org.apache.xerces.dom.ChildNode
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
getNodeName
in class org.apache.xerces.dom.ElementImpl
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
getNodeType
in class org.apache.xerces.dom.ElementImpl
public java.lang.String getNodeValue() throws org.w3c.dom.DOMException
getNodeValue
in interface org.w3c.dom.Node
getNodeValue
in class org.apache.xerces.dom.NodeImpl
org.w3c.dom.DOMException
public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument
in interface org.w3c.dom.Node
getOwnerDocument
in class org.apache.xerces.dom.ParentNode
public org.w3c.dom.Node getParentNode()
getParentNode
in interface org.w3c.dom.Node
getParentNode
in class org.apache.xerces.dom.ChildNode
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
getPrefix
in class org.apache.xerces.dom.NodeImpl
public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling
in interface org.w3c.dom.Node
getPreviousSibling
in class org.apache.xerces.dom.ChildNode
public java.lang.String getTextContent() throws org.w3c.dom.DOMException
getTextContent
in interface org.w3c.dom.Node
getTextContent
in class org.apache.xerces.dom.ParentNode
org.w3c.dom.DOMException
public boolean hasAttributes()
hasAttributes
in interface org.w3c.dom.Node
hasAttributes
in class org.apache.xerces.dom.ElementImpl
public boolean hasChildNodes()
hasChildNodes
in interface org.w3c.dom.Node
hasChildNodes
in class org.apache.xerces.dom.ParentNode
public boolean isEqualNode(org.w3c.dom.Node arg0)
isEqualNode
in interface org.w3c.dom.Node
isEqualNode
in class org.apache.xerces.dom.ElementImpl
public TreeNode getWrappedTreeNode()
public boolean isSameNode(org.w3c.dom.Node arg0)
isSameNode
in interface org.w3c.dom.Node
isSameNode
in class org.apache.xerces.dom.NodeImpl
public boolean isSupported(java.lang.String arg0, java.lang.String arg1)
isSupported
in interface org.w3c.dom.Node
isSupported
in class org.apache.xerces.dom.NodeImpl
public org.w3c.dom.Node removeChild(org.w3c.dom.Node arg0) throws org.w3c.dom.DOMException
removeChild
in interface org.w3c.dom.Node
removeChild
in class org.apache.xerces.dom.ParentNode
org.w3c.dom.DOMException
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1) throws org.w3c.dom.DOMException
replaceChild
in interface org.w3c.dom.Node
replaceChild
in class org.apache.xerces.dom.ParentNode
org.w3c.dom.DOMException
public void setNodeValue(java.lang.String arg0) throws org.w3c.dom.DOMException
setNodeValue
in interface org.w3c.dom.Node
setNodeValue
in class org.apache.xerces.dom.NodeImpl
org.w3c.dom.DOMException
public void setPrefix(java.lang.String arg0) throws org.w3c.dom.DOMException
setPrefix
in interface org.w3c.dom.Node
setPrefix
in class org.apache.xerces.dom.NodeImpl
org.w3c.dom.DOMException
public void setTextContent(java.lang.String arg0) throws org.w3c.dom.DOMException
setTextContent
in interface org.w3c.dom.Node
setTextContent
in class org.apache.xerces.dom.ParentNode
org.w3c.dom.DOMException
public java.lang.Object setUserData(java.lang.String arg0, java.lang.Object arg1, org.w3c.dom.UserDataHandler arg2)
setUserData
in interface org.w3c.dom.Node
setUserData
in class org.apache.xerces.dom.NodeImpl
public static RequalityW3CElement toElement(int index, TreeNode targ)
public static RequalityW3CElement toElement(TreeNode targ)
public java.lang.String getAttribute(java.lang.String arg0)
getAttribute
in interface org.w3c.dom.Element
getAttribute
in class org.apache.xerces.dom.ElementImpl
public java.lang.String getAttributeNS(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
getAttributeNS
in interface org.w3c.dom.Element
getAttributeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public org.w3c.dom.Attr getAttributeNode(java.lang.String arg0)
getAttributeNode
in interface org.w3c.dom.Element
getAttributeNode
in class org.apache.xerces.dom.ElementImpl
public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
getAttributeNodeNS
in interface org.w3c.dom.Element
getAttributeNodeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String arg0)
getElementsByTagName
in interface org.w3c.dom.Element
getElementsByTagName
in class org.apache.xerces.dom.ElementImpl
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
getElementsByTagNameNS
in interface org.w3c.dom.Element
getElementsByTagNameNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public java.lang.String getTagName()
getTagName
in interface org.w3c.dom.Element
getTagName
in class org.apache.xerces.dom.ElementImpl
public boolean hasAttribute(java.lang.String arg0)
hasAttribute
in interface org.w3c.dom.Element
hasAttribute
in class org.apache.xerces.dom.ElementImpl
public boolean hasAttributeNS(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
hasAttributeNS
in interface org.w3c.dom.Element
hasAttributeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void removeAttribute(java.lang.String arg0) throws org.w3c.dom.DOMException
removeAttribute
in interface org.w3c.dom.Element
removeAttribute
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void removeAttributeNS(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
removeAttributeNS
in interface org.w3c.dom.Element
removeAttributeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr arg0) throws org.w3c.dom.DOMException
removeAttributeNode
in interface org.w3c.dom.Element
removeAttributeNode
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void setAttribute(java.lang.String arg0, java.lang.String arg1) throws org.w3c.dom.DOMException
setAttribute
in interface org.w3c.dom.Element
setAttribute
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void setAttributeNS(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2) throws org.w3c.dom.DOMException
setAttributeNS
in interface org.w3c.dom.Element
setAttributeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr arg0) throws org.w3c.dom.DOMException
setAttributeNode
in interface org.w3c.dom.Element
setAttributeNode
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr arg0) throws org.w3c.dom.DOMException
setAttributeNodeNS
in interface org.w3c.dom.Element
setAttributeNodeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void setIdAttribute(java.lang.String arg0, boolean arg1) throws org.w3c.dom.DOMException
setIdAttribute
in interface org.w3c.dom.Element
setIdAttribute
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void setIdAttributeNS(java.lang.String arg0, java.lang.String arg1, boolean arg2) throws org.w3c.dom.DOMException
setIdAttributeNS
in interface org.w3c.dom.Element
setIdAttributeNS
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException
public void setIdAttributeNode(org.w3c.dom.Attr arg0, boolean arg1) throws org.w3c.dom.DOMException
setIdAttributeNode
in interface org.w3c.dom.Element
setIdAttributeNode
in class org.apache.xerces.dom.ElementImpl
org.w3c.dom.DOMException