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

A

AbstractAttribute - Class in org.dom4j.tree
AbstractNamespace is an abstract base class for tree implementors to use for implementation inheritence.
AbstractAttribute() - Constructor for class org.dom4j.tree.AbstractAttribute
 
AbstractBranch - Class in org.dom4j.tree
AbstractBranch is an abstract base class for tree implementors to use for implementation inheritence.
AbstractBranch() - Constructor for class org.dom4j.tree.AbstractBranch
 
AbstractCDATA - Class in org.dom4j.tree
AbstractCDATA is an abstract base class for tree implementors to use for implementation inheritence.
AbstractCDATA() - Constructor for class org.dom4j.tree.AbstractCDATA
 
AbstractCharacterData - Class in org.dom4j.tree
AbstractCharacterData is an abstract base class for tree implementors to use for implementation inheritence.
AbstractCharacterData() - Constructor for class org.dom4j.tree.AbstractCharacterData
 
AbstractComment - Class in org.dom4j.tree
AbstractComment is an abstract base class for tree implementors to use for implementation inheritence.
AbstractComment() - Constructor for class org.dom4j.tree.AbstractComment
 
AbstractDocument - Class in org.dom4j.tree
AbstractDocument is an abstract base class for tree implementors to use for implementation inheritence.
AbstractDocument() - Constructor for class org.dom4j.tree.AbstractDocument
 
AbstractDocumentType - Class in org.dom4j.tree
AbstractDocumentType is an abstract base class for tree implementors to use for implementation inheritence.
AbstractDocumentType() - Constructor for class org.dom4j.tree.AbstractDocumentType
 
AbstractElement - Class in org.dom4j.tree
AbstractElement is an abstract base class for tree implementors to use for implementation inheritence.
AbstractElement() - Constructor for class org.dom4j.tree.AbstractElement
 
AbstractEntity - Class in org.dom4j.tree
AbstractEntity is an abstract base class for tree implementors to use for implementation inheritence.
AbstractEntity() - Constructor for class org.dom4j.tree.AbstractEntity
 
AbstractNode - Class in org.dom4j.tree
AbstractNode is an abstract base class for tree implementors to use for implementation inheritence.
AbstractNode() - Constructor for class org.dom4j.tree.AbstractNode
 
AbstractProcessingInstruction - Class in org.dom4j.tree
AbstractProcessingInstruction is an abstract base class for tree implementors to use for implementation inheritence.
AbstractProcessingInstruction() - Constructor for class org.dom4j.tree.AbstractProcessingInstruction
 
AbstractText - Class in org.dom4j.tree
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 class org.dom4j.Namespace
 
accept(Visitor) - Method in interface org.dom4j.Node
accept is the method used in the Visitor Pattern.
accept(Visitor) - Method in class org.dom4j.tree.AbstractAttribute
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractCDATA
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractComment
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractDocument
accept method is the Visitor Pattern method.
accept(Visitor) - Method in class org.dom4j.tree.AbstractDocumentType
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractElement
accept method is the Visitor Pattern method.
accept(Visitor) - Method in class org.dom4j.tree.AbstractEntity
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
accept(Visitor) - Method in class org.dom4j.tree.AbstractText
 
Action - Interface in org.dom4j.rule
Action represents some default action which should occur when a rule matches a node in the XSLT processing model.
add(Object) - Method in class org.dom4j.bean.BeanAttributeList
 
add(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
 
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(Comment) - Method in interface org.dom4j.Branch
Adds the given Comment to this branch.
add(Element) - Method in interface org.dom4j.Branch
Adds the given Element to this branch.
add(ProcessingInstruction) - Method in interface org.dom4j.Branch
Adds the given ProcessingInstruction to this branch.
add(Attribute) - Method in interface org.dom4j.Element
Adds the given Attribute to this element.
add(CDATA) - Method in interface org.dom4j.Element
Adds the given CDATA to this element.
add(Entity) - Method in interface org.dom4j.Element
Adds the given Entity to this element.
add(Text) - Method in interface org.dom4j.Element
Adds the given Text to this element.
add(Namespace) - Method in interface org.dom4j.Element
Adds the given Namespace to this element.
add(Node) - Method in class org.dom4j.tree.AbstractBranch
 
add(Comment) - Method in class org.dom4j.tree.AbstractBranch
 
add(Element) - Method in class org.dom4j.tree.AbstractBranch
 
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
 
add(Element) - Method in class org.dom4j.tree.AbstractDocument
 
add(Attribute) - Method in class org.dom4j.tree.AbstractElement
 
add(Node) - Method in class org.dom4j.tree.AbstractElement
 
add(CDATA) - Method in class org.dom4j.tree.AbstractElement
 
add(Comment) - Method in class org.dom4j.tree.AbstractElement
 
add(Element) - Method in class org.dom4j.tree.AbstractElement
 
add(Entity) - Method in class org.dom4j.tree.AbstractElement
 
add(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
 
add(Text) - Method in class org.dom4j.tree.AbstractElement
 
add(T) - Method in class org.dom4j.tree.BackedList
 
add(int, T) - Method in class org.dom4j.tree.BackedList
 
add(T) - Method in class org.dom4j.tree.ContentListFacade
 
add(int, T) - Method in class org.dom4j.tree.ContentListFacade
 
add(Attribute) - Method in class org.dom4j.tree.DefaultElement
 
add(E) - Method in class org.dom4j.tree.LazyList
 
add(int, E) - Method in class org.dom4j.tree.LazyList
 
add(E) - Method in class org.dom4j.tree.LazyList.LazyListIterator
 
addAll(RuleSet) - Method in class org.dom4j.rule.RuleSet
Adds all the rules to this RuleSet from the given other rule set.
addAll(Collection<? extends T>) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(int, Collection<? extends T>) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(Collection<? extends E>) - Method in class org.dom4j.tree.LazyList
 
addAll(int, Collection<? extends E>) - Method in class org.dom4j.tree.LazyList
 
addAttribute(String, String) - Method in class org.dom4j.bean.BeanElement
 
addAttribute(QName, String) - Method in class org.dom4j.bean.BeanElement
 
addAttribute(String, String) - Method in interface org.dom4j.Element
Adds the attribute value of the given local name.
addAttribute(QName, String) - Method in interface org.dom4j.Element
Adds the attribute value of the given fully qualified name.
addAttribute(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addAttribute(QName, 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.DOMSAXContentHandler
 
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.Document
Adds a new Comment node with the given text to this branch.
addComment(String) - Method in interface org.dom4j.Element
Adds a new Comment node with the given text to this element.
addComment(String) - Method in class org.dom4j.tree.AbstractDocument
 
addComment(String) - Method in class org.dom4j.tree.AbstractElement
 
addDeclaredNamespaces(Element) - Method in class org.dom4j.io.DOMSAXContentHandler
 
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 Modeinstance
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(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(QName) - Method in interface org.dom4j.Branch
Adds a new Element node with the given QNameto this branch and returns a reference to the new node.
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) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String, String) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(QName) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String, String, String) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String, String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(QName) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String) - Method in class org.dom4j.tree.AbstractElement
 
addElement(E, LazyList.Entry<E>) - Method in class org.dom4j.tree.LazyList
Inserts element before specified entry.
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.SAXReader
Adds the ElementHandler to be called when the specified path is encounted.
addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPP3Reader
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.jaxb.JAXBReader
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.AbstractElement
 
additionalNamespaces(String) - Method in class org.dom4j.tree.AbstractElement
 
additionalNamespaces() - Method in class org.dom4j.tree.DefaultElement
 
additionalNamespaces(String) - Method in class org.dom4j.tree.DefaultElement
 
addLocal(T) - Method in class org.dom4j.tree.BackedList
Performs a local addition which is not forward through to the Branch or backing list
addModifier(String, ElementModifier) - Method in class org.dom4j.io.SAXModifier
Adds the ElementModifierto be called when the specified element path is encounted while parsing the source.
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.AbstractElement
 
addNamespace(String, String) - Method in class org.dom4j.tree.NamespaceStack
Adds a new namespace to the stack
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.AbstractElement
Like addNode() but does not require a parent check
addNewNode(int, Node) - Method in class org.dom4j.tree.AbstractElement
 
addNewNode(Node) - Method in class org.dom4j.tree.DefaultElement
 
addNode(Node) - Method in class org.dom4j.tree.AbstractBranch
 
addNode(int, Node) - Method in class org.dom4j.tree.AbstractBranch
 
addNode(Node) - Method in class org.dom4j.tree.AbstractElement
 
addNode(int, Node) - Method in class org.dom4j.tree.AbstractElement
 
addNode(Node) - Method in class org.dom4j.tree.DefaultDocument
 
addNode(int, Node) - Method in class org.dom4j.tree.DefaultDocument
 
addNode(Node) - Method in class org.dom4j.util.IndexedElement
 
addNumberColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
addObjectHandler(String, JAXBObjectHandler) - Method in class org.dom4j.jaxb.JAXBReader
Registers a JAXBObjectHandlerthat will be supplied with the unmarshalled representation of the xml fragment whenever the specified path is encounted.
addObjectModifier(String, JAXBObjectModifier) - Method in class org.dom4j.jaxb.JAXBModifier
Adds the JAXBObjectModifierto be called when the specified xml path is encounted while parsing the source.
addProcessingInstruction(String, String) - Method in interface org.dom4j.Document
Adds a processing instruction for the given target
addProcessingInstruction(String, Map<String, String>) - Method in interface org.dom4j.Document
Adds a processing instruction for the given target
addProcessingInstruction(String, String) - Method in interface org.dom4j.Element
Adds a processing instruction for the given target
addProcessingInstruction(String, Map) - Method in interface org.dom4j.Element
Adds a processing instruction for the given target
addProcessingInstruction(String, String) - Method in class org.dom4j.tree.AbstractDocument
 
addProcessingInstruction(String, Map) - Method in class org.dom4j.tree.AbstractDocument
 
addProcessingInstruction(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addProcessingInstruction(String, Map) - Method in class org.dom4j.tree.AbstractElement
 
addRule(Rule) - Method in class org.dom4j.rule.Mode
 
addRule(Rule) - Method in class org.dom4j.rule.RuleManager
 
addRule(Rule) - Method in class org.dom4j.rule.RuleSet
 
addRule(Rule) - Method in class org.dom4j.rule.Stylesheet
Add a rule to this stylesheet.
addStringColumn(String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
addText(String) - Method in class org.dom4j.datatype.DatatypeElement
 
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.tree.AbstractElement
 
addToAttributeIndex(Attribute) - Method in class org.dom4j.util.IndexedElement
 
addToElementIndex(Element) - Method in class org.dom4j.util.IndexedElement
 
addToNameMap(Map<String, RuleSet>, String, Rule) - Method in class org.dom4j.rule.Mode
Adds the Rule to a RuleSet for the given name.
adoptNode(Node) - Method in class org.dom4j.dom.DOMDocument
 
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_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.DOMAttribute
 
appendChild(Node) - Method in class org.dom4j.dom.DOMCDATA
 
appendChild(Node) - Method in class org.dom4j.dom.DOMComment
 
appendChild(Node) - Method in class org.dom4j.dom.DOMDocument
 
appendChild(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
appendChild(Node) - Method in class org.dom4j.dom.DOMElement
 
appendChild(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
appendChild(Node) - Method in class org.dom4j.dom.DOMNamespace
 
appendChild(Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendChild(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
appendChild(Node) - Method in class org.dom4j.dom.DOMText
 
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(String) - Method in class org.dom4j.dom.DOMCDATA
 
appendData(String) - Method in class org.dom4j.dom.DOMComment
 
appendData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendData(String) - Method in class org.dom4j.dom.DOMText
 
appendDOMTree(Document, Node, List) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, Element) - Method in class org.dom4j.io.DOMWriter
 
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, String) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, Entity) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, ProcessingInstruction) - Method in class org.dom4j.io.DOMWriter
 
appendElementLocal(Node, BackedList<Element>) - Static method in class org.dom4j.NodeHelper
 
appendElementNamedLocal(Node, BackedList<Element>, String) - Static method in class org.dom4j.NodeHelper
 
appendElementQNamedLocal(Node, BackedList<Element>, QName) - Static method in class org.dom4j.NodeHelper
 
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(Element) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Document) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Object, XPath) - Method in class org.dom4j.rule.Stylesheet
Processes the result of the xpath expression.
applyTemplates(Object, XPath, String) - Method in class org.dom4j.rule.Stylesheet
Processes the result of the xpath expression in the given mode.
applyTemplates(Object, XPath) - Method in class org.dom4j.rule.Stylesheet
Deprecated. Use Stylesheet.applyTemplates(Object, XPath)instead.
applyTemplates(Object, XPath, String) - Method in class org.dom4j.rule.Stylesheet
Deprecated. Use Stylesheet.applyTemplates(Object, XPath, String) instead.
applyTemplates(Object) - Method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Object, String) - Method in class org.dom4j.rule.Stylesheet
Processes the input object in the given mode.
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
 
asElementList(List<Element>) - Method in class org.dom4j.util.IndexedElement
 
asXML() - Method in class org.dom4j.Namespace
 
asXML() - Method in interface org.dom4j.Node
asXML returns the textual XML representation of this node.
asXML() - Method in class org.dom4j.tree.AbstractAttribute
 
asXML() - Method in class org.dom4j.tree.AbstractCDATA
 
asXML() - Method in class org.dom4j.tree.AbstractComment
 
asXML() - Method in class org.dom4j.tree.AbstractDocument
 
asXML() - Method in class org.dom4j.tree.AbstractDocumentType
 
asXML(StringBuilder) - Method in class org.dom4j.tree.AbstractDocumentType
 
asXML() - Method in class org.dom4j.tree.AbstractElement
 
asXML() - Method in class org.dom4j.tree.AbstractEntity
 
asXML() - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
asXML() - Method in class org.dom4j.tree.AbstractText
 
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.AbstractDocument
 
asXPathResult(Element) - Method in class org.dom4j.tree.AbstractNode
 
Attribute - Interface in org.dom4j
Attribute defines an XML attribute.
attribute(String) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(QName) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(int) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(String) - Method in class org.dom4j.bean.BeanElement
 
attribute(QName) - Method in class org.dom4j.bean.BeanElement
 
attribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
attribute(String, String) - Method in class org.dom4j.dom.DOMElement
 
attribute(int) - Method in interface org.dom4j.Element
Returns the attribute at the specified indexGets the
attribute(String) - Method in interface org.dom4j.Element
Returns the attribute with the given name
attribute(QName) - Method in interface org.dom4j.Element
DOCUMENT ME!
attribute(int) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String) - Method in class org.dom4j.tree.AbstractElement
 
attribute(QName) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
attribute(int) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String) - Method in class org.dom4j.tree.DefaultElement
 
attribute(QName) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String) - Method in class org.dom4j.util.IndexedElement
 
attribute(QName) - Method in class org.dom4j.util.IndexedElement
 
attributeCount() - Method in class org.dom4j.bean.BeanMetaData
DOCUMENT ME!
attributeCount() - Method in interface org.dom4j.Element
DOCUMENT ME!
attributeCount() - Method in class org.dom4j.tree.AbstractElement
 
attributeCount() - Method in class org.dom4j.tree.DefaultElement
 
AttributeDecl - Class in org.dom4j.dtd
AttributeDecl represents an attribute declaration in a DTD.
AttributeDecl() - Constructor for class org.dom4j.dtd.AttributeDecl
 
AttributeDecl(String, String, String, String, String) - 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.SAXEventRecorder
 
AttributeHelper - Class in org.dom4j.util
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
DOCUMENT ME!
attributeIterator() - Method in class org.dom4j.tree.AbstractElement
 
attributeIterator() - Method in class org.dom4j.tree.DefaultElement
 
attributeList() - Method in class org.dom4j.tree.AbstractElement
DOCUMENT ME!
attributeList(int) - Method in class org.dom4j.tree.AbstractElement
DOCUMENT ME!
attributeList() - Method in class org.dom4j.tree.BaseElement
 
attributeList(int) - Method in class org.dom4j.tree.BaseElement
 
attributeList() - Method in class org.dom4j.tree.DefaultElement
 
attributeList(int) - Method in class org.dom4j.tree.DefaultElement
Deprecated. 
attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMSAXContentHandler
 
attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMWriter
 
attributes() - Method in interface org.dom4j.Element
Returns the Attributeinstances this element contains as a backed Listso that the attributes may be modified directly using the Listinterface.
attributes() - Method in class org.dom4j.tree.AbstractElement
 
attributes - Variable in class org.dom4j.tree.BaseElement
list of attributes
attributes() - Method in class org.dom4j.tree.DefaultElement
 
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, 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(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, 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(String) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(QName) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(String, String) - Method in class org.dom4j.tree.AbstractElement
 
attributeValue(QName, String) - Method in class org.dom4j.tree.AbstractElement
 

B

BackedList<T extends Node> - Class in org.dom4j.tree
BackedList represents a list of content of a Branch.
BackedList(AbstractBranch, List<Node>) - Constructor for class org.dom4j.tree.BackedList
 
BackedList(AbstractBranch, List<Node>, List<T>) - Constructor for class org.dom4j.tree.BackedList
 
BaseElement - Class in org.dom4j.tree
BaseElement is a useful base class for implemementation inheritence of an XML element.
BaseElement(String) - Constructor for class org.dom4j.tree.BaseElement
 
BaseElement(QName) - Constructor for class org.dom4j.tree.BaseElement
 
BaseElement(String, Namespace) - Constructor for class org.dom4j.tree.BaseElement
 
BeanAttribute - Class in org.dom4j.bean
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 in org.dom4j.bean
BeanAttributeList implements a list of Attributes which are the properties of a JavaBean.
BeanAttributeList(BeanElement, BeanMetaData) - Constructor for class org.dom4j.bean.BeanAttributeList
 
BeanAttributeList(BeanElement) - Constructor for class org.dom4j.bean.BeanAttributeList
 
BeanDocumentFactory - Class in org.dom4j.bean
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 in org.dom4j.bean
BeanElement uses a Java Bean to store its attributes.
BeanElement(String, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(String, Namespace, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(QName, Object) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(QName) - Constructor for class org.dom4j.bean.BeanElement
 
BeanMetaData - Class in org.dom4j.bean
BeanMetaData contains metadata about a bean class.
BeanMetaData(Class) - Constructor for class org.dom4j.bean.BeanMetaData
 
booleanValue(Element, String) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValue(Element, QName) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValue(Attribute) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValueOf(Object) - Method in interface org.dom4j.XPath
Retrieve a boolean-value interpretation of this XPath expression when evaluated against a given context.
booleanValueOf(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
Branch - Interface in org.dom4j
Branch interface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.
BranchTreeNode - Class in org.dom4j.swing
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
build(Document, Namespace) - Method in class org.dom4j.datatype.SchemaParser
 
byCode(short) - Static method in enum org.dom4j.NodeType
 

C

cache - Variable in class org.dom4j.DocumentFactory
 
CACHE - Static variable in class org.dom4j.Namespace
Cache of Namespace instances
cache - Static variable in class org.dom4j.tree.NamespaceCache
Cache of Mapinstances indexed by URI which contain caches of Namespacefor each prefix
CDATA - Interface in org.dom4j
CDATA defines an XML CDATA section.
CharacterData - Interface in org.dom4j
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.DOMSAXContentHandler
 
characters(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
 
characters(char[], int, int) - Method in class org.dom4j.io.SAXEventRecorder
 
characters(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
checkAddElementAllowed(Element) - 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.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.
childAdded(Node) - Method in class org.dom4j.tree.AbstractDocument
 
childAdded(Node) - Method in class org.dom4j.tree.AbstractElement
Called when a new child node is added to create any parent relationships
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.AbstractBranch
Called when a child node has been removed to allow any parent relationships to be deleted or events to be fired.
childRemoved(Node) - Method in class org.dom4j.tree.AbstractDocument
 
childRemoved(Node) - Method in class org.dom4j.tree.AbstractElement
 
children - Variable in class org.dom4j.swing.BranchTreeNode
Stores the child tree nodes
children() - Method in class org.dom4j.swing.BranchTreeNode
 
children() - Method in class org.dom4j.swing.LeafTreeNode
 
clear() - Method in class org.dom4j.bean.BeanAttributeList
 
clear() - Method in class org.dom4j.rule.RuleManager
 
clear() - Method in class org.dom4j.rule.Stylesheet
 
clear() - Method in class org.dom4j.swing.XMLTableDefinition
 
clear() - Method in class org.dom4j.tree.BackedList
 
clear() - Method in class org.dom4j.tree.ContentListFacade
 
clear() - Method in class org.dom4j.tree.LazyList
 
clear() - Method in class org.dom4j.tree.NamespaceStack
Clears the stack
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.BaseElement
 
clearContent() - Method in class org.dom4j.tree.DefaultDocument
 
clearContent() - Method in class org.dom4j.tree.DefaultElement
 
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.AbstractNode
 
clone() - Method in class org.dom4j.tree.DefaultDocument
 
clone() - Method in class org.dom4j.tree.DefaultElement
 
clone() - Method in class org.dom4j.util.UserDataElement
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMAttribute
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMCDATA
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMComment
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMDocument
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMDocumentType
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMElement
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMEntityReference
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMNamespace
 
cloneNode(Node, boolean) - Static method in class org.dom4j.dom.DOMNodeHelper
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMText
 
close() - Method in class org.dom4j.io.XMLWriter
Closes the underlying Writer
Comment - Interface in org.dom4j
Comment defines the behavior of an XML comment.
comment(char[], int, int) - Method in class org.dom4j.io.DOMSAXContentHandler
 
comment(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
 
comment(char[], int, int) - Method in class org.dom4j.io.SAXEventRecorder
 
comment(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
compare(Node, Node) - Method in class org.dom4j.util.NodeComparator
 
compare(Document, Document) - Method in class org.dom4j.util.NodeComparator
 
compare(Element, Element) - Method in class org.dom4j.util.NodeComparator
 
compare(Attribute, Attribute) - Method in class org.dom4j.util.NodeComparator
 
compare(QName, QName) - Method in class org.dom4j.util.NodeComparator
 
compare(Namespace, Namespace) - Method in class org.dom4j.util.NodeComparator
 
compare(CharacterData, CharacterData) - Method in class org.dom4j.util.NodeComparator
 
compare(DocumentType, DocumentType) - Method in class org.dom4j.util.NodeComparator
 
compare(Entity, Entity) - Method in class org.dom4j.util.NodeComparator
 
compare(ProcessingInstruction, ProcessingInstruction) - 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
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMAttribute
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMCDATA
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMComment
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMDocument
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMElement
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMNamespace
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
compareDocumentPosition(Node) - Method in class org.dom4j.dom.DOMText
 
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.DOMSAXContentHandler
 
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(XMLReader, DefaultHandler) - Method in class org.dom4j.io.SAXReader
Configures the XMLReader before use
configureReader() - Method in class org.dom4j.io.SAXValidator
Configures the XMLReader before use
contains(T) - Method in class org.dom4j.tree.ContentListFacade
 
contains(Namespace) - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
containsAll(Collection<?>) - Method in class org.dom4j.tree.ContentListFacade
 
content() - Method in interface org.dom4j.Branch
Returns the content nodes of this branch as a backed Listso that the content of this branch may be modified directly using the Listinterface.
content() - Method in class org.dom4j.tree.AbstractBranch
 
content - Variable in class org.dom4j.tree.BaseElement
List of content nodes.
contentList() - Method in class org.dom4j.tree.AbstractBranch
DOCUMENT ME!
contentList() - Method in class org.dom4j.tree.BaseElement
 
contentList() - Method in class org.dom4j.tree.DefaultDocument
 
contentList() - Method in class org.dom4j.tree.DefaultElement
 
ContentListFacade<T extends Node> - Class in org.dom4j.tree
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<T>) - 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
convertToValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
create(Object) - Static method in class org.dom4j.xpath.DefaultNamespaceContext
 
createAttribute(BeanElement, int) - Method in class org.dom4j.bean.BeanAttributeList
 
createAttribute(Element, QName, String) - Method in class org.dom4j.bean.BeanDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.DocumentFactory
 
createAttribute(Element, String, String) - Method in class org.dom4j.DocumentFactory
 
createAttribute(Element, QName, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(Element, String, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(String) - Method in class org.dom4j.dom.DOMDocument
 
createAttribute(Element, QName, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createAttribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
createAttribute(Element, Attribute) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Attribute from the provided StAX Attribute event.
createAttribute(Attribute) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Attributeevent from a DOM4J Attribute.
createAttribute(Element, QName, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(Element, String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.util.UserDataDocumentFactory
 
createAttributeList() - Method in class org.dom4j.bean.BeanElement
A Factory Method pattern which lazily creates a List implementation used to store content
createAttributeList(int) - Method in class org.dom4j.bean.BeanElement
 
createAttributeList(BeanElement) - Method in class org.dom4j.bean.BeanMetaData
 
createAttributeList() - Method in class org.dom4j.tree.AbstractElement
A Factory Method pattern which creates a List implementation used to store attributes
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) - Method in class org.dom4j.DocumentFactory