A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractAttribute - class org.dom4j.tree.AbstractAttribute.
AbstractNamespace is an abstract base class for tree implementors to use for implementation inheritence.
AbstractAttribute() - Constructor for class org.dom4j.tree.AbstractAttribute
 
AbstractBranch - class org.dom4j.tree.AbstractBranch.
AbstractBranch is an abstract base class for tree implementors to use for implementation inheritence.
AbstractBranch() - Constructor for class org.dom4j.tree.AbstractBranch
 
AbstractCDATA - class org.dom4j.tree.AbstractCDATA.
AbstractCDATA is an abstract base class for tree implementors to use for implementation inheritence.
AbstractCDATA() - Constructor for class org.dom4j.tree.AbstractCDATA
 
AbstractCharacterData - class org.dom4j.tree.AbstractCharacterData.
AbstractCharacterData is an abstract base class for tree implementors to use for implementation inheritence.
AbstractCharacterData() - Constructor for class org.dom4j.tree.AbstractCharacterData
 
AbstractComment - class org.dom4j.tree.AbstractComment.
AbstractComment is an abstract base class for tree implementors to use for implementation inheritence.
AbstractComment() - Constructor for class org.dom4j.tree.AbstractComment
 
AbstractDocument - class org.dom4j.tree.AbstractDocument.
AbstractDocument is an abstract base class for tree implementors to use for implementation inheritence.
AbstractDocument() - Constructor for class org.dom4j.tree.AbstractDocument
 
AbstractDocumentType - class org.dom4j.tree.AbstractDocumentType.
AbstractDocumentType is an abstract base class for tree implementors to use for implementation inheritence.
AbstractDocumentType() - Constructor for class org.dom4j.tree.AbstractDocumentType
 
AbstractElement - class org.dom4j.tree.AbstractElement.
AbstractElement is an abstract base class for tree implementors to use for implementation inheritence.
AbstractElement() - Constructor for class org.dom4j.tree.AbstractElement
 
AbstractEntity - class org.dom4j.tree.AbstractEntity.
AbstractEntity is an abstract base class for tree implementors to use for implementation inheritence.
AbstractEntity() - Constructor for class org.dom4j.tree.AbstractEntity
 
AbstractNode - class org.dom4j.tree.AbstractNode.
AbstractNode is an abstract base class for tree implementors to use for implementation inheritence.
AbstractNode() - Constructor for class org.dom4j.tree.AbstractNode
 
AbstractProcessingInstruction - class org.dom4j.tree.AbstractProcessingInstruction.
AbstractProcessingInstruction is an abstract base class for tree implementors to use for implementation inheritence.
AbstractProcessingInstruction() - Constructor for class org.dom4j.tree.AbstractProcessingInstruction
 
AbstractText - class org.dom4j.tree.AbstractText.
AbstractText is an abstract base class for tree implementors to use for implementation inheritence.
AbstractText() - Constructor for class org.dom4j.tree.AbstractText
 
accept(Visitor) - Method in interface org.dom4j.Node
accept is the method used in the Visitor Pattern.
accept(Visitor) - Method in class org.dom4j.Namespace
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractText
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractEntity
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractElement
accept method is the Visitor Pattern method.
accept(Visitor) - Method in class org.dom4j.tree.AbstractDocumentType
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractDocument
accept method is the Visitor Pattern method.
accept(Visitor) - Method in class org.dom4j.tree.AbstractComment
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractCDATA
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractAttribute
 
Action - interface org.dom4j.rule.Action.
Action represents some default action which should occur when a rule matches a node in the XSLT processing model.
add(Attribute) - Method in interface org.dom4j.Element
Adds the given Attribute to this element.
add(Attribute) - Method in class org.dom4j.tree.DefaultElement
 
add(Attribute) - Method in class org.dom4j.tree.AbstractElement
 
add(CDATA) - Method in interface org.dom4j.Element
Adds the given CDATA to this element.
add(CDATA) - Method in class org.dom4j.tree.AbstractElement
 
add(Comment) - Method in interface org.dom4j.Branch
Adds the given Comment to this branch.
add(Comment) - Method in class org.dom4j.tree.AbstractElement
 
add(Comment) - Method in class org.dom4j.tree.AbstractBranch
 
add(Element) - Method in interface org.dom4j.Branch
Adds the given Element to this branch.
add(Element) - Method in class org.dom4j.tree.AbstractElement
 
add(Element) - Method in class org.dom4j.tree.AbstractDocument
 
add(Element) - Method in class org.dom4j.tree.AbstractBranch
 
add(Entity) - Method in interface org.dom4j.Element
Adds the given Entity to this element.
add(Entity) - Method in class org.dom4j.tree.AbstractElement
 
add(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
 
add(int, Object) - Method in class org.dom4j.tree.ContentListFacade
 
add(int, Object) - Method in class org.dom4j.tree.BackedList
 
add(Namespace) - Method in interface org.dom4j.Element
Adds the given Namespace to this element.
add(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
add(Node) - Method in interface org.dom4j.Branch
Adds the given Node or throws IllegalAddException if the given node is not of a valid type.
add(Node) - Method in class org.dom4j.tree.AbstractElement
 
add(Node) - Method in class org.dom4j.tree.AbstractBranch
 
add(Object) - Method in class org.dom4j.bean.BeanAttributeList
 
add(Object) - Method in class org.dom4j.tree.ContentListFacade
 
add(Object) - Method in class org.dom4j.tree.BackedList
 
add(ProcessingInstruction) - Method in interface org.dom4j.Branch
Adds the given ProcessingInstruction to this branch.
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
 
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
 
add(Text) - Method in interface org.dom4j.Element
Adds the given Text to this element.
add(Text) - Method in class org.dom4j.tree.AbstractElement
 
addAll(Collection) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(Collection) - Method in class org.dom4j.tree.BackedList
 
addAll(int, Collection) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(int, Collection) - Method in class org.dom4j.tree.BackedList
 
addAll(RuleSet) - Method in class org.dom4j.rule.RuleSet
Adds all the rules to this RuleSet from the given other rule set.
addAttribute(QName, String) - Method in interface org.dom4j.Element
Adds the attribute value of the given fully qualified name.
addAttribute(QName, String) - Method in class org.dom4j.bean.BeanElement
 
addAttribute(QName, String) - Method in class org.dom4j.tree.AbstractElement
 
addAttribute(String, String) - Method in interface org.dom4j.Element
Adds the attribute value of the given local name.
addAttribute(String, String) - Method in class org.dom4j.bean.BeanElement
 
addAttribute(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addAttribute(String, String, String, String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
parameters modeled after SAX2 attribute approach
addAttribute(String, String, String, String, boolean) - Method in class org.dom4j.xpp.ProxyXmlStartTag
 
addAttributes(Element, Attributes) - Method in class org.dom4j.io.SAXContentHandler
Add all the attributes to the given elements
addCDATA(String) - Method in interface org.dom4j.Element
Adds a new CDATA node with the given text to this element.
addCDATA(String) - Method in class org.dom4j.tree.AbstractElement
 
addColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
addColumn(String, String, int) - Method in class org.dom4j.swing.XMLTableDefinition
 
addColumn(XMLTableColumnDefinition) - Method in class org.dom4j.swing.XMLTableDefinition
 
addColumnWithXPathName(String, String, int) - Method in class org.dom4j.swing.XMLTableDefinition
 
addComment(String) - Method in interface org.dom4j.Element
Adds a new Comment node with the given text to this element.
addComment(String) - Method in interface org.dom4j.Document
Adds a new Comment node with the given text to this branch.
addComment(String) - Method in class org.dom4j.tree.AbstractElement
 
addComment(String) - Method in class org.dom4j.tree.AbstractDocument
 
addDeclaredNamespaces(Element) - Method in class org.dom4j.io.SAXContentHandler
Add all namespaces declared before the startElement() SAX event to the current element so that they are available to child elements and attributes
addDefaultRule(Mode, Pattern, Action) - Method in class org.dom4j.rule.RuleManager
 
addDefaultRules(Mode) - Method in class org.dom4j.rule.RuleManager
Adds the default stylesheet rules to the given Mode instance
addDocType(String, String, String) - Method in interface org.dom4j.Document
Adds a DOCTYPE declaration to this document
addDocType(String, String, String) - Method in class org.dom4j.tree.DefaultDocument
 
addDTDDeclaration(Object) - Method in class org.dom4j.io.SAXContentHandler
Adds an internal DTD declaration to the list of declarations
addElement(QName) - Method in interface org.dom4j.Branch
Adds a new Element node with the given QName to this branch and returns a reference to the new node.
addElement(QName) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(QName) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String) - Method in interface org.dom4j.Branch
Adds a new Element node with the given name to this branch and returns a reference to the new node.
addElement(String) - Method in class org.dom4j.tree.AbstractElement
 
addElement(String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String, String) - Method in interface org.dom4j.Branch
Adds a new Element node with the given qualified name and namespace URI to this branch and returns a reference to the new node.
addElement(String, String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String, String) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String, String, String) - Method in class org.dom4j.tree.AbstractBranch
 
addEntity(String, String) - Method in interface org.dom4j.Element
Adds a new Entity node with the given name and text to this element and returns a reference to the new node.
addEntity(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addException(Element, SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
Adds the given parse exception information to the given element instance
addExternalDTDDeclaration(Object) - Method in class org.dom4j.io.SAXContentHandler
Adds an external DTD declaration to the list of declarations
addHandler(String, ElementHandler) - Method in interface org.dom4j.ElementPath
Adds the ElementHandler to be called when the specified path is encounted.
addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPPReader
Adds the ElementHandler to be called when the specified path is encounted.
addHandler(String, ElementHandler) - Method in class org.dom4j.io.SAXReader
Adds the ElementHandler to be called when the specified path is encounted.
additionalNamespaces() - Method in interface org.dom4j.Element
Returns any additional namespaces declarations for this element other than namespace returned via the Element.getNamespace() method.
additionalNamespaces() - Method in class org.dom4j.tree.DefaultElement
 
additionalNamespaces() - Method in class org.dom4j.tree.AbstractElement
 
additionalNamespaces(String) - Method in class org.dom4j.tree.DefaultElement
 
additionalNamespaces(String) - Method in class org.dom4j.tree.AbstractElement
 
addLocal(Object) - Method in class org.dom4j.tree.BackedList
Performs a local addition which is not forward through to the Branch or backing list
addNamespace(String, String) - Method in interface org.dom4j.Element
Adds a namespace to this element for use by its child content
addNamespace(String, String) - Method in class org.dom4j.tree.NamespaceStack
Adds a new namespace to the stack
addNamespace(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addNamespaceAttribute(AttributesImpl, Namespace) - Method in class org.dom4j.io.SAXWriter
If isDelcareNamespaceAttributes() is enabled then this method will add the given namespace declaration to the supplied attributes object, creating one if it does not exist.
addNewNode(Node) - Method in class org.dom4j.tree.DefaultElement
 
addNewNode(Node) - Method in class org.dom4j.tree.AbstractElement
Like addNode() but does not require a parent check
addNode(Node) - Method in class org.dom4j.tree.DefaultDocument
 
addNode(Node) - Method in class org.dom4j.tree.AbstractElement
 
addNode(Node) - Method in class org.dom4j.tree.AbstractBranch
 
addNode(Node) - Method in class org.dom4j.util.IndexedElement
 
addNumberColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
addProcessingInstruction(String, Map) - Method in interface org.dom4j.Element
Adds a processing instruction for the given target
addProcessingInstruction(String, Map) - Method in interface org.dom4j.Document
Adds a processing instruction for the given target
addProcessingInstruction(String, Map) - Method in class org.dom4j.tree.AbstractElement
 
addProcessingInstruction(String, Map) - Method in class org.dom4j.tree.AbstractDocument
 
addProcessingInstruction(String, String) - Method in interface org.dom4j.Element
Adds a processing instruction for the given target
addProcessingInstruction(String, String) - Method in interface org.dom4j.Document
Adds a processing instruction for the given target
addProcessingInstruction(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addProcessingInstruction(String, String) - Method in class org.dom4j.tree.AbstractDocument
 
addRule(Rule) - Method in class org.dom4j.rule.Stylesheet
 
addRule(Rule) - Method in class org.dom4j.rule.RuleSet
 
addRule(Rule) - Method in class org.dom4j.rule.RuleManager
 
addRule(Rule) - Method in class org.dom4j.rule.Mode
 
addStringColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
addText(String) - Method in interface org.dom4j.Element
Adds a new Text node with the given text to this element.
addText(String) - Method in class org.dom4j.datatype.DatatypeElement
 
addText(String) - Method in class org.dom4j.tree.AbstractElement
 
addToAttributeIndex(Attribute) - Method in class org.dom4j.util.IndexedElement
 
addToAttributeIndex(Object, Attribute) - Method in class org.dom4j.util.IndexedElement
 
addToElementIndex(Element) - Method in class org.dom4j.util.IndexedElement
 
addToElementIndex(Object, Element) - Method in class org.dom4j.util.IndexedElement
 
addToNameMap(Map, String, Rule) - Method in class org.dom4j.rule.Mode
Adds the Rule to a RuleSet for the given name.
ANY_ATTRIBUTE - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any Attribute node
ANY_COMMENT - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any Comment node
ANY_DOCUMENT - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any Document node
ANY_ELEMENT - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any Element node
ANY_NODE - Static variable in interface org.dom4j.Node
Matches Element nodes
ANY_NODE - Static variable in interface org.dom4j.rule.Pattern
Matches any node
ANY_PROCESSING_INSTRUCTION - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any ProcessingInstruction node
ANY_TEXT - Static variable in class org.dom4j.rule.pattern.NodeTypePattern
A pattern which matches any Text node
appendAttributes(Element) - Method in interface org.dom4j.Element
Appends the attributes of the given element to me.
appendAttributes(Element) - Method in class org.dom4j.tree.AbstractElement
 
appendChild(Node) - Method in class org.dom4j.dom.DOMText
 
appendChild(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
appendChild(Node) - Method in class org.dom4j.dom.DOMNamespace
 
appendChild(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
appendChild(Node) - Method in class org.dom4j.dom.DOMElement
 
appendChild(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
appendChild(Node) - Method in class org.dom4j.dom.DOMDocument
 
appendChild(Node) - Method in class org.dom4j.dom.DOMComment
 
appendChild(Node) - Method in class org.dom4j.dom.DOMCDATA
 
appendChild(Node) - Method in class org.dom4j.dom.DOMAttribute
 
appendChild(Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendContent(Branch) - Method in interface org.dom4j.Branch
Appends the content of the given branch to this branch instance.
appendContent(Branch) - Method in class org.dom4j.tree.AbstractBranch
 
appendData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendData(String) - Method in class org.dom4j.dom.DOMText
 
appendData(String) - Method in class org.dom4j.dom.DOMComment
 
appendData(String) - Method in class org.dom4j.dom.DOMCDATA
 
appendDOMTree(Document, Node, CDATA) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, Comment) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, Element) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, Entity) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, List) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, ProcessingInstruction) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, String) - Method in class org.dom4j.io.DOMWriter
 
appendElementsByTagName(List, Branch, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendElementsByTagNameNS(List, Branch, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendText(String) - Method in interface org.dom4j.CharacterData
Appends the given text to this nodes text value.
appendText(String) - Method in class org.dom4j.tree.AbstractCharacterData
 
applyTemplates(Document) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Element) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Object) - Method in class org.dom4j.rule.Stylesheet
 
applyTemplates(Object, XPath) - Method in class org.dom4j.rule.Stylesheet
 
applyTemplates(Object, XPath) - Method in class org.dom4j.rule.Stylesheet
 
asDocumentType(DocumentType) - Method in class org.dom4j.dom.DOMDocumentFactory
 
asDOMAttr(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asDOMDocument(Document) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asDOMDocumentType(DocumentType) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asDOMElement(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asDOMNode(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asDOMText(CharacterData) - Static method in class org.dom4j.dom.DOMNodeHelper
 
asElement(Object) - Method in class org.dom4j.util.IndexedElement
 
asElementIterator(Object) - Method in class org.dom4j.util.IndexedElement
 
asElementList(Object) - Method in class org.dom4j.util.IndexedElement
 
asNode(Object) - Method in class org.dom4j.tree.ContentListFacade
 
asNode(Object) - Method in class org.dom4j.tree.BackedList
 
asXML() - Method in interface org.dom4j.Node
asXML returns the textual XML representation of this node.
asXML() - Method in class org.dom4j.Namespace
 
asXML() - Method in class org.dom4j.tree.AbstractText
 
asXML() - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
asXML() - Method in class org.dom4j.tree.AbstractEntity
 
asXML() - Method in class org.dom4j.tree.AbstractElement
 
asXML() - Method in class org.dom4j.tree.AbstractDocumentType
 
asXML() - Method in class org.dom4j.tree.AbstractDocument
 
asXML() - Method in class org.dom4j.tree.AbstractComment
 
asXML() - Method in class org.dom4j.tree.AbstractCDATA
 
asXML() - Method in class org.dom4j.tree.AbstractAttribute
 
asXPathResult(Element) - Method in interface org.dom4j.Node
asXPathResult returns a version of this node which is capable of being an XPath result.
asXPathResult(Element) - Method in class org.dom4j.tree.AbstractNode
 
asXPathResult(Element) - Method in class org.dom4j.tree.AbstractDocument
 
Attribute - interface org.dom4j.Attribute.
Attribute defines an XML attribute.
ATTRIBUTE_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
attribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
attribute(int) - Method in interface org.dom4j.Element
Returns the attribute at the specified indexGets the
attribute(int) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(int) - Method in class org.dom4j.tree.DefaultElement
 
attribute(int) - Method in class org.dom4j.tree.AbstractElement
 
attribute(QName) - Method in interface org.dom4j.Element
 
attribute(QName) - Method in class org.dom4j.bean.BeanElement
 
attribute(QName) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(QName) - Method in class org.dom4j.tree.DefaultElement
 
attribute(QName) - Method in class org.dom4j.tree.AbstractElement
 
attribute(QName) - Method in class org.dom4j.util.IndexedElement
 
attribute(String) - Method in interface org.dom4j.Element
Returns the attribute with the given name
attribute(String) - Method in class org.dom4j.bean.BeanElement
 
attribute(String) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(String) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String) - Method in class org.dom4j.util.IndexedElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String, String) - Method in class org.dom4j.dom.DOMElement
 
attributeCount() - Method in interface org.dom4j.Element
 
attributeCount() - Method in class org.dom4j.bean.BeanMetaData
 
attributeCount() - Method in class org.dom4j.tree.DefaultElement
 
attributeCount() - Method in class org.dom4j.tree.AbstractElement
 
AttributeDecl - class org.dom4j.dtd.AttributeDecl.
AttributeDecl represents an attribute declaration in a DTD.
AttributeDecl() - Constructor for class org.dom4j.dtd.AttributeDecl
 
attributeDecl(String, String, String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class org.dom4j.io.aelfred.DefaultHandler
SAX2: called on attribute declarations
AttributeDecl(String, String, String, String, String) - Constructor for class org.dom4j.dtd.AttributeDecl
 
AttributeHelper - class org.dom4j.util.AttributeHelper.
AttributeHelper a number of helper methods for working with attribute values.
AttributeHelper() - Constructor for class org.dom4j.util.AttributeHelper
 
attributeIndex() - Method in class org.dom4j.util.IndexedElement
 
attributeIterator() - Method in interface org.dom4j.Element
 
attributeIterator() - Method in class org.dom4j.tree.DefaultElement
 
attributeIterator() - Method in class org.dom4j.tree.AbstractElement
 
attributeList() - Method in class org.dom4j.tree.DefaultElement
 
attributeList() - Method in class org.dom4j.tree.BaseElement
 
attributeList() - Method in class org.dom4j.tree.AbstractElement
 
attributeList(int) - Method in class org.dom4j.tree.DefaultElement
 
attributeList(int) - Method in class org.dom4j.tree.BaseElement
 
attributeList(int) - Method in class org.dom4j.tree.AbstractElement
 
attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMWriter
 
attributes - Variable in class org.dom4j.tree.BaseElement
list of attributes
attributes() - Method in interface org.dom4j.Element
Returns the Attribute instances this element contains as a backed List so that the attributes may be modified directly using the List interface.
attributes() - Method in class org.dom4j.tree.DefaultElement
 
attributes() - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(QName) - Method in interface org.dom4j.Element
This returns the attribute value for the attribute with the given fully qualified name or null if there is no such attribute or the empty string if the attribute value is empty.
attributeValue(QName) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(QName, String) - Method in interface org.dom4j.Element
This returns the attribute value for the attribute with the given fully qualified name or the default value if there is no such attribute value.
attributeValue(QName, String) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(String) - Method in interface org.dom4j.Element
This returns the attribute value for the attribute with the given name and any namespace or null if there is no such attribute or the empty string if the attribute value is empty.
attributeValue(String) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(String, String) - Method in interface org.dom4j.Element
This returns the attribute value for the attribute with the given name and any namespace or the default value if there is no such attribute value.
attributeValue(String, String) - Method in class org.dom4j.tree.AbstractElement
 

B

BackedList - class org.dom4j.tree.BackedList.
BackedList represents a list of content of a Branch.
BackedList(AbstractBranch, List) - Constructor for class org.dom4j.tree.BackedList
 
BackedList(AbstractBranch, List, int) - Constructor for class org.dom4j.tree.BackedList
 
BackedList(AbstractBranch, List, List) - Constructor for class org.dom4j.tree.BackedList
 
BaseElement - class org.dom4j.tree.BaseElement.
BaseElement is a useful base class for implemementation inheritence of an XML element.
BaseElement(QName) - Constructor for class org.dom4j.tree.BaseElement
 
BaseElement(String) - Constructor for class org.dom4j.tree.BaseElement
 
BaseElement(String, Namespace) - Constructor for class org.dom4j.tree.BaseElement
 
BeanAttribute - class org.dom4j.bean.BeanAttribute.
BeanAttribute represents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.
BeanAttribute(BeanAttributeList, int) - Constructor for class org.dom4j.bean.BeanAttribute
 
BeanAttributeList - class org.dom4j.bean.BeanAttributeList.
BeanAttributeList implements a list of Attributes which are the properties of a JavaBean.
BeanAttributeList(BeanElement) - Constructor for class org.dom4j.bean.BeanAttributeList
 
BeanAttributeList(BeanElement, BeanMetaData) - Constructor for class org.dom4j.bean.BeanAttributeList
 
BeanDocumentFactory - class org.dom4j.bean.BeanDocumentFactory.
BeanDocumentFactory is a factory of DOM4J objects which may be BeanElements which are backed by JavaBeans and their properties.
BeanDocumentFactory() - Constructor for class org.dom4j.bean.BeanDocumentFactory
 
BeanElement - class org.dom4j.bean.BeanElement.
BeanElement uses a Java Bean to store its attributes.
BeanElement(QName) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(QName, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(String, Namespace, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(String, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanMetaData - class org.dom4j.bean.BeanMetaData.
BeanMetaData contains metadata about a bean class.
BeanMetaData(Class) - Constructor for class org.dom4j.bean.BeanMetaData
 
booleanValue(Attribute) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValue(Element, QName) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValue(Element, String) - Static method in class org.dom4j.util.AttributeHelper
 
Branch - interface org.dom4j.Branch.
Branch interface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.
BranchTreeNode - class org.dom4j.swing.BranchTreeNode.
BranchTreeNode implements the Swing TreeNode interface to bind dom4j XML Branch nodes (i.e.
BranchTreeNode() - Constructor for class org.dom4j.swing.BranchTreeNode
 
BranchTreeNode(Branch) - Constructor for class org.dom4j.swing.BranchTreeNode
 
BranchTreeNode(TreeNode, Branch) - Constructor for class org.dom4j.swing.BranchTreeNode
 
build(Document) - Method in class org.dom4j.datatype.SchemaParser
Parses the given schema document

C

cache - Static variable in class org.dom4j.Namespace
Cache of Namespace instances
cache - Variable in class org.dom4j.DocumentFactory
 
cache - Static variable in class org.dom4j.tree.NamespaceCache
Cache of Map instances indexed by URI which contain caches of Namespace for each prefix
cachePerThread - Static variable in class org.dom4j.QName
 
CDATA - interface org.dom4j.CDATA.
CDATA defines an XML CDATA section.
CDATA_SECTION_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
CharacterData - interface org.dom4j.CharacterData.
CharacterData is a marker interface for character based nodes such as the CDATA, Comment and Text nodes.
characters(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
characters(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
 
checkAddElementAllowed() - Method in class org.dom4j.tree.AbstractDocument
 
checkForNullHandlers() - Method in class org.dom4j.io.SAXWriter
Ensures non-null content handlers?
childAdded(Node) - Method in class org.dom4j.datatype.DatatypeElement
Override to force lazy recreation of data object
childAdded(Node) - Method in class org.dom4j.tree.AbstractElement
Called when a new child node is added to create any parent relationships
childAdded(Node) - Method in class org.dom4j.tree.AbstractDocument
 
childAdded(Node) - Method in class org.dom4j.tree.AbstractBranch
Called when a new child node has been added to me to allow any parent relationships to be created or events to be fired.
childRemoved(Node) - Method in class org.dom4j.datatype.DatatypeElement
Override to force lazy recreation of data object
childRemoved(Node) - Method in class org.dom4j.tree.AbstractElement
 
childRemoved(Node) - Method in class org.dom4j.tree.AbstractDocument
 
childRemoved(Node) - Method in class org.dom4j.tree.AbstractBranch
Called when a child node has been removed to allow any parent relationships to be deleted or events to be fired.
children - Variable in class org.dom4j.swing.BranchTreeNode
Stores the child tree nodes
children() - Method in class org.dom4j.swing.LeafTreeNode
 
children() - Method in class org.dom4j.swing.BranchTreeNode
 
clear() - Method in class org.dom4j.bean.BeanAttributeList
 
clear() - Method in class org.dom4j.rule.Stylesheet
 
clear() - Method in class org.dom4j.rule.RuleManager
 
clear() - Method in class org.dom4j.swing.XMLTableDefinition
 
clear() - Method in class org.dom4j.tree.NamespaceStack
Clears the stack
clear() - Method in class org.dom4j.tree.ContentListFacade
 
clear() - Method in class org.dom4j.tree.BackedList
 
clearCaches() - Method in class org.dom4j.swing.XMLTableDefinition
 
clearContent() - Method in interface org.dom4j.Branch
Clears the content for this branch, removing any Node instances this branch may contain.
clearContent() - Method in class org.dom4j.tree.DefaultElement
 
clearContent() - Method in class org.dom4j.tree.DefaultDocument
 
clearContent() - Method in class org.dom4j.tree.BaseElement
 
clearNamespaceStack() - Method in class org.dom4j.io.DOMReader
 
clone() - Method in interface org.dom4j.Node
clone will return a deep clone or if this node is read-only then clone will return the same instance.
clone() - Method in class org.dom4j.tree.DefaultElement
 
clone() - Method in class org.dom4j.tree.DefaultDocument
 
clone() - Method in class org.dom4j.tree.AbstractNode
 
clone() - Method in class org.dom4j.util.UserDataElement
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMText
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMNamespace
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMEntityReference
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMElement
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMDocumentType
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMDocument
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMComment
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMCDATA
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMAttribute
 
cloneNode(Node, boolean) - Static method in class org.dom4j.dom.DOMNodeHelper
 
close() - Method in class org.dom4j.io.XMLWriter
Closes the underlying Writer
Comment - interface org.dom4j.Comment.
Comment defines the behavior of an XML comment.
COMMENT_NODE - Static variable in interface org.dom4j.Node
Matches Comments nodes
comment(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
comment(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
 
comment(char[], int, int) - Method in class org.dom4j.io.aelfred.DefaultHandler
SAX2: called when comments are parsed
compare(Attribute, Attribute) - Method in class org.dom4j.util.NodeComparator
 
compare(CharacterData, CharacterData) - Method in class org.dom4j.util.NodeComparator
 
compare(Document, Document) - Method in class org.dom4j.util.NodeComparator
 
compare(DocumentType, DocumentType) - Method in class org.dom4j.util.NodeComparator
 
compare(Element, Element) - Method in class org.dom4j.util.NodeComparator
 
compare(Entity, Entity) - Method in class org.dom4j.util.NodeComparator
 
compare(Namespace, Namespace) - Method in class org.dom4j.util.NodeComparator
 
compare(Node, Node) - Method in class org.dom4j.util.NodeComparator
 
compare(Object, Object) - Method in class org.dom4j.util.NodeComparator
Compares its two arguments for order.
compare(ProcessingInstruction, ProcessingInstruction) - Method in class org.dom4j.util.NodeComparator
 
compare(QName, QName) - Method in class org.dom4j.util.NodeComparator
 
compare(String, String) - Method in class org.dom4j.util.NodeComparator
 
compareContent(Branch, Branch) - Method in class org.dom4j.util.NodeComparator
 
compareTo(Object) - Method in class org.dom4j.rule.Rule
 
compareTo(Rule) - Method in class org.dom4j.rule.Rule
Compares two rules in XSLT processing model order assuming that the modes are equal.
completeCurrentTextNode() - Method in class org.dom4j.io.SAXContentHandler
If the current text buffer contains any text then create a new text node with it and add it to the current element
configureReader() - Method in class org.dom4j.io.SAXValidator
Configures the XMLReader before use
configureReader(XMLReader, DefaultHandler) - Method in class org.dom4j.io.SAXReader
Configures the XMLReader before use
contains(Namespace) - Method in class org.dom4j.tree.NamespaceStack
 
contains(Object) - Method in class org.dom4j.tree.ContentListFacade
 
containsAll(Collection) - Method in class org.dom4j.tree.ContentListFacade
 
content - Variable in class org.dom4j.tree.BaseElement
List of content nodes.
content() - Method in interface org.dom4j.Branch
Returns the content nodes of this branch as a backed List so that the content of this branch may be modified directly using the List interface.
content() - Method in class org.dom4j.tree.AbstractBranch
 
contentList() - Method in class org.dom4j.tree.DefaultElement
 
contentList() - Method in class org.dom4j.tree.DefaultDocument
 
contentList() - Method in class org.dom4j.tree.BaseElement
 
contentList() - Method in class org.dom4j.tree.AbstractBranch
 
ContentListFacade - class org.dom4j.tree.ContentListFacade.
ContentListFacade represents a facade of the content of a Branch which is returned via calls to the Branch#content method to allow users to modify the content of a Branch directly using the List interface.
ContentListFacade(AbstractBranch, List) - Constructor for class org.dom4j.tree.ContentListFacade
 
contentRemoved() - Method in class org.dom4j.tree.AbstractBranch
Called when the given List content has been removed so each node should have its parent and document relationships cleared
context - Variable in class org.dom4j.persistence.nativ.XMLDBStrategy
 
convertToValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
create(Object) - Static method in class org.dom4j.xpath.DefaultNamespaceContext
 
createAttribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
createAttribute(BeanElement, int) - Method in class org.dom4j.bean.BeanAttributeList
 
createAttribute(Element, QName, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(Element, QName, String) - Method in class org.dom4j.DocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.util.UserDataDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(Element, String, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(Element, String, String) - Method in class org.dom4j.DocumentFactory
 
createAttribute(Element, String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(String) - Method in class org.dom4j.dom.DOMDocument
 
createAttributeIndex() - Method in class org.dom4j.util.IndexedElement
A Factory Method to create the index for attributes
createAttributeList() - Method in class org.dom4j.bean.BeanElement
A Factory Method pattern which lazily creates a List implementation used to store content
createAttributeList() - Method in class org.dom4j.tree.AbstractElement
A Factory Method pattern which creates a List implementation used to store attributes
createAttributeList(BeanElement) - Method in class org.dom4j.bean.BeanMetaData
 
createAttributeList(int) - Method in class org.dom4j.tree.AbstractElement
A Factory Method pattern which creates a List implementation used to store attributes
createAttributeNS(String, String) - Method in class org.dom4j.dom.DOMDocument
 
createAttributes(Element, Attributes) - Method in class org.dom4j.io.SAXWriter
 
createBean(QName) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createBean(QName, Attributes) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createCDATA(String) - Static method in class org.dom4j.DocumentHelper
 
createCDATA(String) - Method in class org.dom4j.DocumentFactory
 
createCDATA(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createCDATA(String) - Method in class org.dom4j.dom.DOMCDATA
 
createCDATA(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createCDATASection(String) - Method in class org.dom4j.dom.DOMDocument
 
createChildList() - Method in class org.dom4j.swing.BranchTreeNode
Factory method to create List of children TreeNodes
createChildTreeNode(Node) - Method in class org.dom4j.swing.BranchTreeNode
Factory method to create child tree nodes for a given XML node type
createColumnXPath(String) - Method in class org.dom4j.swing.XMLTableDefinition
 
createComment(String) - Static method in class org.dom4j.DocumentHelper
 
createComment(String) - Method in class org.dom4j.DocumentFactory
 
createComment(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createComment(String) - Method in class org.dom4j.dom.DOMDocument
 
createComment(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createCompactFormat() - Static method in class org.dom4j.io.OutputFormat
A static helper method to create the default compact format.
createContentHandler(XMLReader) - Method in class org.dom4j.io.SAXReader
Factory Method to allow user derived SAXContentHandler objects to be used
createContentList() - Method in class org.dom4j.tree.AbstractBranch
A Factory Method pattern which creates a List implementation used to store content
createContentList(int) - Method in class org.dom4j.tree.AbstractBranch
A Factory Method pattern which creates a List implementation used to store content
createCopy() - Method in interface org.dom4j.Element
Creates a deep copy of this element The new element is detached from its parent, and getParent() on the clone will return null.
createCopy() - Method in class org.dom4j.tree.AbstractElement
This returns a deep clone of this element.
createCopy(QName) - Method in interface org.dom4j.Element
Creates a deep copy of this element with the given fully qualified name.
createCopy(QName) - Method in class org.dom4j.tree.AbstractElement
 
createCopy(String) - Method in interface org.dom4j.Element
Creates a deep copy of this element with the given local name The new element is detached from its parent, and getParent() on the clone will return null.
createCopy(String) - Method in class org.dom4j.tree.AbstractElement
 
createDefaultEntityResolver(String) - Method in class org.dom4j.io.SAXReader
 
createDefaultRule(Pattern, Action) - Method in class org.dom4j.rule.RuleManager
 
createDocType(String, String, String) - Method in class org.dom4j.DocumentFactory
 
createDocType(String, String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDocType(String, String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createDocument() - Static method in class org.dom4j.DocumentHelper
 
createDocument() - Method in class org.dom4j.DocumentFactory
 
createDocument() - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDocument() - Method in class org.dom4j.io.SAXContentHandler
 
createDocument() - Method in class org.dom4j.io.DOMReader
 
createDocument() - Method in class org.dom4j.util.ProxyDocumentFactory
 
createDocument(Element) - Static method in class org.dom4j.DocumentHelper
 
createDocument(Element) - Method in class org.dom4j.DocumentFactory
 
createDocument(Element) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createDocument(String, String, DocumentType) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDocumentFragment() - Method in class org.dom4j.dom.DOMDocument
 
createDocumentType(String, String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDomDocument(Document) - Method in class org.dom4j.io.DOMWriter
 
createDomDocument(Document, DOMImplementation) - Method in class org.dom4j.io.DOMWriter
 
createDomDocumentViaJAXP() - Method in class org.dom4j.io.DOMWriter
 
createElement(QName) - Static method in class org.dom4j.DocumentHelper
 
createElement(QName) - Method in class org.dom4j.DocumentFactory
 
createElement(QName) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createElement(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
createElement(QName) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createElement(QName) - Method in class org.dom4j.tree.AbstractElement
 
createElement(QName) - Method in class org.dom4j.util.UserDataElement
 
createElement(QName) - Method in class org.dom4j.util.UserDataDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.NonLazyDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.IndexedDocumentFactory
 
createElement(QName, Attributes) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createElement(QName, int) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createElement(QName, int) - Method in class org.dom4j.util.IndexedDocumentFactory
 
createElement(String) - Static method in class org.dom4j.DocumentHelper
 
createElement(String) - Method in class org.dom4j.DocumentFactory
 
createElement(String) - Method in class org.dom4j.dom.DOMDocument
 
createElement(String) - Method in class org.dom4j.tree.AbstractElement
 
createElement(String) - Method in class org.dom4j.util.UserDataElement
 
createElement(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createElement(String, String) - Method in class org.dom4j.DocumentFactory
 
createElementIndex() - Method in class org.dom4j.util.IndexedElement
A Factory Method to create the index for elements
createElementNS(String, String) - Method in class org.dom4j.dom.DOMDocument
 
createElementStack() - Method in class org.dom4j.io.SAXContentHandler
 
createEmptyList() - Method in class org.dom4j.tree.AbstractBranch
A Factory Method pattern which creates an empty a BackedList implementation
createEntity(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createEntity(String, String) - Static method in class org.dom4j.DocumentHelper
 
createEntity(String, String) - Method in class org.dom4j.DocumentFactory
 
createEntity(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createEntity(String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createEntityReference(String) - Method in class org.dom4j.dom.DOMDocument
 
createHashCode() - Method in class org.dom4j.Namespace
Factory method to create the hashcode allowing derived classes to change the behaviour
createHashCode() - Method in class org.dom4j.tree.DefaultNamespace
 
createIndex() - Method in class org.dom4j.util.IndexedElement
Factory method to return a new map implementation for indices
createList() - Method in class org.dom4j.util.IndexedElement
Factory method to return a list implementation for indices
createMap() - Method in class org.dom4j.tree.QNameCache
A factory method
createMemento(Document, String, MarshallingContext) - Method in class org.dom4j.persistence.PersitenceManager
 
createMemento(Document, String, MarshallingContext) - Method in interface org.dom4j.persistence.Initiator
 
createMode() - Method in class org.dom4j.rule.RuleManager
A factory method to return a new Mode instance which should add the necessary default rules
createNamespace(String, String) - Static method in class org.dom4j.DocumentHelper
 
createNamespace(String, String) - Method in class org.dom4j.DocumentFactory
 
createNamespace(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createNamespace(String, String) - Method in class org.dom4j.tree.NamespaceStack
Factory method to creeate new Namespace instances.
createNamespace(String, String) - Method in class org.dom4j.tree.NamespaceCache
A factory method to create Namespace instance
createNamespace(String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createNodeList(List) - Static method in class org.dom4j.dom.DOMNodeHelper
 
createPattern(String) - Static method in class org.dom4j.DocumentHelper
createPattern parses the given XPath expression to create an XSLT style Pattern instance which can then be used in an XSLT processing model.
createPattern(String) - Method in class org.dom4j.DocumentFactory
createPattern parses the given XPath expression to create an XSLT style Pattern instance which can then be used in an XSLT processing model.
createPattern(String) - Method in class org.dom4j.tree.AbstractNode
 
createPattern(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createPrefixMap() - Method in class org.dom4j.tree.NamespaceCache
A factory method to create prefix caches
createPrettyPrint() - Static method in class org.dom4j.io.OutputFormat
A static helper method to create the default pretty printing format.
createProcessingInstruction(String, Map) - Static method in class org.dom4j.DocumentHelper
 
createProcessingInstruction(String, Map) - Method in class org.dom4j.DocumentFactory
 
createProcessingInstruction(String, Map) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createProcessingInstruction(String, Map) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createProcessingInstruction(String, String) - Static method in class org.dom4j.DocumentHelper
 
createProcessingInstruction(String, String) - Method in class org.dom4j.DocumentFactory
 
createProcessingInstruction(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createProcessingInstruction(String, String) - Meth