org.hibernate.tuple
Class ElementWrapper
java.lang.Object
   org.hibernate.tuple.ElementWrapper
org.hibernate.tuple.ElementWrapper
- All Implemented Interfaces: 
- Serializable, Cloneable, org.dom4j.Branch, org.dom4j.Element, org.dom4j.Node
- public class ElementWrapper 
- extends Object- implements org.dom4j.Element, Serializable
Wraps dom4j elements, allowing them to exist in a 
 non-hierarchical structure.
- See Also:
- Serialized Form
 
| Fields inherited from interface org.dom4j.Node | 
| ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE | 
 
 
| Method Summary | 
|  void | accept(org.dom4j.Visitor visitor)
 | 
|  void | add(org.dom4j.Attribute attribute)
 | 
|  void | add(org.dom4j.CDATA cdata)
 | 
|  void | add(org.dom4j.Comment comment)
 | 
|  void | add(org.dom4j.Element element)
 | 
|  void | add(org.dom4j.Entity entity)
 | 
|  void | add(org.dom4j.Namespace namespace)
 | 
|  void | add(org.dom4j.Node node)
 | 
|  void | add(org.dom4j.ProcessingInstruction processingInstruction)
 | 
|  void | add(org.dom4j.Text text)
 | 
|  org.dom4j.Element | addAttribute(org.dom4j.QName attrName,
             String text)
 | 
|  org.dom4j.Element | addAttribute(String attrName,
             String text)
 | 
|  org.dom4j.Element | addCDATA(String text)
 | 
|  org.dom4j.Element | addComment(String text)
 | 
|  org.dom4j.Element | addElement(org.dom4j.QName qName)
 | 
|  org.dom4j.Element | addElement(String name)
 | 
|  org.dom4j.Element | addElement(String name,
           String text)
 | 
|  org.dom4j.Element | addEntity(String name,
          String text)
 | 
|  List | additionalNamespaces()
 | 
|  org.dom4j.Element | addNamespace(String prefix,
             String uri)
 | 
|  org.dom4j.Element | addProcessingInstruction(String target,
                         Map data)
 | 
|  org.dom4j.Element | addProcessingInstruction(String target,
                         String text)
 | 
|  org.dom4j.Element | addText(String text)
 | 
|  void | appendAttributes(org.dom4j.Element element)
 | 
|  void | appendContent(org.dom4j.Branch branch)
 | 
|  String | asXML()
 | 
|  org.dom4j.Node | asXPathResult(org.dom4j.Element element)
 | 
|  org.dom4j.Attribute | attribute(int i)
 | 
|  org.dom4j.Attribute | attribute(org.dom4j.QName qName)
 | 
|  org.dom4j.Attribute | attribute(String name)
 | 
|  int | attributeCount()
 | 
|  Iterator | attributeIterator()
 | 
|  List | attributes()
 | 
|  String | attributeValue(org.dom4j.QName qName)
 | 
|  String | attributeValue(org.dom4j.QName qName,
               String defaultValue)
 | 
|  String | attributeValue(String name)
 | 
|  String | attributeValue(String name,
               String defaultValue)
 | 
|  void | clearContent()
 | 
|  Object | clone()
 | 
|  List | content()
 | 
|  org.dom4j.Element | createCopy()
 | 
|  org.dom4j.Element | createCopy(org.dom4j.QName qName)
 | 
|  org.dom4j.Element | createCopy(String name)
 | 
|  org.dom4j.XPath | createXPath(String xpath)
 | 
|  List | declaredNamespaces()
 | 
|  org.dom4j.Node | detach()
 | 
|  org.dom4j.Element | element(org.dom4j.QName qName)
 | 
|  org.dom4j.Element | element(String name)
 | 
|  org.dom4j.Element | elementByID(String id)
 | 
|  Iterator | elementIterator()
 | 
|  Iterator | elementIterator(org.dom4j.QName qName)
 | 
|  Iterator | elementIterator(String name)
 | 
|  List | elements()
 | 
|  List | elements(org.dom4j.QName qName)
 | 
|  List | elements(String name)
 | 
|  String | elementText(org.dom4j.QName qName)
 | 
|  String | elementText(String name)
 | 
|  String | elementTextTrim(org.dom4j.QName qName)
 | 
|  String | elementTextTrim(String name)
 | 
|  boolean | equals(Object other)
 | 
|  Object | getData()
 | 
|  org.dom4j.Document | getDocument()
 | 
|  org.dom4j.Element | getElement()
 | 
|  String | getName()
 | 
|  org.dom4j.Namespace | getNamespace()
 | 
|  org.dom4j.Namespace | getNamespaceForPrefix(String s)
 | 
|  org.dom4j.Namespace | getNamespaceForURI(String s)
 | 
|  String | getNamespacePrefix()
 | 
|  List | getNamespacesForURI(String s)
 | 
|  String | getNamespaceURI()
 | 
|  short | getNodeType()
 | 
|  String | getNodeTypeName()
 | 
|  org.dom4j.Element | getParent()
 | 
|  String | getPath()
 | 
|  String | getPath(org.dom4j.Element element)
 | 
|  org.dom4j.QName | getQName()
 | 
|  org.dom4j.QName | getQName(String s)
 | 
|  String | getQualifiedName()
 | 
|  String | getStringValue()
 | 
|  String | getText()
 | 
|  String | getTextTrim()
 | 
|  String | getUniquePath()
 | 
|  String | getUniquePath(org.dom4j.Element element)
 | 
|  org.dom4j.Node | getXPathResult(int i)
 | 
|  boolean | hasContent()
 | 
|  int | hashCode()
 | 
|  boolean | hasMixedContent()
 | 
|  int | indexOf(org.dom4j.Node node)
 | 
|  boolean | isReadOnly()
 | 
|  boolean | isRootElement()
 | 
|  boolean | isTextOnly()
 | 
|  boolean | matches(String xpath)
 | 
|  org.dom4j.Node | node(int i)
 | 
|  int | nodeCount()
 | 
|  Iterator | nodeIterator()
 | 
|  void | normalize()
 | 
|  Number | numberValueOf(String xpath)
 | 
|  org.dom4j.ProcessingInstruction | processingInstruction(String name)
 | 
|  List | processingInstructions()
 | 
|  List | processingInstructions(String name)
 | 
|  boolean | remove(org.dom4j.Attribute attribute)
 | 
|  boolean | remove(org.dom4j.CDATA cdata)
 | 
|  boolean | remove(org.dom4j.Comment comment)
 | 
|  boolean | remove(org.dom4j.Element element)
 | 
|  boolean | remove(org.dom4j.Entity entity)
 | 
|  boolean | remove(org.dom4j.Namespace namespace)
 | 
|  boolean | remove(org.dom4j.Node node)
 | 
|  boolean | remove(org.dom4j.ProcessingInstruction processingInstruction)
 | 
|  boolean | remove(org.dom4j.Text text)
 | 
|  boolean | removeProcessingInstruction(String name)
 | 
|  List | selectNodes(String xpath)
 | 
|  List | selectNodes(String xpath,
            String comparison)
 | 
|  List | selectNodes(String xpath,
            String comparison,
            boolean removeDups)
 | 
|  Object | selectObject(String xpath)
 | 
|  org.dom4j.Node | selectSingleNode(String xpath)
 | 
|  void | setAttributes(List list)
 | 
|  void | setAttributeValue(org.dom4j.QName qName,
                  String value)Deprecated.
 | 
|  void | setAttributeValue(String name,
                  String value)Deprecated.
 | 
|  void | setContent(List list)
 | 
|  void | setData(Object data)
 | 
|  void | setDocument(org.dom4j.Document document)
 | 
|  void | setName(String name)
 | 
|  void | setParent(org.dom4j.Element parent)
 | 
|  void | setProcessingInstructions(List list)
 | 
|  void | setQName(org.dom4j.QName qName)
 | 
|  void | setText(String text)
 | 
|  boolean | supportsParent()
 | 
|  String | toString()
 | 
|  String | valueOf(String xpath)
 | 
|  void | write(Writer writer)
 | 
 
 
ElementWrapper
public ElementWrapper(org.dom4j.Element element)
getElement
public org.dom4j.Element getElement()
- 
 
- 
 
getQName
public org.dom4j.QName getQName()
- 
- Specified by:
- getQNamein interface- org.dom4j.Element
 
- 
 
getQName
public org.dom4j.QName getQName(String s)
- 
- Specified by:
- getQNamein interface- org.dom4j.Element
 
- 
 
setQName
public void setQName(org.dom4j.QName qName)
- 
- Specified by:
- setQNamein interface- org.dom4j.Element
 
- 
 
getNamespace
public org.dom4j.Namespace getNamespace()
- 
- Specified by:
- getNamespacein interface- org.dom4j.Element
 
- 
 
getNamespaceForPrefix
public org.dom4j.Namespace getNamespaceForPrefix(String s)
- 
- Specified by:
- getNamespaceForPrefixin interface- org.dom4j.Element
 
- 
 
getNamespaceForURI
public org.dom4j.Namespace getNamespaceForURI(String s)
- 
- Specified by:
- getNamespaceForURIin interface- org.dom4j.Element
 
- 
 
getNamespacesForURI
public List getNamespacesForURI(String s)
- 
- Specified by:
- getNamespacesForURIin interface- org.dom4j.Element
 
- 
 
getNamespacePrefix
public String getNamespacePrefix()
- 
- Specified by:
- getNamespacePrefixin interface- org.dom4j.Element
 
- 
 
getNamespaceURI
public String getNamespaceURI()
- 
- Specified by:
- getNamespaceURIin interface- org.dom4j.Element
 
- 
 
getQualifiedName
public String getQualifiedName()
- 
- Specified by:
- getQualifiedNamein interface- org.dom4j.Element
 
- 
 
additionalNamespaces
public List additionalNamespaces()
- 
- Specified by:
- additionalNamespacesin interface- org.dom4j.Element
 
- 
 
declaredNamespaces
public List declaredNamespaces()
- 
- Specified by:
- declaredNamespacesin interface- org.dom4j.Element
 
- 
 
addAttribute
public org.dom4j.Element addAttribute(String attrName,
                                      String text)
- 
- Specified by:
- addAttributein interface- org.dom4j.Element
 
- 
 
addAttribute
public org.dom4j.Element addAttribute(org.dom4j.QName attrName,
                                      String text)
- 
- Specified by:
- addAttributein interface- org.dom4j.Element
 
- 
 
addComment
public org.dom4j.Element addComment(String text)
- 
- Specified by:
- addCommentin interface- org.dom4j.Element
 
- 
 
addCDATA
public org.dom4j.Element addCDATA(String text)
- 
- Specified by:
- addCDATAin interface- org.dom4j.Element
 
- 
 
addEntity
public org.dom4j.Element addEntity(String name,
                                   String text)
- 
- Specified by:
- addEntityin interface- org.dom4j.Element
 
- 
 
addNamespace
public org.dom4j.Element addNamespace(String prefix,
                                      String uri)
- 
- Specified by:
- addNamespacein interface- org.dom4j.Element
 
- 
 
addProcessingInstruction
public org.dom4j.Element addProcessingInstruction(String target,
                                                  String text)
- 
- Specified by:
- addProcessingInstructionin interface- org.dom4j.Element
 
- 
 
addProcessingInstruction
public org.dom4j.Element addProcessingInstruction(String target,
                                                  Map data)
- 
- Specified by:
- addProcessingInstructionin interface- org.dom4j.Element
 
- 
 
addText
public org.dom4j.Element addText(String text)
- 
- Specified by:
- addTextin interface- org.dom4j.Element
 
- 
 
add
public void add(org.dom4j.Attribute attribute)
- 
- Specified by:
- addin interface- org.dom4j.Element
 
- 
 
add
public void add(org.dom4j.CDATA cdata)
- 
- Specified by:
- addin interface- org.dom4j.Element
 
- 
 
add
public void add(org.dom4j.Entity entity)
- 
- Specified by:
- addin interface- org.dom4j.Element
 
- 
 
add
public void add(org.dom4j.Text text)
- 
- Specified by:
- addin interface- org.dom4j.Element
 
- 
 
add
public void add(org.dom4j.Namespace namespace)
- 
- Specified by:
- addin interface- org.dom4j.Element
 
- 
 
remove
public boolean remove(org.dom4j.Attribute attribute)
- 
- Specified by:
- removein interface- org.dom4j.Element
 
- 
 
remove
public boolean remove(org.dom4j.CDATA cdata)
- 
- Specified by:
- removein interface- org.dom4j.Element
 
- 
 
remove
public boolean remove(org.dom4j.Entity entity)
- 
- Specified by:
- removein interface- org.dom4j.Element
 
- 
 
remove
public boolean remove(org.dom4j.Namespace namespace)
- 
- Specified by:
- removein interface- org.dom4j.Element
 
- 
 
remove
public boolean remove(org.dom4j.Text text)
- 
- Specified by:
- removein interface- org.dom4j.Element
 
- 
 
supportsParent
public boolean supportsParent()
- 
- Specified by:
- supportsParentin interface- org.dom4j.Node
 
- 
 
getParent
public org.dom4j.Element getParent()
- 
- Specified by:
- getParentin interface- org.dom4j.Node
 
- 
 
setParent
public void setParent(org.dom4j.Element parent)
- 
- Specified by:
- setParentin interface- org.dom4j.Node
 
- 
 
getDocument
public org.dom4j.Document getDocument()
- 
- Specified by:
- getDocumentin interface- org.dom4j.Node
 
- 
 
setDocument
public void setDocument(org.dom4j.Document document)
- 
- Specified by:
- setDocumentin interface- org.dom4j.Node
 
- 
 
isReadOnly
public boolean isReadOnly()
- 
- Specified by:
- isReadOnlyin interface- org.dom4j.Node
 
- 
 
hasContent
public boolean hasContent()
- 
- Specified by:
- hasContentin interface- org.dom4j.Node
 
- 
 
getName
public String getName()
- 
- Specified by:
- getNamein interface- org.dom4j.Node
 
- 
 
setName
public void setName(String name)
- 
- Specified by:
- setNamein interface- org.dom4j.Node
 
- 
 
getText
public String getText()
- 
- Specified by:
- getTextin interface- org.dom4j.Element
- Specified by:
- getTextin interface- org.dom4j.Node
 
- 
 
setText
public void setText(String text)
- 
- Specified by:
- setTextin interface- org.dom4j.Node
 
- 
 
getTextTrim
public String getTextTrim()
- 
- Specified by:
- getTextTrimin interface- org.dom4j.Element
 
- 
 
getStringValue
public String getStringValue()
- 
- Specified by:
- getStringValuein interface- org.dom4j.Element
- Specified by:
- getStringValuein interface- org.dom4j.Node
 
- 
 
getPath
public String getPath()
- 
- Specified by:
- getPathin interface- org.dom4j.Node
 
- 
 
getPath
public String getPath(org.dom4j.Element element)
- 
- Specified by:
- getPathin interface- org.dom4j.Node
 
- 
 
getUniquePath
public String getUniquePath()
- 
- Specified by:
- getUniquePathin interface- org.dom4j.Node
 
- 
 
getUniquePath
public String getUniquePath(org.dom4j.Element element)
- 
- Specified by:
- getUniquePathin interface- org.dom4j.Node
 
- 
 
asXML
public String asXML()
- 
- Specified by:
- asXMLin interface- org.dom4j.Node
 
- 
 
write
public void write(Writer writer)
           throws IOException
- 
- Specified by:
- writein interface- org.dom4j.Node
 
- 
- Throws:
- IOException
 
getNodeType
public short getNodeType()
- 
- Specified by:
- getNodeTypein interface- org.dom4j.Node
 
- 
 
getNodeTypeName
public String getNodeTypeName()
- 
- Specified by:
- getNodeTypeNamein interface- org.dom4j.Node
 
- 
 
detach
public org.dom4j.Node detach()
- 
- Specified by:
- detachin interface- org.dom4j.Node
 
- 
 
selectNodes
public List selectNodes(String xpath)
- 
- Specified by:
- selectNodesin interface- org.dom4j.Node
 
- 
 
selectObject
public Object selectObject(String xpath)
- 
- Specified by:
- selectObjectin interface- org.dom4j.Node
 
- 
 
selectNodes
public List selectNodes(String xpath,
                        String comparison)
- 
- Specified by:
- selectNodesin interface- org.dom4j.Node
 
- 
 
selectNodes
public List selectNodes(String xpath,
                        String comparison,
                        boolean removeDups)
- 
- Specified by:
- selectNodesin interface- org.dom4j.Node
 
- 
 
selectSingleNode
public org.dom4j.Node selectSingleNode(String xpath)
- 
- Specified by:
- selectSingleNodein interface- org.dom4j.Node
 
- 
 
valueOf
public String valueOf(String xpath)
- 
- Specified by:
- valueOfin interface- org.dom4j.Node
 
- 
 
numberValueOf
public Number numberValueOf(String xpath)
- 
- Specified by:
- numberValueOfin interface- org.dom4j.Node
 
- 
 
matches
public boolean matches(String xpath)
- 
- Specified by:
- matchesin interface- org.dom4j.Node
 
- 
 
createXPath
public org.dom4j.XPath createXPath(String xpath)
                            throws org.dom4j.InvalidXPathException
- 
- Specified by:
- createXPathin interface- org.dom4j.Node
 
- 
- Throws:
- org.dom4j.InvalidXPathException
 
asXPathResult
public org.dom4j.Node asXPathResult(org.dom4j.Element element)
- 
- Specified by:
- asXPathResultin interface- org.dom4j.Node
 
- 
 
accept
public void accept(org.dom4j.Visitor visitor)
- 
- Specified by:
- acceptin interface- org.dom4j.Node
 
- 
 
clone
public Object clone()
- 
- Specified by:
- clonein interface- org.dom4j.Node
- Overrides:
- clonein class- Object
 
- 
 
getData
public Object getData()
- 
- Specified by:
- getDatain interface- org.dom4j.Element
 
- 
 
setData
public void setData(Object data)
- 
- Specified by:
- setDatain interface- org.dom4j.Element
 
- 
 
attributes
public List attributes()
- 
- Specified by:
- attributesin interface- org.dom4j.Element
 
- 
 
setAttributes
public void setAttributes(List list)
- 
- Specified by:
- setAttributesin interface- org.dom4j.Element
 
- 
 
attributeCount
public int attributeCount()
- 
- Specified by:
- attributeCountin interface- org.dom4j.Element
 
- 
 
attributeIterator
public Iterator attributeIterator()
- 
- Specified by:
- attributeIteratorin interface- org.dom4j.Element
 
- 
 
attribute
public org.dom4j.Attribute attribute(int i)
- 
- Specified by:
- attributein interface- org.dom4j.Element
 
- 
 
attribute
public org.dom4j.Attribute attribute(String name)
- 
- Specified by:
- attributein interface- org.dom4j.Element
 
- 
 
attribute
public org.dom4j.Attribute attribute(org.dom4j.QName qName)
- 
- Specified by:
- attributein interface- org.dom4j.Element
 
- 
 
attributeValue
public String attributeValue(String name)
- 
- Specified by:
- attributeValuein interface- org.dom4j.Element
 
- 
 
attributeValue
public String attributeValue(String name,
                             String defaultValue)
- 
- Specified by:
- attributeValuein interface- org.dom4j.Element
 
- 
 
attributeValue
public String attributeValue(org.dom4j.QName qName)
- 
- Specified by:
- attributeValuein interface- org.dom4j.Element
 
- 
 
attributeValue
public String attributeValue(org.dom4j.QName qName,
                             String defaultValue)
- 
- Specified by:
- attributeValuein interface- org.dom4j.Element
 
- 
 
setAttributeValue
public void setAttributeValue(String name,
                              String value)
- Deprecated. 
 
- 
- Specified by:
- setAttributeValuein interface- org.dom4j.Element
 
- 
 
setAttributeValue
public void setAttributeValue(org.dom4j.QName qName,
                              String value)
- Deprecated. 
 
- 
- Specified by:
- setAttributeValuein interface- org.dom4j.Element
 
- 
 
element
public org.dom4j.Element element(String name)
- 
- Specified by:
- elementin interface- org.dom4j.Element
 
- 
 
element
public org.dom4j.Element element(org.dom4j.QName qName)
- 
- Specified by:
- elementin interface- org.dom4j.Element
 
- 
 
elements
public List elements()
- 
- Specified by:
- elementsin interface- org.dom4j.Element
 
- 
 
elements
public List elements(String name)
- 
- Specified by:
- elementsin interface- org.dom4j.Element
 
- 
 
elements
public List elements(org.dom4j.QName qName)
- 
- Specified by:
- elementsin interface- org.dom4j.Element
 
- 
 
elementIterator
public Iterator elementIterator()
- 
- Specified by:
- elementIteratorin interface- org.dom4j.Element
 
- 
 
elementIterator
public Iterator elementIterator(String name)
- 
- Specified by:
- elementIteratorin interface- org.dom4j.Element
 
- 
 
elementIterator
public Iterator elementIterator(org.dom4j.QName qName)
- 
- Specified by:
- elementIteratorin interface- org.dom4j.Element
 
- 
 
isRootElement
public boolean isRootElement()
- 
- Specified by:
- isRootElementin interface- org.dom4j.Element
 
- 
 
hasMixedContent
public boolean hasMixedContent()
- 
- Specified by:
- hasMixedContentin interface- org.dom4j.Element
 
- 
 
isTextOnly
public boolean isTextOnly()
- 
- Specified by:
- isTextOnlyin interface- org.dom4j.Element
 
- 
 
appendAttributes
public void appendAttributes(org.dom4j.Element element)
- 
- Specified by:
- appendAttributesin interface- org.dom4j.Element
 
- 
 
createCopy
public org.dom4j.Element createCopy()
- 
- Specified by:
- createCopyin interface- org.dom4j.Element
 
- 
 
createCopy
public org.dom4j.Element createCopy(String name)
- 
- Specified by:
- createCopyin interface- org.dom4j.Element
 
- 
 
createCopy
public org.dom4j.Element createCopy(org.dom4j.QName qName)
- 
- Specified by:
- createCopyin interface- org.dom4j.Element
 
- 
 
elementText
public String elementText(String name)
- 
- Specified by:
- elementTextin interface- org.dom4j.Element
 
- 
 
elementText
public String elementText(org.dom4j.QName qName)
- 
- Specified by:
- elementTextin interface- org.dom4j.Element
 
- 
 
elementTextTrim
public String elementTextTrim(String name)
- 
- Specified by:
- elementTextTrimin interface- org.dom4j.Element
 
- 
 
elementTextTrim
public String elementTextTrim(org.dom4j.QName qName)
- 
- Specified by:
- elementTextTrimin interface- org.dom4j.Element
 
- 
 
getXPathResult
public org.dom4j.Node getXPathResult(int i)
- 
- Specified by:
- getXPathResultin interface- org.dom4j.Element
 
- 
 
node
public org.dom4j.Node node(int i)
- 
- Specified by:
- nodein interface- org.dom4j.Branch
 
- 
 
indexOf
public int indexOf(org.dom4j.Node node)
- 
- Specified by:
- indexOfin interface- org.dom4j.Branch
 
- 
 
nodeCount
public int nodeCount()
- 
- Specified by:
- nodeCountin interface- org.dom4j.Branch
 
- 
 
elementByID
public org.dom4j.Element elementByID(String id)
- 
- Specified by:
- elementByIDin interface- org.dom4j.Branch
 
- 
 
content
public List content()
- 
- Specified by:
- contentin interface- org.dom4j.Branch
 
- 
 
nodeIterator
public Iterator nodeIterator()
- 
- Specified by:
- nodeIteratorin interface- org.dom4j.Branch
 
- 
 
setContent
public void setContent(List list)
- 
- Specified by:
- setContentin interface- org.dom4j.Branch
 
- 
 
appendContent
public void appendContent(org.dom4j.Branch branch)
- 
- Specified by:
- appendContentin interface- org.dom4j.Branch
 
- 
 
clearContent
public void clearContent()
- 
- Specified by:
- clearContentin interface- org.dom4j.Branch
 
- 
 
processingInstructions
public List processingInstructions()
- 
- Specified by:
- processingInstructionsin interface- org.dom4j.Branch
 
- 
 
processingInstructions
public List processingInstructions(String name)
- 
- Specified by:
- processingInstructionsin interface- org.dom4j.Branch
 
- 
 
processingInstruction
public org.dom4j.ProcessingInstruction processingInstruction(String name)
- 
- Specified by:
- processingInstructionin interface- org.dom4j.Branch
 
- 
 
setProcessingInstructions
public void setProcessingInstructions(List list)
- 
- Specified by:
- setProcessingInstructionsin interface- org.dom4j.Branch
 
- 
 
addElement
public org.dom4j.Element addElement(String name)
- 
- Specified by:
- addElementin interface- org.dom4j.Branch
 
- 
 
addElement
public org.dom4j.Element addElement(org.dom4j.QName qName)
- 
- Specified by:
- addElementin interface- org.dom4j.Branch
 
- 
 
addElement
public org.dom4j.Element addElement(String name,
                                    String text)
- 
- Specified by:
- addElementin interface- org.dom4j.Branch
 
- 
 
removeProcessingInstruction
public boolean removeProcessingInstruction(String name)
- 
- Specified by:
- removeProcessingInstructionin interface- org.dom4j.Branch
 
- 
 
add
public void add(org.dom4j.Node node)
- 
- Specified by:
- addin interface- org.dom4j.Branch
 
- 
 
add
public void add(org.dom4j.Comment comment)
- 
- Specified by:
- addin interface- org.dom4j.Branch
 
- 
 
add
public void add(org.dom4j.Element element)
- 
- Specified by:
- addin interface- org.dom4j.Branch
 
- 
 
add
public void add(org.dom4j.ProcessingInstruction processingInstruction)
- 
- Specified by:
- addin interface- org.dom4j.Branch
 
- 
 
remove
public boolean remove(org.dom4j.Node node)
- 
- Specified by:
- removein interface- org.dom4j.Branch
 
- 
 
remove
public boolean remove(org.dom4j.Comment comment)
- 
- Specified by:
- removein interface- org.dom4j.Branch
 
- 
 
remove
public boolean remove(org.dom4j.Element element)
- 
- Specified by:
- removein interface- org.dom4j.Branch
 
- 
 
remove
public boolean remove(org.dom4j.ProcessingInstruction processingInstruction)
- 
- Specified by:
- removein interface- org.dom4j.Branch
 
- 
 
normalize
public void normalize()
- 
- Specified by:
- normalizein interface- org.dom4j.Branch
 
- 
 
equals
public boolean equals(Object other)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.