public class RequalityElement
extends org.dom4j.tree.DefaultElement
Constructor and Description |
---|
RequalityElement(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
void |
add(org.dom4j.Attribute arg0) |
void |
add(org.dom4j.CDATA arg0) |
void |
add(org.dom4j.Comment arg0) |
void |
add(org.dom4j.Element arg0) |
void |
add(org.dom4j.Entity arg0) |
void |
add(org.dom4j.Node arg0) |
void |
add(org.dom4j.Text arg0) |
org.dom4j.Element |
addAttribute(org.dom4j.QName arg0,
java.lang.String arg1) |
org.dom4j.Element |
addAttribute(java.lang.String arg0,
java.lang.String arg1) |
org.dom4j.Element |
addCDATA(java.lang.String arg0) |
org.dom4j.Element |
addComment(java.lang.String arg0) |
org.dom4j.Element |
addElement(org.dom4j.QName arg0) |
org.dom4j.Element |
addElement(java.lang.String arg0) |
org.dom4j.Element |
addElement(java.lang.String arg0,
java.lang.String arg1) |
org.dom4j.Element |
addEntity(java.lang.String arg0,
java.lang.String arg1) |
org.dom4j.Element |
addProcessingInstruction(java.lang.String arg0,
java.util.Map arg1) |
org.dom4j.Element |
addProcessingInstruction(java.lang.String arg0,
java.lang.String arg1) |
org.dom4j.Element |
addText(java.lang.String arg0) |
void |
appendAttributes(org.dom4j.Element arg0) |
org.dom4j.Attribute |
attribute(int arg0) |
org.dom4j.Attribute |
attribute(org.dom4j.QName arg0) |
org.dom4j.Attribute |
attribute(java.lang.String arg0) |
int |
attributeCount() |
java.util.Iterator<RequalityAttribute> |
attributeIterator() |
java.util.List<RequalityAttribute> |
attributes() |
java.lang.String |
attributeValue(org.dom4j.QName arg0) |
java.lang.String |
attributeValue(org.dom4j.QName arg0,
java.lang.String arg1) |
java.lang.String |
attributeValue(java.lang.String arg0) |
java.lang.String |
attributeValue(java.lang.String arg0,
java.lang.String arg1) |
void |
clearContent() |
java.util.List<RequalityElement> |
content() |
org.dom4j.Element |
createCopy() |
org.dom4j.Element |
createCopy(org.dom4j.QName arg0) |
org.dom4j.Element |
createCopy(java.lang.String arg0) |
org.dom4j.Node |
detach() |
org.dom4j.Element |
element(org.dom4j.QName arg0) |
org.dom4j.Element |
element(java.lang.String arg0) |
org.dom4j.Element |
elementByID(java.lang.String arg0) |
java.util.Iterator<RequalityElement> |
elementIterator() |
java.util.Iterator<RequalityElement> |
elementIterator(org.dom4j.QName arg0) |
java.util.Iterator<RequalityElement> |
elementIterator(java.lang.String arg0) |
java.util.List<RequalityElement> |
elements() |
java.util.List<RequalityElement> |
elements(org.dom4j.QName arg0) |
java.util.List<RequalityElement> |
elements(java.lang.String arg0) |
java.lang.Object |
getData() |
java.lang.String |
getName() |
org.dom4j.Element |
getParent() |
java.lang.String |
getText() |
java.lang.String |
getTextTrim() |
TreeNode |
getWrappedTreeNode() |
boolean |
hasContent() |
int |
indexOf(org.dom4j.Node arg0) |
boolean |
isReadOnly() |
boolean |
isRootElement() |
boolean |
isTextOnly() |
boolean |
matches(java.lang.String patternText) |
org.dom4j.Node |
node(int arg0) |
int |
nodeCount() |
java.util.Iterator<RequalityElement> |
nodeIterator() |
boolean |
remove(org.dom4j.Attribute arg0) |
boolean |
remove(org.dom4j.CDATA arg0) |
boolean |
remove(org.dom4j.Comment arg0) |
boolean |
remove(org.dom4j.Element arg0) |
boolean |
remove(org.dom4j.Entity arg0) |
boolean |
remove(org.dom4j.Namespace arg0) |
boolean |
remove(org.dom4j.Node arg0) |
boolean |
remove(org.dom4j.Text arg0) |
void |
setAttributes(java.util.List arg0) |
void |
setAttributeValue(org.dom4j.QName arg0,
java.lang.String arg1) |
void |
setAttributeValue(java.lang.String arg0,
java.lang.String arg1) |
void |
setContent(java.util.List arg0) |
void |
setData(java.lang.Object arg0) |
void |
setName(java.lang.String arg0) |
void |
setParent(org.dom4j.Element arg0) |
void |
setQName(org.dom4j.QName arg0) |
void |
setText(java.lang.String arg0) |
static RequalityElement |
toElement(java.util.UUID root,
TreeNode node) |
static RequalityElement |
toElement(java.util.UUID root,
TreeNode node,
boolean force) |
static java.util.List<RequalityElement> |
toElementList(TreeNode targ) |
additionalNamespaces, additionalNamespaces, attribute, clone, declaredNamespaces, element, getDocument, getNamespaceForPrefix, getNamespaceForURI, getQName, getStringValue, processingInstruction, processingInstructions, processingInstructions, removeProcessingInstruction, setDocument, supportsParent
accept, add, add, addNamespace, asXML, elementIterator, elements, elementText, elementText, elementTextTrim, elementTextTrim, ensureAttributesCapacity, getNamespace, getNamespacePrefix, getNamespacesForURI, getNamespaceURI, getNodeType, getPath, getQName, getQualifiedName, getUniquePath, getXPathNameStep, getXPathResult, hasMixedContent, normalize, remove, setAttributes, setNamespace, toString, write
addElement, appendContent, setProcessingInstructions
asXPathResult, createPattern, createXPath, createXPathFilter, getNodeTypeName, getPath, getUniquePath, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, valueOf
public TreeNode targ
public RequalityElement(TreeNode node)
public void add(org.dom4j.Node arg0)
add
in interface org.dom4j.Branch
add
in class org.dom4j.tree.AbstractElement
public void add(org.dom4j.Comment arg0)
add
in interface org.dom4j.Branch
add
in class org.dom4j.tree.AbstractElement
public void add(org.dom4j.Element arg0)
add
in interface org.dom4j.Branch
add
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addElement(java.lang.String arg0)
addElement
in interface org.dom4j.Branch
addElement
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addElement(org.dom4j.QName arg0)
addElement
in interface org.dom4j.Branch
addElement
in class org.dom4j.tree.AbstractBranch
public org.dom4j.Element addElement(java.lang.String arg0, java.lang.String arg1)
addElement
in interface org.dom4j.Branch
addElement
in class org.dom4j.tree.AbstractBranch
public void clearContent()
clearContent
in interface org.dom4j.Branch
clearContent
in class org.dom4j.tree.DefaultElement
public boolean matches(java.lang.String patternText)
matches
in interface org.dom4j.Node
matches
in class org.dom4j.tree.AbstractNode
public boolean isRootElement()
isRootElement
in interface org.dom4j.Element
isRootElement
in class org.dom4j.tree.AbstractElement
public static RequalityElement toElement(java.util.UUID root, TreeNode node)
public static RequalityElement toElement(java.util.UUID root, TreeNode node, boolean force)
public static java.util.List<RequalityElement> toElementList(TreeNode targ)
public java.util.List<RequalityElement> content()
content
in interface org.dom4j.Branch
content
in class org.dom4j.tree.AbstractBranch
public org.dom4j.Element elementByID(java.lang.String arg0)
elementByID
in interface org.dom4j.Branch
elementByID
in class org.dom4j.tree.AbstractBranch
public TreeNode getWrappedTreeNode()
public int indexOf(org.dom4j.Node arg0)
indexOf
in interface org.dom4j.Branch
indexOf
in class org.dom4j.tree.DefaultElement
public org.dom4j.Node node(int arg0) throws java.lang.IndexOutOfBoundsException
node
in interface org.dom4j.Branch
node
in class org.dom4j.tree.DefaultElement
java.lang.IndexOutOfBoundsException
public int nodeCount()
nodeCount
in interface org.dom4j.Branch
nodeCount
in class org.dom4j.tree.DefaultElement
public java.util.Iterator<RequalityElement> nodeIterator()
nodeIterator
in interface org.dom4j.Branch
nodeIterator
in class org.dom4j.tree.DefaultElement
public boolean remove(org.dom4j.Node arg0)
remove
in interface org.dom4j.Branch
remove
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Comment arg0)
remove
in interface org.dom4j.Branch
remove
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Element arg0)
remove
in interface org.dom4j.Branch
remove
in class org.dom4j.tree.AbstractElement
public void setContent(java.util.List arg0)
setContent
in interface org.dom4j.Branch
setContent
in class org.dom4j.tree.DefaultElement
public org.dom4j.Node detach()
detach
in interface org.dom4j.Node
detach
in class org.dom4j.tree.AbstractNode
public java.lang.String getName()
getName
in interface org.dom4j.Node
getName
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element getParent()
getParent
in interface org.dom4j.Node
getParent
in class org.dom4j.tree.DefaultElement
public boolean hasContent()
hasContent
in interface org.dom4j.Node
hasContent
in class org.dom4j.tree.AbstractBranch
public boolean isReadOnly()
isReadOnly
in interface org.dom4j.Node
isReadOnly
in class org.dom4j.tree.AbstractBranch
public void setName(java.lang.String arg0)
setName
in interface org.dom4j.Node
setName
in class org.dom4j.tree.AbstractElement
public void setParent(org.dom4j.Element arg0)
setParent
in interface org.dom4j.Node
setParent
in class org.dom4j.tree.DefaultElement
public void setText(java.lang.String arg0)
setText
in interface org.dom4j.Node
setText
in class org.dom4j.tree.AbstractElement
public void add(org.dom4j.Attribute arg0)
add
in interface org.dom4j.Element
add
in class org.dom4j.tree.DefaultElement
public void add(org.dom4j.CDATA arg0)
add
in interface org.dom4j.Element
add
in class org.dom4j.tree.AbstractElement
public void add(org.dom4j.Entity arg0)
add
in interface org.dom4j.Element
add
in class org.dom4j.tree.AbstractElement
public void add(org.dom4j.Text arg0)
add
in interface org.dom4j.Element
add
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addAttribute(java.lang.String arg0, java.lang.String arg1)
addAttribute
in interface org.dom4j.Element
addAttribute
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addAttribute(org.dom4j.QName arg0, java.lang.String arg1)
addAttribute
in interface org.dom4j.Element
addAttribute
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addCDATA(java.lang.String arg0)
addCDATA
in interface org.dom4j.Element
addCDATA
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addComment(java.lang.String arg0)
addComment
in interface org.dom4j.Element
addComment
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addEntity(java.lang.String arg0, java.lang.String arg1)
addEntity
in interface org.dom4j.Element
addEntity
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addProcessingInstruction(java.lang.String arg0, java.lang.String arg1)
addProcessingInstruction
in interface org.dom4j.Element
addProcessingInstruction
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addProcessingInstruction(java.lang.String arg0, java.util.Map arg1)
addProcessingInstruction
in interface org.dom4j.Element
addProcessingInstruction
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element addText(java.lang.String arg0)
addText
in interface org.dom4j.Element
addText
in class org.dom4j.tree.AbstractElement
public void appendAttributes(org.dom4j.Element arg0)
appendAttributes
in interface org.dom4j.Element
appendAttributes
in class org.dom4j.tree.AbstractElement
public org.dom4j.Attribute attribute(int arg0)
attribute
in interface org.dom4j.Element
attribute
in class org.dom4j.tree.DefaultElement
public org.dom4j.Attribute attribute(java.lang.String arg0)
attribute
in interface org.dom4j.Element
attribute
in class org.dom4j.tree.DefaultElement
public org.dom4j.Attribute attribute(org.dom4j.QName arg0)
attribute
in interface org.dom4j.Element
attribute
in class org.dom4j.tree.DefaultElement
public int attributeCount()
attributeCount
in interface org.dom4j.Element
attributeCount
in class org.dom4j.tree.DefaultElement
public java.util.Iterator<RequalityAttribute> attributeIterator()
attributeIterator
in interface org.dom4j.Element
attributeIterator
in class org.dom4j.tree.DefaultElement
public java.lang.String attributeValue(java.lang.String arg0)
attributeValue
in interface org.dom4j.Element
attributeValue
in class org.dom4j.tree.AbstractElement
public java.lang.String attributeValue(org.dom4j.QName arg0)
attributeValue
in interface org.dom4j.Element
attributeValue
in class org.dom4j.tree.AbstractElement
public java.lang.String attributeValue(java.lang.String arg0, java.lang.String arg1)
attributeValue
in interface org.dom4j.Element
attributeValue
in class org.dom4j.tree.AbstractElement
public java.lang.String attributeValue(org.dom4j.QName arg0, java.lang.String arg1)
attributeValue
in interface org.dom4j.Element
attributeValue
in class org.dom4j.tree.AbstractElement
public java.util.List<RequalityAttribute> attributes()
attributes
in interface org.dom4j.Element
attributes
in class org.dom4j.tree.DefaultElement
public org.dom4j.Element createCopy()
createCopy
in interface org.dom4j.Element
createCopy
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element createCopy(java.lang.String arg0)
createCopy
in interface org.dom4j.Element
createCopy
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element createCopy(org.dom4j.QName arg0)
createCopy
in interface org.dom4j.Element
createCopy
in class org.dom4j.tree.AbstractElement
public org.dom4j.Element element(java.lang.String arg0)
element
in interface org.dom4j.Element
element
in class org.dom4j.tree.DefaultElement
public org.dom4j.Element element(org.dom4j.QName arg0)
element
in interface org.dom4j.Element
element
in class org.dom4j.tree.DefaultElement
public java.util.Iterator<RequalityElement> elementIterator()
elementIterator
in interface org.dom4j.Element
elementIterator
in class org.dom4j.tree.AbstractElement
public java.util.Iterator<RequalityElement> elementIterator(java.lang.String arg0)
elementIterator
in interface org.dom4j.Element
elementIterator
in class org.dom4j.tree.AbstractElement
public java.util.Iterator<RequalityElement> elementIterator(org.dom4j.QName arg0)
elementIterator
in interface org.dom4j.Element
elementIterator
in class org.dom4j.tree.AbstractElement
public java.util.List<RequalityElement> elements()
elements
in interface org.dom4j.Element
elements
in class org.dom4j.tree.AbstractElement
public java.util.List<RequalityElement> elements(java.lang.String arg0)
elements
in interface org.dom4j.Element
elements
in class org.dom4j.tree.AbstractElement
public java.util.List<RequalityElement> elements(org.dom4j.QName arg0)
elements
in interface org.dom4j.Element
elements
in class org.dom4j.tree.AbstractElement
public java.lang.Object getData()
getData
in interface org.dom4j.Element
getData
in class org.dom4j.tree.AbstractElement
public java.lang.String getText()
getText
in interface org.dom4j.Element
getText
in interface org.dom4j.Node
getText
in class org.dom4j.tree.DefaultElement
public java.lang.String getTextTrim()
getTextTrim
in interface org.dom4j.Element
getTextTrim
in class org.dom4j.tree.AbstractBranch
public boolean isTextOnly()
isTextOnly
in interface org.dom4j.Element
isTextOnly
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Attribute arg0)
remove
in interface org.dom4j.Element
remove
in class org.dom4j.tree.DefaultElement
public boolean remove(org.dom4j.CDATA arg0)
remove
in interface org.dom4j.Element
remove
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Entity arg0)
remove
in interface org.dom4j.Element
remove
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Namespace arg0)
remove
in interface org.dom4j.Element
remove
in class org.dom4j.tree.AbstractElement
public boolean remove(org.dom4j.Text arg0)
remove
in interface org.dom4j.Element
remove
in class org.dom4j.tree.AbstractElement
public void setAttributeValue(java.lang.String arg0, java.lang.String arg1)
setAttributeValue
in interface org.dom4j.Element
setAttributeValue
in class org.dom4j.tree.AbstractElement
public void setAttributeValue(org.dom4j.QName arg0, java.lang.String arg1)
setAttributeValue
in interface org.dom4j.Element
setAttributeValue
in class org.dom4j.tree.AbstractElement
public void setAttributes(java.util.List arg0)
setAttributes
in interface org.dom4j.Element
setAttributes
in class org.dom4j.tree.DefaultElement
public void setData(java.lang.Object arg0)
setData
in interface org.dom4j.Element
setData
in class org.dom4j.tree.AbstractElement
public void setQName(org.dom4j.QName arg0)
setQName
in interface org.dom4j.Element
setQName
in class org.dom4j.tree.DefaultElement