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

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 - Variable in class org.dom4j.rule.Rule
Holds value of property action.
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.
activeHandlers() - Method in class org.dom4j.io.SAXModifyContentHandler
 
add(int, BeanAttribute) - Method in class org.dom4j.bean.BeanAttributeList
 
add(int, T) - Method in class org.dom4j.tree.BackedList
 
add(int, T) - Method in class org.dom4j.tree.ContentListFacade
 
add(Attribute) - Method in interface org.dom4j.Element
Adds the given Attribute to this element.
add(Attribute) - Method in class org.dom4j.tree.AbstractElement
 
add(Attribute) - Method in class org.dom4j.tree.DefaultElement
 
add(BeanAttribute) - Method in class org.dom4j.bean.BeanAttributeList
 
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.AbstractBranch
 
add(Comment) - Method in class org.dom4j.tree.AbstractElement
 
add(Element) - Method in interface org.dom4j.Branch
Adds the given Element to this branch.
add(Element) - Method in class org.dom4j.tree.AbstractBranch
 
add(Element) - Method in class org.dom4j.tree.AbstractDocument
 
add(Element) - Method in class org.dom4j.tree.AbstractElement
 
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(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.AbstractBranch
 
add(Node) - Method in class org.dom4j.tree.AbstractElement
 
add(ProcessingInstruction) - Method in interface org.dom4j.Branch
Adds the given ProcessingInstruction to this branch.
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
 
add(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
 
add(Text) - Method in interface org.dom4j.Element
Adds the given Text to this element.
add(Text) - Method in class org.dom4j.tree.AbstractElement
 
add(T) - Method in class org.dom4j.tree.BackedList
 
add(T) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(int, Collection<? extends T>) - Method in class org.dom4j.tree.BackedList
 
addAll(int, Collection<? extends T>) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(Collection<? extends T>) - Method in class org.dom4j.tree.BackedList
 
addAll(Collection<? extends T>) - Method in class org.dom4j.tree.ContentListFacade
 
addAll(RuleSet) - Method in class org.dom4j.rule.RuleSet
Adds all the rules to this RuleSet from the given other rule set.
addAttribute(String, 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(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addAttribute(QName, String) - Method in class org.dom4j.bean.BeanElement
 
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.tree.AbstractElement
 
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(Decl) - 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(String) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String) - Method in class org.dom4j.tree.AbstractElement
 
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.AbstractBranch
 
addElement(String, String) - Method in class org.dom4j.tree.AbstractDocument
 
addElement(String, String, String) - Method in class org.dom4j.tree.AbstractBranch
 
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(QName) - Method in class org.dom4j.tree.AbstractBranch
 
addElement(QName) - Method in class org.dom4j.tree.AbstractDocument
 
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(Decl) - 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.DispatchHandler
Adds the ElementHandler to be called when the specified path is encounted.
addHandler(String, ElementHandler) - Method in class org.dom4j.io.ElementStack
 
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.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() - Method in class org.dom4j.tree.DefaultElement
 
additionalNamespaces(String) - Method in class org.dom4j.tree.AbstractElement
 
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(int, Node) - Method in class org.dom4j.tree.AbstractElement
 
addNewNode(Node) - Method in class org.dom4j.tree.AbstractElement
Like addNode() but does not require a parent check
addNewNode(Node) - Method in class org.dom4j.tree.DefaultElement
 
addNode(int, Node) - Method in class org.dom4j.tree.AbstractBranch
 
addNode(int, Node) - Method in class org.dom4j.tree.AbstractElement
 
addNode(int, Node) - Method in class org.dom4j.tree.DefaultDocument
 
addNode(Node) - Method in class org.dom4j.tree.AbstractBranch
 
addNode(Node) - Method in class org.dom4j.tree.AbstractElement
 
addNode(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.
addParm(Object) - Method in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
addProcessingInstruction(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, String) - Method in class org.dom4j.tree.AbstractDocument
 
addProcessingInstruction(String, String) - Method in class org.dom4j.tree.AbstractElement
 
addProcessingInstruction(String, Map<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.Element
Adds a processing instruction for the given target
addProcessingInstruction(String, Map<String, String>) - Method in class org.dom4j.tree.AbstractDocument
 
addProcessingInstruction(String, Map<String, String>) - 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(Object, Attribute) - Method in class org.dom4j.util.IndexedElement
 
addToAttributeIndex(Attribute) - Method in class org.dom4j.util.IndexedElement
 
addToElementIndex(Object, Element) - 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_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
appearenceCount - Variable in class org.dom4j.rule.Rule
Holds value of property appearenceCount.
appearenceCount - Variable in class org.dom4j.rule.RuleManager
A counter so that rules can be ordered by the order in which they were added to the rule base
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, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
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) - 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(String) - Method in class org.dom4j.dom.DOMText
 
appendData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendDOMTree(Document, Node, String) - Method in class org.dom4j.io.DOMWriter
 
appendDOMTree(Document, Node, List<Node>) - 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, Element) - 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
 
appendElementsByTagName(List<? super Element>, Branch, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
appendElementsByTagNameNS(List<? super Element>, 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(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(List<? extends Node>, String) - Method in class org.dom4j.rule.Stylesheet
Processes the input object in the given mode.
applyTemplates(List<Node>) - Method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Document) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Document) - Method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Document, String) - Method in class org.dom4j.rule.Stylesheet
Processes the input object in the given mode.
applyTemplates(Element) - Method in class org.dom4j.rule.Mode
 
applyTemplates(Element) - Method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Element, String) - Method in class org.dom4j.rule.Stylesheet
Processes the input object in the given mode.
applyTemplates(Node) - Method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Node, 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
 
asElement(Object) - Method in class org.dom4j.util.IndexedElement
 
asElementIterator(Object) - Method in class org.dom4j.util.IndexedElement
Deprecated.
WILL BE REMOVED IN dom4j-1.6 !!
asElementList(Object) - Method in class org.dom4j.util.IndexedElement
 
asNode(Object) - Method in class org.dom4j.tree.ContentListFacade
 
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() - 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
 
atRoot - Variable in class org.dom4j.io.DispatchHandler
Whether the parser is at the root element or not
attribute(int) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(int) - Method in interface org.dom4j.Element
Returns the attribute at the specified indexGets the
attribute(int) - Method in class org.dom4j.tree.AbstractElement
 
attribute(int) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(String) - Method in class org.dom4j.bean.BeanElement
 
attribute(String) - Method in interface org.dom4j.Element
Returns the attribute with the given name
attribute(String) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String) - Method in class org.dom4j.tree.DefaultElement
 
attribute(String) - Method in class org.dom4j.util.IndexedElement
 
attribute(String, String) - Method in class org.dom4j.dom.DOMElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
attribute(String, Namespace) - Method in class org.dom4j.tree.DefaultElement
 
attribute(QName) - Method in class org.dom4j.bean.BeanAttributeList
 
attribute(QName) - Method in class org.dom4j.bean.BeanElement
 
attribute(QName) - Method in interface org.dom4j.Element
DOCUMENT ME!
attribute(QName) - Method in class org.dom4j.tree.AbstractElement
 
attribute(QName) - Method in class org.dom4j.tree.DefaultElement
 
attribute(QName) - Method in class org.dom4j.util.IndexedElement
 
attribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
Attribute - Interface in org.dom4j
Attribute defines an XML attribute.
ATTRIBUTE_DECL - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
ATTRIBUTE_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
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(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
 
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
 
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 - Variable in class org.dom4j.util.IndexedElement
Lazily constructed index for attributes Keys are of type QName and String Values are of type <A>
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
 
AttributeIterator(Iterator<Attribute>) - Constructor for class org.dom4j.io.STAXEventWriter.AttributeIterator
 
attributeList() - Method in class org.dom4j.tree.AbstractElement
DOCUMENT ME!
attributeList() - Method in class org.dom4j.tree.BaseElement
 
attributeList() - Method in class org.dom4j.tree.DefaultElement
 
attributeList(int) - Method in class org.dom4j.tree.AbstractElement
DOCUMENT ME!
attributeList(int) - Method in class org.dom4j.tree.BaseElement
 
attributeList(int) - Method in class org.dom4j.tree.DefaultElement
 
attributeName - Variable in class org.dom4j.dtd.AttributeDecl
Holds value of property attributeName.
attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMSAXContentHandler
 
attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMWriter
 
attributeNameRuleSets - Variable in class org.dom4j.rule.Mode
Map of exact (local) attribute names to RuleSet instances
attributeQuoteChar - Variable in class org.dom4j.io.OutputFormat
Quote character to use when writing attributes.
attributes - Variable in class org.dom4j.bean.BeanAttributeList
The attributes
attributes - Variable in class org.dom4j.io.SAXWriter
AttributesImpl used when generating the Attributes
attributes - Variable in class org.dom4j.tree.BaseElement
list of attributes
attributes - Variable in class org.dom4j.tree.DefaultElement
Lazily constructes list of attributes
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() - 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) - 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
 
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
 
attributeXSDatatypes - Variable in class org.dom4j.datatype.DatatypeElementFactory
Cache of XSDatatype instances per Attribute QName
autoFlush - Variable in class org.dom4j.io.XMLWriter
Whether a flush should occur after writing a document
autoLoadSchema - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
If schemas are automatically loaded when parsing instance documents

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>, int) - 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(String, Namespace) - Constructor for class org.dom4j.tree.BaseElement
 
BaseElement(QName) - Constructor for class org.dom4j.tree.BaseElement
 
bean - Variable in class org.dom4j.bean.BeanElement
The JavaBean which defines my attributes
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) - Constructor for class org.dom4j.bean.BeanAttributeList
 
BeanAttributeList(BeanElement, BeanMetaData) - Constructor for class org.dom4j.bean.BeanAttributeList
 
beanClass - Variable in class org.dom4j.bean.BeanMetaData
The class of the bean
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) - Constructor for class org.dom4j.bean.BeanElement
 
BeanElement(QName, Object) - Constructor for class org.dom4j.bean.BeanElement
 
beanList - Variable in class org.dom4j.bean.BeanAttribute
The list of Bean attributes
beanMetaData - Variable in class org.dom4j.bean.BeanAttributeList
The BeanElement that this
BeanMetaData - Class in org.dom4j.bean
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, String) - Static method in class org.dom4j.util.AttributeHelper
 
booleanValue(Element, QName) - 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 - Variable in class org.dom4j.tree.BackedList
The AbstractBranch instance which owns the content
branch - Variable in class org.dom4j.tree.ContentListFacade
The AbstractBranch instance which owns the content
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.
branchContent - Variable in class org.dom4j.tree.BackedList
The content of the Branch which is modified if I am modified
branchContent - Variable in class org.dom4j.tree.ContentListFacade
The content of the Branch which is modified if I am modified
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(TreeNode, Branch) - Constructor for class org.dom4j.swing.BranchTreeNode
 
BranchTreeNode(Branch) - Constructor for class org.dom4j.swing.BranchTreeNode
 
buffer - Variable in class org.dom4j.io.XMLWriter
buffer used when escaping strings
build(Document) - Method in class org.dom4j.datatype.SchemaParser
Parses the given schema document
build(Document, Namespace) - Method in class org.dom4j.datatype.SchemaParser
 

C

cache - Variable in class org.dom4j.DocumentFactory
 
cache - Static variable in class org.dom4j.tree.NamespaceCache
Cache of Mapinstances indexed by URI which contain caches of Namespacefor each prefix
CACHE - Static variable in class org.dom4j.Namespace
Cache of Namespace instances
CDATA - Interface in org.dom4j
CDATA defines an XML CDATA section.
CDATA_SECTION_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
cdataText - Variable in class org.dom4j.io.DOMSAXContentHandler
buffer to hold contents of cdata section across multiple characters events
cdataText - Variable in class org.dom4j.io.SAXContentHandler
buffer to hold contents of cdata section across multiple characters events
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.SAXModifyContentHandler
 
characters(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
CHARACTERS - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
charsAdded - Variable in class org.dom4j.io.XMLWriter
whether we have added characters before from the same chunk of characters
checkAddElementAllowed(Element) - Method in class org.dom4j.tree.AbstractDocument
 
checkForNullHandlers() - Method in class org.dom4j.io.SAXWriter
Ensures non-null content handlers?
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMAttribute
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMCDATA
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMComment
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMDocument
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMElement
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
checkNewChildNode(Node) - Method in class org.dom4j.dom.DOMText
 
checkPath() - Method in class org.dom4j.io.PruningElementStack
 
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
 
childrenXSDatatypes - Variable in class org.dom4j.datatype.DatatypeElementFactory
Cache of XSDatatype instances per child Element QName
classloader - Variable in class org.dom4j.jaxb.JAXBSupport
 
clear() - Method in class org.dom4j.bean.BeanAttributeList
 
clear() - Method in class org.dom4j.io.ElementStack
Peeks at the top element on the stack without changing the contents of the stack.
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.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(boolean) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
cloneNode(boolean) - Method in class org.dom4j.dom.DOMText
 
cloneNode(Node, boolean) - Static method in class org.dom4j.dom.DOMNodeHelper
 
close() - Method in class org.dom4j.io.XMLWriter
Closes the underlying Writer
columnArray - Variable in class org.dom4j.swing.XMLTableDefinition
integer index array cache
columnNameIndex - Variable in class org.dom4j.swing.XMLTableDefinition
name index cache
columnNameXPath - Variable in class org.dom4j.swing.XMLTableColumnDefinition
Holds the XPath used for the column name
columns - Variable in class org.dom4j.swing.XMLTableDefinition
The columns to display in this table
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.SAXModifyContentHandler
 
comment(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
Comment - Interface in org.dom4j
Comment defines the behavior of an XML comment.
COMMENT - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
COMMENT_NODE - Static variable in interface org.dom4j.Node
Matches Comments nodes
compare(String, String) - Method in class org.dom4j.util.NodeComparator
 
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(ProcessingInstruction, ProcessingInstruction) - Method in class org.dom4j.util.NodeComparator
 
compare(QName, QName) - 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
 
compareInt(int, int) - Static 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
complexTypeMap - Variable in class org.dom4j.datatype.NamedTypeResolver
 
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
consumer - Variable in class org.dom4j.io.STAXEventWriter
The event stream to which events are written.
contains(Object) - 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
 
containsHandler(String) - Method in class org.dom4j.io.DispatchHandler
DOCUMENT ME!
containsHandler(String) - Method in class org.dom4j.io.ElementStack
DOCUMENT ME!
content - Variable in class org.dom4j.tree.BaseElement
List of content nodes.
content - Variable in class org.dom4j.tree.DefaultDocument
Store the contents of the document as a lazily created List
content - Variable in class org.dom4j.tree.DefaultElement
Stores null for no content, a Node for a single content node or a List for multiple content nodes.
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
 
contentHandler - Variable in class org.dom4j.io.DocumentResult
 
contentHandler - Variable in class org.dom4j.io.DOMDocumentResult
 
contentHandler - Variable in class org.dom4j.io.SAXWriter
ContentHandler to which SAX events are raised
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
context - Variable in class org.dom4j.xpath.XPathPattern
 
contextPath - Variable in class org.dom4j.jaxb.JAXBSupport
 
convertToValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
create(Object) - Static method in class org.dom4j.xpath.DefaultNamespaceContext
 
createAttribute(String) - Method in class org.dom4j.dom.DOMDocument
 
createAttribute(Attribute) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Attributeevent from a DOM4J Attribute.
createAttribute(BeanElement, int) - Method in class org.dom4j.bean.BeanAttributeList
 
createAttribute(Element, String, String) - Method in class org.dom4j.DocumentFactory
 
createAttribute(Element, String, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(Element, String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(Element, Attribute) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Attribute from the provided StAX Attribute event.
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, QName, String) - Static method in class org.dom4j.DocumentHelper
 
createAttribute(Element, QName, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createAttribute(Element, QName, String) - Method in class org.dom4j.util.UserDataDocumentFactory
 
createAttribute(Attr) - Method in class org.dom4j.dom.DOMElement
 
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(int) - Method in class org.dom4j.bean.BeanElement
 
createAttributeList(int) - 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
 
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
 
createCDATA(String) - Static method in class org.dom4j.DocumentHelper
 
createCDATA(String) - Method in class org.dom4j.dom.DOMCDATA
 
createCDATA(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createCDATA(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createCDATASection(String) - Method in class org.dom4j.dom.DOMDocument
 
createCharacterData(Characters) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Text or CDATA object from the provided Characters event.
createCharacters(CDATA) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Charactersevent from a DOM4J CDATA.
createCharacters(Text) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Charactersevent from a DOM4J Text.
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) - Method in class org.dom4j.DocumentFactory
 
createComment(String) - Static method in class org.dom4j.DocumentHelper
 
createComment(String) - Method in class org.dom4j.dom.DOMDocument
 
createComment(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createComment(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createComment(Comment) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Comment from the provided StAX Comment event.
createComment(Comment) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Commentevent from a DOM4J Comment.
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.SAXModifyReader
 
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(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
 
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
 
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() - Method in class org.dom4j.DocumentFactory
 
createDocument() - Static method in class org.dom4j.DocumentHelper
 
createDocument() - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDocument() - Method in class org.dom4j.io.DOMReader
 
createDocument() - Method in class org.dom4j.io.DOMSAXContentHandler
 
createDocument() - Method in class org.dom4j.io.SAXContentHandler
DOCUMENT ME!
createDocument() - Method in class org.dom4j.util.ProxyDocumentFactory
 
createDocument(boolean, boolean) - Static method in class org.dom4j.io.JAXPHelper
 
createDocument(String) - Method in class org.dom4j.DocumentFactory
DOCUMENT ME!
createDocument(String, String, DocumentType) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createDocument(Element) - Method in class org.dom4j.DocumentFactory
 
createDocument(Element) - Static method in class org.dom4j.DocumentHelper
 
createDocument(Element) - Method in class org.dom4j.util.ProxyDocumentFactory
 
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
 
createDTD(DocumentType) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX DTDevent from a DOM4J DocumentType.
createElement(String) - Method in class org.dom4j.DocumentFactory
 
createElement(String) - Static method in class org.dom4j.DocumentHelper
 
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.ProxyDocumentFactory
 
createElement(String) - Method in class org.dom4j.util.UserDataElement
 
createElement(String, String) - Method in class org.dom4j.DocumentFactory
 
createElement(StartElement) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Element from the provided StartElement event.
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.DocumentFactory
 
createElement(QName) - Static method in class org.dom4j.DocumentHelper
 
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.IndexedDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.NonLazyDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.UserDataDocumentFactory
 
createElement(QName) - Method in class org.dom4j.util.UserDataElement
 
createElement(QName, int) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createElement(QName, int) - Method in class org.dom4j.util.IndexedDocumentFactory
 
createElement(QName, Attributes) - Method in class org.dom4j.bean.BeanDocumentFactory
 
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.DOMSAXContentHandler
 
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
createEndDocument(Document) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX EndDocumentevent from a DOM4J Document.
createEndElement(Element) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX EndElementevent from a DOM4J Element.
createEntity(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createEntity(String, String) - Method in class org.dom4j.DocumentFactory
 
createEntity(String, String) - Static method in class org.dom4j.DocumentHelper
 
createEntity(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createEntity(String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createEntity(EntityReference) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Entity from the provided StAX EntityReference event.
createEntityReference(String) - Method in class org.dom4j.dom.DOMDocument
 
createEntityReference(Entity) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX EntityReferenceevent from a DOM4J Entity.
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
DOCUMENT ME!
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
createMode() - Method in class org.dom4j.rule.RuleManager
A factory method to return a new Modeinstance which should add the necessary default rules
createNamespace(String, String) - Method in class org.dom4j.DocumentFactory
 
createNamespace(String, String) - Static method in class org.dom4j.DocumentHelper
 
createNamespace(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createNamespace(String, String) - Method in class org.dom4j.tree.NamespaceCache
A factory method to create Namespaceinstance
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.util.ProxyDocumentFactory
 
createNamespace(Namespace) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J Namespace from the provided StAX Namespace event.
createNamespace(Namespace) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX Namespaceevent from a DOM4J Namespace.
createNodeList(List<Node>) - Static method in class org.dom4j.dom.DOMNodeHelper
 
createPattern(String) - Method in class org.dom4j.DocumentFactory
createPattern parses the given XPath expression to create an XSLT style Patterninstance which can then be used in an XSLT processing model.
createPattern(String) - Static method in class org.dom4j.DocumentHelper
createPattern parses the given XPath expression to create an XSLT style Patterninstance 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
 
createPrettyPrint() - Static method in class org.dom4j.io.OutputFormat
A static helper method to create the default pretty printing format.
createProcessingInstruction(String, String) - Method in class org.dom4j.DocumentFactory
 
createProcessingInstruction(String, String) - Static method in class org.dom4j.DocumentHelper
 
createProcessingInstruction(String, String) - Method in class org.dom4j.dom.DOMDocument
 
createProcessingInstruction(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createProcessingInstruction(String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createProcessingInstruction(String, Map<String, String>) - Method in class org.dom4j.DocumentFactory
 
createProcessingInstruction(String, Map<String, String>) - Static method in class org.dom4j.DocumentHelper
 
createProcessingInstruction(String, Map<String, String>) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createProcessingInstruction(String, Map<String, String>) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createProcessingInstruction(ProcessingInstruction) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J ProcessingInstruction from the provided StAX ProcessingInstruction event.
createProcessingInstruction(ProcessingInstruction) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX ProcessingInstruction event from a DOM4J ProcessingInstruction.
createQName(String) - Method in class org.dom4j.DocumentFactory
 
createQName(String) - Static method in class org.dom4j.DocumentHelper
 
createQName(String) - Method in class org.dom4j.tree.QNameCache
Factory method to create a new QName object which can be overloaded to create derived QName instances
createQName(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createQName(String, String) - Method in class org.dom4j.DocumentFactory
 
createQName(String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createQName(String, String, String) - Method in class org.dom4j.DocumentFactory
 
createQName(String, String, String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createQName(String, String, Namespace) - Method in class org.dom4j.tree.NamespaceStack
Factory method to creeate new QName instances.
createQName(String, Namespace) - Method in class org.dom4j.DocumentFactory
 
createQName(String, Namespace) - Static method in class org.dom4j.DocumentHelper
 
createQName(String, Namespace) - Method in class org.dom4j.tree.QNameCache
Factory method to create a new QName object which can be overloaded to create derived QName instances
createQName(String, Namespace) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createQName(String, Namespace, String) - Method in class org.dom4j.tree.QNameCache
Factory method to create a new QName object which can be overloaded to create derived QName instances
createQName(QName) - Method in class org.dom4j.io.STAXEventReader
Constructs a new DOM4J QName from the provided JAXP QName.
createQName(QName) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX QNamefrom a DOM4J QName.
createQNameCache() - Method in class org.dom4j.DocumentFactory
Factory method to create the QNameCache.
createReader(InputStream) - Method in class org.dom4j.io.XPP3Reader
Factory method to create a Reader from the given InputStream.
createResultList() - Method in class org.dom4j.tree.AbstractBranch
A Factory Method pattern which creates a BackedList implementation used to store results of a filtered content query.
createSingleIterator(T) - Method in class org.dom4j.tree.AbstractElement
 
createSingleResultList(T) - Method in class org.dom4j.tree.AbstractBranch
A Factory Method pattern which creates a BackedList implementation which contains a single result
createSingleton() - Static method in class org.dom4j.DocumentFactory
 
createSingleton(String) - Static method in class org.dom4j.DocumentFactory
createSingleton creates the singleton instance from the given class name.
createStartDocument(Document) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX StartDocumentevent from a DOM4J Document.
createStartElement(Element) - Method in class org.dom4j.io.STAXEventWriter
Constructs a STAX StartElementevent from a DOM4J Element.
createText(String) - Method in class org.dom4j.DocumentFactory
 
createText(String) - Static method in class org.dom4j.DocumentHelper
 
createText(String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
createText(String) - Method in class org.dom4j.dom.DOMText
 
createText(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createTextNode(String) - Method in class org.dom4j.dom.DOMDocument
 
createWriter(OutputStream, String) - Method in class org.dom4j.io.XMLWriter
Get an OutputStreamWriter, use preferred encoding.
createXMLReader() - Method in class org.dom4j.io.SAXReader
Factory Method to allow alternate methods of creating and configuring XMLReader objects
createXMLReader() - Method in class org.dom4j.io.SAXValidator
Factory Method to allow alternate methods of creating and configuring XMLReader objects
createXMLReader(boolean) - Static method in class org.dom4j.io.SAXHelper
Creats a default XMLReader via the org.xml.sax.driver system property or JAXP if the system property is not set.
createXMLReader(boolean, boolean) - Static method in class org.dom4j.io.JAXPHelper
This method attempts to use JAXP to locate the SAX2 XMLReader implementation.
createXMLReaderViaJAXP(boolean, boolean) - Static method in class org.dom4j.io.SAXHelper
This method attempts to use JAXP to locate the SAX2 XMLReader implementation.
createXMLWriter() - Method in class org.dom4j.jaxb.JAXBModifier
 
createXPath(String) - Method in class org.dom4j.DocumentFactory
createXPath parses an XPath expression and creates a new XPath XPath instance.
createXPath(String) - Static method in class org.dom4j.DocumentHelper
createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.
createXPath(String) - Method in interface org.dom4j.Node
createXPath creates an XPath object for the given xpathExpression.
createXPath(String) - Method in class org.dom4j.swing.XMLTableColumnDefinition
 
createXPath(String) - Method in class org.dom4j.swing.XMLTableDefinition
 
createXPath(String) - Method in class org.dom4j.tree.AbstractNode
 
createXPath(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createXPath(String, VariableContext) - Method in class org.dom4j.DocumentFactory
createXPath parses an XPath expression and creates a new XPath XPath instance.
createXPath(String, VariableContext) - Static method in class org.dom4j.DocumentHelper
createXPath parses an XPath expression and creates a new XPath XPath instance using the singleton DocumentFactory.
createXPath(String, VariableContext) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createXPathFilter(String) - Method in class org.dom4j.DocumentFactory
createXPathFilter parses a NodeFilter from the given XPath filter expression.
createXPathFilter(String) - Static method in class org.dom4j.DocumentHelper
createXPathFilter parses a NodeFilter from the given XPath filter expression using the singleton DocumentFactory.
createXPathFilter(String) - Method in class org.dom4j.tree.AbstractNode
 
createXPathFilter(String) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createXPathFilter(String, VariableContext) - Method in class org.dom4j.DocumentFactory
createXPathFilter parses a NodeFilter from the given XPath filter expression.
createXPathFilter(String, VariableContext) - Method in class org.dom4j.util.ProxyDocumentFactory
 
createXPathResult(Element) - Method in class org.dom4j.Namespace
 
createXPathResult(Element) - Method in class org.dom4j.tree.AbstractAttribute
 
createXPathResult(Element) - Method in class org.dom4j.tree.AbstractNode
 
createXPathResult(Element) - Method in class org.dom4j.tree.FlyweightCDATA
 
createXPathResult(Element) - Method in class org.dom4j.tree.FlyweightComment
 
createXPathResult(Element) - Method in class org.dom4j.tree.FlyweightEntity
 
createXPathResult(Element) - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
createXPathResult(Element) - Method in class org.dom4j.tree.FlyweightText
 
currentElement - Variable in class org.dom4j.io.DOMSAXContentHandler
The current element we are on
currentElement - Variable in class org.dom4j.io.SAXContentHandler
The current element we are on
currentNamespaceCache - Variable in class org.dom4j.tree.NamespaceStack
A cache of current namespace context cache of mapping from qualifiedName to QName

D

data - Variable in class org.dom4j.datatype.DatatypeAttribute
The data (Object) value of the Attribute
data - Variable in class org.dom4j.datatype.DatatypeElement
The data (Object) value of the Attribute
data - Variable in class org.dom4j.util.UserDataAttribute
The user data object
data - Variable in class org.dom4j.util.UserDataElement
The user data object
datatype - Variable in class org.dom4j.datatype.DatatypeAttribute
The XSDatatype of the Attribute
datatype - Variable in class org.dom4j.datatype.DatatypeElement
The XSDatatype of the Attribute
DatatypeAttribute - Class in org.dom4j.datatype
DatatypeAttribute represents an Attribute which supports the XML Schema Data Types specification.
DatatypeAttribute(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeAttribute
 
DatatypeAttribute(QName, XSDatatype, String) - Constructor for class org.dom4j.datatype.DatatypeAttribute
 
dataTypeCache - Variable in class org.dom4j.datatype.SchemaParser
Cache of XSDatatype instances loaded or created during this build
DatatypeDocumentFactory - Class in org.dom4j.datatype
DatatypeDocumentFactory is a factory of XML objects which support the XML Schema Data Types specification.
DatatypeDocumentFactory() - Constructor for class org.dom4j.datatype.DatatypeDocumentFactory
 
DatatypeElement - Class in org.dom4j.datatype
DatatypeElement represents an Element which supports the XML Schema Data Types specification.
DatatypeElement(QName, int, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
 
DatatypeElement(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeElement
 
DatatypeElementFactory - Class in org.dom4j.datatype
DatatypeElementFactory is a factory for a specific Element in an XML Schema.
DatatypeElementFactory(QName) - Constructor for class org.dom4j.datatype.DatatypeElementFactory
 
dataTypeForXsdAttribute(Element) - Method in class org.dom4j.datatype.SchemaParser
processes an XML Schema <attribute> tag
Decl - Interface in org.dom4j.dtd
Created by filip on 5.7.15.
declaredNamespaceIndex - Variable in class org.dom4j.io.DOMSAXContentHandler
The number of namespaces that are declared in the current scope
declaredNamespaceIndex - Variable in class org.dom4j.io.SAXContentHandler
The number of namespaces that are declared in the current scope
declaredNamespaces() - Method in interface org.dom4j.Element
Returns all the namespaces declared by this element.
declaredNamespaces() - Method in class org.dom4j.tree.AbstractElement
 
declaredNamespaces() - Method in class org.dom4j.tree.DefaultElement
 
declareNamespaceAttributes - Variable in class org.dom4j.io.SAXWriter
Whether namespace declarations are exported as attributes or not
DEFAULT_CONTENT_LIST_SIZE - Static variable in class org.dom4j.tree.AbstractBranch
 
DEFAULT_DOM_DOCUMENT_CLASSES - Static variable in class org.dom4j.io.DOMWriter
 
DEFAULT_FORMAT - Static variable in class org.dom4j.io.XMLWriter
 
DEFAULT_HTML_FORMAT - Static variable in class org.dom4j.io.HTMLWriter
 
DEFAULT_PREFORMATTED_TAGS - Static variable in class org.dom4j.io.HTMLWriter
 
DEFAULT_PRIORITY - Static variable in interface org.dom4j.rule.Pattern
According to the spec we should return 0.5 if we cannot determine the priority
DefaultAttribute - Class in org.dom4j.tree
DefaultAttribute implements a doubly linked node which supports the parent relationship and is mutable.
DefaultAttribute(String, String) - Constructor for class org.dom4j.tree.DefaultAttribute
Creates the Attribute with the specified local name and value.
DefaultAttribute(String, String, Namespace) - Constructor for class org.dom4j.tree.DefaultAttribute
Creates the Attribute with the specified local name, value and Namespace.
DefaultAttribute(Element, String, String, Namespace) - Constructor for class org.dom4j.tree.DefaultAttribute
Creates the Attribute with the specified local name, value and Namespace.
DefaultAttribute(Element, QName, String) - Constructor for class org.dom4j.tree.DefaultAttribute
 
DefaultAttribute(QName) - Constructor for class org.dom4j.tree.DefaultAttribute
 
DefaultAttribute(QName, String) - Constructor for class org.dom4j.tree.DefaultAttribute
 
DefaultCDATA - Class in org.dom4j.tree
DefaultCDATA is the default CDATA implementation.
DefaultCDATA(String) - Constructor for class org.dom4j.tree.DefaultCDATA
DOCUMENT ME!
DefaultCDATA(Element, String) - Constructor for class org.dom4j.tree.DefaultCDATA
DOCUMENT ME!
DefaultComment - Class in org.dom4j.tree
DefaultComment is the default Comment implementation.
DefaultComment(String) - Constructor for class org.dom4j.tree.DefaultComment
DOCUMENT ME!
DefaultComment(Element, String) - Constructor for class org.dom4j.tree.DefaultComment
DOCUMENT ME!
DefaultDocument - Class in org.dom4j.tree
DefaultDocument is the default DOM4J default implementation of an XML document.
DefaultDocument() - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocument(String) - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocument(String, Element, DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocument(DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocument(Element) - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocument(Element, DocumentType) - Constructor for class org.dom4j.tree.DefaultDocument
 
DefaultDocumentType - Class in org.dom4j.tree
DefaultDocumentType is the DOM4J default implementation of an XML document type.
DefaultDocumentType() - Constructor for class org.dom4j.tree.DefaultDocumentType
 
DefaultDocumentType(String, String) - Constructor for class org.dom4j.tree.DefaultDocumentType
This will create a new DocumentType with a reference to the external DTD
DefaultDocumentType(String, String, String) - Constructor for class org.dom4j.tree.DefaultDocumentType
This will create a new DocumentType with a reference to the external DTD
DefaultElement - Class in org.dom4j.tree
DefaultElement is the default DOM4J default implementation of an XML element.
DefaultElement(String) - Constructor for class org.dom4j.tree.DefaultElement
 
DefaultElement(String, Namespace) - Constructor for class org.dom4j.tree.DefaultElement
 
DefaultElement(QName) - Constructor for class org.dom4j.tree.DefaultElement
 
DefaultElement(QName, int) - Constructor for class org.dom4j.tree.DefaultElement
 
DefaultEntity - Class in org.dom4j.tree
DefaultEntity is the default Entity implementation.
DefaultEntity(String) - Constructor for class org.dom4j.tree.DefaultEntity
Creates the Entity with the specified name
DefaultEntity(String, String) - Constructor for class org.dom4j.tree.DefaultEntity
Creates the Entity with the specified name and text.
DefaultEntity(Element, String, String) - Constructor for class org.dom4j.tree.DefaultEntity
Creates the Entity with the specified name and text.
defaultHandler - Variable in class org.dom4j.io.DispatchHandler
ElementHandler to use by default for element paths with no handlers registered
defaultMaximumAllowedCharacter() - Method in class org.dom4j.io.XMLWriter
Returns the maximum allowed character code that should be allowed unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit).
defaultNamespace - Variable in class org.dom4j.tree.NamespaceStack
Caches the default namespace defined via xmlns=""
DefaultNamespace - Class in org.dom4j.tree
DefaultNamespace implements a doubly linked node which supports the parent relationship and is mutable.
DefaultNamespace(String, String) - Constructor for class org.dom4j.tree.DefaultNamespace
DOCUMENT ME!
DefaultNamespace(Element, String, String) - Constructor for class org.dom4j.tree.DefaultNamespace
DOCUMENT ME!
DefaultNamespaceContext - Class in org.dom4j.xpath
DefaultNamespaceContext implements a Jaxen NamespaceContext such that a context node is used to determine the current XPath namespace prefixes and namespace URIs available.
DefaultNamespaceContext(Element) - Constructor for class org.dom4j.xpath.DefaultNamespaceContext
 
DefaultPattern - Class in org.dom4j.rule.pattern
DefaultPattern a default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.
DefaultPattern(NodeFilter) - Constructor for class org.dom4j.rule.pattern.DefaultPattern
 
DefaultProcessingInstruction - Class in org.dom4j.tree
DefaultProcessingInstruction is the default Processing Instruction implementation.
DefaultProcessingInstruction(String, String) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
This will create a new PI with the given target and values
DefaultProcessingInstruction(String, Map<String, String>) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
This will create a new PI with the given target and values
DefaultProcessingInstruction(Element, String, String) - Constructor for class org.dom4j.tree.DefaultProcessingInstruction
This will create a new PI with the given target and values
DefaultText - Class in org.dom4j.tree
DefaultText is the default Text implementation.
DefaultText(String) - Constructor for class org.dom4j.tree.DefaultText
DOCUMENT ME!
DefaultText(Element, String) - Constructor for class org.dom4j.tree.DefaultText
DOCUMENT ME!
DefaultXPath - Class in org.dom4j.xpath
Default implementation of XPathwhich uses the Jaxen project.
DefaultXPath(String) - Constructor for class org.dom4j.xpath.DefaultXPath
Construct an XPath
definition - Variable in class org.dom4j.swing.XMLTableModel
Holds value of property definition.
deleteData(int, int) - Method in class org.dom4j.dom.DOMCDATA
 
deleteData(int, int) - Method in class org.dom4j.dom.DOMComment
 
deleteData(int, int) - Method in class org.dom4j.dom.DOMText
 
deleteData(CharacterData, int, int) - Static method in class org.dom4j.dom.DOMNodeHelper
 
deriveSimpleType(XSDatatype, Element) - Method in class org.dom4j.datatype.SchemaParser
Derives a new type from a base type and a set of restrictions
detach() - Method in interface org.dom4j.Node
Removes this node from its parent if there is one.
detach() - Method in class org.dom4j.tree.AbstractNode
 
dispatchHandler - Variable in class org.dom4j.io.SAXReader
DispatchHandler to call when each Element is encountered
dispatchHandler - Variable in class org.dom4j.io.XPP3Reader
DispatchHandler to call when each Element is encountered
DispatchHandler - Class in org.dom4j.io
DispatchHandler implements the ElementHandler interface and provides a means to register multiple ElementHandler instances to be used by an event based processor.
DispatchHandler() - Constructor for class org.dom4j.io.DispatchHandler
 
DO_INTERN_QNAME - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
 
docType - Variable in class org.dom4j.tree.DefaultDocument
The document type for this document
document - Variable in class org.dom4j.io.DocumentInputSource
The document source
document - Variable in class org.dom4j.io.DOMSAXContentHandler
The document that is being built
document - Variable in class org.dom4j.io.SAXContentHandler
The document that is being built
document - Variable in class org.dom4j.swing.DocumentTreeModel
The document for this model
Document - Interface in org.dom4j
Document defines an XML Document.
DOCUMENT_FACTORY - Static variable in class org.dom4j.bean.BeanElement
The DocumentFactory instance used by default
DOCUMENT_FACTORY - Static variable in class org.dom4j.bean.BeanMetaData
 
DOCUMENT_FACTORY - Static variable in class org.dom4j.dom.DOMDocument
The DocumentFactory instance used by default
DOCUMENT_FACTORY - Static variable in class org.dom4j.dom.DOMElement
The DocumentFactory instance used by default
DOCUMENT_FACTORY - Static variable in class org.dom4j.tree.AbstractElement
The DocumentFactory instance used by default
DOCUMENT_FACTORY - Static variable in class org.dom4j.tree.AbstractNode
The DocumentFactory instance used by default
DOCUMENT_FACTORY - Static variable in class org.dom4j.tree.DefaultElement
The DocumentFactory instance used by default
DOCUMENT_NODE - Static variable in interface org.dom4j.Node
Matches Document nodes
DOCUMENT_TYPE_NODE - Static variable in interface org.dom4j.Node
Matches DocumentType nodes
DocumentException - Exception in org.dom4j
DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.
DocumentException() - Constructor for exception org.dom4j.DocumentException
 
DocumentException(String) - Constructor for exception org.dom4j.DocumentException
 
DocumentException(String, Throwable) - Constructor for exception org.dom4j.DocumentException
 
DocumentException(Throwable) - Constructor for exception org.dom4j.DocumentException
 
documentFactory - Variable in class org.dom4j.datatype.NamedTypeResolver
 
documentFactory - Variable in class org.dom4j.datatype.SchemaParser
Document factory used to register Element specific factories
documentFactory - Variable in class org.dom4j.io.DOMSAXContentHandler
The factory used to create new Document instances
documentFactory - Variable in class org.dom4j.io.SAXContentHandler
The factory used to create new Document instances
documentFactory - Variable in class org.dom4j.QName
The document factory used for this QName if specified or null
documentFactory - Variable in class org.dom4j.tree.DefaultDocument
The document factory used by default
documentFactory - Variable in class org.dom4j.tree.NamespaceStack
The factory used to create new Namespace instances
documentFactory - Variable in class org.dom4j.tree.QNameCache
The document factory associated with new QNames instances in this cache or null if no instances should be associated by default
DocumentFactory - Class in org.dom4j
DocumentFactory is a collection of factory methods to allow easy custom building of DOM4J trees.
DocumentFactory() - Constructor for class org.dom4j.DocumentFactory
 
DocumentHelper - Class in org.dom4j
DocumentHelper is a collection of helper methods for using DOM4J.
DocumentHelper() - Constructor for class org.dom4j.DocumentHelper
 
DocumentInputSource - Class in org.dom4j.io
DocumentInputSource implements a SAX InputSourcefor a Document.
DocumentInputSource() - Constructor for class org.dom4j.io.DocumentInputSource
 
DocumentInputSource(Document) - Constructor for class org.dom4j.io.DocumentInputSource
 
documentLocator(Document) - Method in class org.dom4j.io.SAXWriter
The Locatoris only really useful when parsing a textual document as its main purpose is to identify the line and column number.
DocumentResult - Class in org.dom4j.io
DocumentResult implements a JAXP SAXResultfor a Document.
DocumentResult() - Constructor for class org.dom4j.io.DocumentResult
 
DocumentResult(SAXContentHandler) - Constructor for class org.dom4j.io.DocumentResult
 
DocumentSource - Class in org.dom4j.io
DocumentSource implements a JAXP SAXSourcefor a Document.
DocumentSource(Document) - Constructor for class org.dom4j.io.DocumentSource
Creates a JAXP SAXSourcefor the given Document.
DocumentSource(Node) - Constructor for class org.dom4j.io.DocumentSource
Creates a JAXP SAXSourcefor the given Node.
DocumentTreeModel - Class in org.dom4j.swing
DocumentTreeModel implements a Swing TreeModel for a dom4j XML Document.
DocumentTreeModel(Document) - Constructor for class org.dom4j.swing.DocumentTreeModel
 
DocumentType - Interface in org.dom4j
DocumentType defines an XML DOCTYPE declaration.
DOM4J_FEATURE - Static variable in class org.dom4j.io.DocumentSource
If TransformerFactory.getFeature(java.lang.String)returns true when passed this value as an argument then the Transformer natively supports dom4j .
DOMAttribute - Class in org.dom4j.dom
DOMAttribute implements a doubly linked attribute which supports the W3C DOM API.
DOMAttribute(Element, QName, String) - Constructor for class org.dom4j.dom.DOMAttribute
 
DOMAttribute(QName) - Constructor for class org.dom4j.dom.DOMAttribute
 
DOMAttribute(QName, String) - Constructor for class org.dom4j.dom.DOMAttribute
 
DOMAttributeNodeMap - Class in org.dom4j.dom
DOMAttributeNodeMap implements a W3C NameNodeMap for the attributes of an element.
DOMAttributeNodeMap(DOMElement) - Constructor for class org.dom4j.dom.DOMAttributeNodeMap
 
DOMCDATA - Class in org.dom4j.dom
DOMCDATA implements a CDATA Section which supports the W3C DOM API.
DOMCDATA(String) - Constructor for class org.dom4j.dom.DOMCDATA
 
DOMCDATA(Element, String) - Constructor for class org.dom4j.dom.DOMCDATA
 
DOMComment - Class in org.dom4j.dom
DOMText implements a Text node which supports the W3C DOM API.
DOMComment(String) - Constructor for class org.dom4j.dom.DOMComment
 
DOMComment(Element, String) - Constructor for class org.dom4j.dom.DOMComment
 
DOMDocument - Class in org.dom4j.dom
DOMDocument implements an XML document which supports the W3C DOM API.
DOMDocument() - Constructor for class org.dom4j.dom.DOMDocument
 
DOMDocument(String) - Constructor for class org.dom4j.dom.DOMDocument
 
DOMDocument(String, DOMElement, DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
 
DOMDocument(DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
 
DOMDocument(DOMElement) - Constructor for class org.dom4j.dom.DOMDocument
 
DOMDocument(DOMElement, DOMDocumentType) - Constructor for class org.dom4j.dom.DOMDocument
 
domDocumentClass - Variable in class org.dom4j.io.DOMWriter
 
DOMDocumentFactory - Class in org.dom4j.dom
DOMDocumentFactory is a factory of DOM4J objects which implement the W3C DOM API.
DOMDocumentFactory() - Constructor for class org.dom4j.dom.DOMDocumentFactory
 
DOMDocumentResult - Class in org.dom4j.io
DOMDocumentResult implements a JAXP SAXResult for a Document.
DOMDocumentResult() - Constructor for class org.dom4j.io.DOMDocumentResult
 
DOMDocumentResult(DOMSAXContentHandler) - Constructor for class org.dom4j.io.DOMDocumentResult
 
DOMDocumentType - Class in org.dom4j.dom
DOMDocumentType implements a DocumentType node which supports the W3C DOM API.
DOMDocumentType() - Constructor for class org.dom4j.dom.DOMDocumentType
 
DOMDocumentType(String, String) - Constructor for class org.dom4j.dom.DOMDocumentType
 
DOMDocumentType(String, String, String) - Constructor for class org.dom4j.dom.DOMDocumentType
 
DOMElement - Class in org.dom4j.dom
DOMElement implements an XML element which supports the W3C DOM API.
DOMElement(String) - Constructor for class org.dom4j.dom.DOMElement
 
DOMElement(String, Namespace) - Constructor for class org.dom4j.dom.DOMElement
 
DOMElement(QName) - Constructor for class org.dom4j.dom.DOMElement
 
DOMElement(QName, int) - Constructor for class org.dom4j.dom.DOMElement
 
DOMEntityReference - Class in org.dom4j.dom
DOMEntity implements a Entity node which supports the W3C DOM API.
DOMEntityReference(String) - Constructor for class org.dom4j.dom.DOMEntityReference
 
DOMEntityReference(String, String) - Constructor for class org.dom4j.dom.DOMEntityReference
 
DOMEntityReference(Element, String, String) - Constructor for class org.dom4j.dom.DOMEntityReference
 
DOMNamespace - Class in org.dom4j.dom
DOMNamespace implements a Namespace that is compatable with the DOM API.
DOMNamespace(String, String) - Constructor for class org.dom4j.dom.DOMNamespace
 
DOMNamespace(Element, String, String) - Constructor for class org.dom4j.dom.DOMNamespace
 
DOMNodeHelper - Class in org.dom4j.dom
DOMNodeHelper contains a collection of utility methods for use across Node implementations.
DOMNodeHelper() - Constructor for class org.dom4j.dom.DOMNodeHelper
 
DOMNodeHelper.EmptyNodeList - Class in org.dom4j.dom
 
DOMProcessingInstruction - Class in org.dom4j.dom
DOMProcessingInstruction implements a ProcessingInstruction node which supports the W3C DOM API.
DOMProcessingInstruction(String, String) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
 
DOMProcessingInstruction(String, Map<String, String>) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
 
DOMProcessingInstruction(Element, String, String) - Constructor for class org.dom4j.dom.DOMProcessingInstruction
 
DOMReader - Class in org.dom4j.io
DOMReader navigates a W3C DOM tree and creates a DOM4J tree from it.
DOMReader() - Constructor for class org.dom4j.io.DOMReader
 
DOMReader(DocumentFactory) - Constructor for class org.dom4j.io.DOMReader
 
DOMSAXContentHandler - Class in org.dom4j.io
SAXContentHandler builds W3C DOM object via SAX events.
DOMSAXContentHandler() - Constructor for class org.dom4j.io.DOMSAXContentHandler
 
DOMSAXContentHandler(DOMDocumentFactory) - Constructor for class org.dom4j.io.DOMSAXContentHandler
 
DOMText - Class in org.dom4j.dom
DOMText implements a Text node which supports the W3C DOM API.
DOMText(String) - Constructor for class org.dom4j.dom.DOMText
 
DOMText(Element, String) - Constructor for class org.dom4j.dom.DOMText
 
DOMWriter - Class in org.dom4j.io
DOMWriter takes a DOM4J tree and outputs it as a W3C DOM object
DOMWriter() - Constructor for class org.dom4j.io.DOMWriter
 
DOMWriter(Class<?>) - Constructor for class org.dom4j.io.DOMWriter
 
doXHTML - Variable in class org.dom4j.io.OutputFormat
Whether or not to use XHTML standard.
dtdHandler - Variable in class org.dom4j.io.SAXWriter
DTDHandler fired when a document has a DTD
dtdHandler(Document) - Method in class org.dom4j.io.SAXWriter
We do not yet support DTD or XML Schemas so this method does nothing right now.

E

element - Variable in class org.dom4j.dom.DOMAttributeNodeMap
 
element - Variable in class org.dom4j.xpath.DefaultNamespaceContext
 
element(String) - Method in interface org.dom4j.Element
Returns the first element for the given local name and any namespace.
element(String) - Method in class org.dom4j.tree.AbstractElement
 
element(String) - Method in class org.dom4j.tree.DefaultElement
 
element(String) - Method in class org.dom4j.util.IndexedElement
 
element(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
element(String, Namespace) - Method in class org.dom4j.tree.DefaultElement
 
element(QName) - Method in interface org.dom4j.Element
Returns the first element for the given fully qualified name.
element(QName) - Method in class org.dom4j.tree.AbstractElement
 
element(QName) - Method in class org.dom4j.tree.DefaultElement
 
element(QName) - Method in class org.dom4j.util.IndexedElement
 
Element - Interface in org.dom4j
Element interface defines an XML element.
ELEMENT_DECL - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
ELEMENT_NODE - Static variable in interface org.dom4j.Node
Matches Element nodes
elementByID(String) - Method in interface org.dom4j.Branch
Returns the element of the given ID attribute value.
elementByID(String) - Method in class org.dom4j.tree.AbstractBranch
 
elementDecl(String, String) - Method in class org.dom4j.io.SAXContentHandler
Report an element type declaration.
elementDecl(String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
ElementDecl - Class in org.dom4j.dtd
AttributeDecl represents an element declaration in a DTD.
ElementDecl() - Constructor for class org.dom4j.dtd.ElementDecl
 
ElementDecl(String, String) - Constructor for class org.dom4j.dtd.ElementDecl
 
elementFactoryMap - Variable in class org.dom4j.datatype.NamedTypeResolver
 
elementHandler - Variable in class org.dom4j.io.PruningElementStack
ElementHandler to call when pruning occurs
elementHandler - Variable in class org.dom4j.io.SAXContentHandler
the ElementHandler called as the elements are complete
ElementHandler - Interface in org.dom4j
ElementHandler interface defines a handler of Element objects.
elementID(Element) - Method in class org.dom4j.tree.AbstractBranch
DOCUMENT ME!
elementIndex - Variable in class org.dom4j.util.IndexedElement
Lazily constructed index for elements Keys are of type QName and String Values are of type Element and List<Element>
elementIndex() - Method in class org.dom4j.util.IndexedElement
 
elementIterator() - Method in interface org.dom4j.Element
Returns an iterator over all this elements child elements.
elementIterator() - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(String) - Method in interface org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given local name and any namespace.
elementIterator(String) - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
elementIterator(QName) - Method in interface org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given fully qualified name.
elementIterator(QName) - Method in class org.dom4j.tree.AbstractElement
 
ElementIterator - Class in org.dom4j.tree
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementIterator(Iterator<Node>) - Constructor for class org.dom4j.tree.ElementIterator
Deprecated.
 
ElementModifier - Interface in org.dom4j.io
ElementModifier defines a modifier of Elementobjects.
elementName - Variable in class org.dom4j.dtd.AttributeDecl
Holds value of property elementName.
elementName - Variable in class org.dom4j.tree.DefaultDocumentType
The root element name of the document typ
ElementNameIterator - Class in org.dom4j.tree
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementNameIterator(Iterator<Node>, String) - Constructor for class org.dom4j.tree.ElementNameIterator
Deprecated.
 
elementNameRuleSets - Variable in class org.dom4j.rule.Mode
Map of exact (local) element names to RuleSet instances
ElementPath - Interface in org.dom4j
This interface is used by ElementHandlerinstances to retrieve information about the current path hierarchy they are to process.
elementQName - Variable in class org.dom4j.datatype.DatatypeElementFactory
 
ElementQNameIterator - Class in org.dom4j.tree
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementQNameIterator(Iterator<Node>, QName) - Constructor for class org.dom4j.tree.ElementQNameIterator
Deprecated.
 
elements() - Method in interface org.dom4j.Element
Returns the elements contained in this element.
elements() - Method in class org.dom4j.tree.AbstractElement
 
elements(String) - Method in interface org.dom4j.Element
Returns the elements contained in this element with the given local name and any namespace.
elements(String) - Method in class org.dom4j.tree.AbstractElement
 
elements(String) - Method in class org.dom4j.util.IndexedElement
 
elements(String, Namespace) - Method in class org.dom4j.tree.AbstractElement
 
elements(QName) - Method in interface org.dom4j.Element
Returns the elements contained in this element with the given fully qualified name.
elements(QName) - Method in class org.dom4j.tree.AbstractElement
 
elements(QName) - Method in class org.dom4j.util.IndexedElement
 
elementStack - Variable in class org.dom4j.io.DOMSAXContentHandler
stack of Element objects
elementStack - Variable in class org.dom4j.io.SAXContentHandler
stack of Element objects
ElementStack - Class in org.dom4j.io
ElementStack is used internally inside the SAXContentHandler to maintain a stack of Elementinstances.
ElementStack() - Constructor for class org.dom4j.io.ElementStack
 
ElementStack(int) - Constructor for class org.dom4j.io.ElementStack
 
elementText(String) - Method in interface org.dom4j.Element
 
elementText(String) - Method in class org.dom4j.tree.AbstractElement
 
elementText(QName) - Method in interface org.dom4j.Element
 
elementText(QName) - Method in class org.dom4j.tree.AbstractElement
 
elementTextTrim(String) - Method in interface org.dom4j.Element
 
elementTextTrim(String) - Method in class org.dom4j.tree.AbstractElement
 
elementTextTrim(QName) - Method in interface org.dom4j.Element
 
elementTextTrim(QName) - Method in class org.dom4j.tree.AbstractElement
 
elemModifier - Variable in class org.dom4j.io.SAXModifyElementHandler
 
EMPTY_ENUMERATION - Static variable in class org.dom4j.swing.LeafTreeNode
 
EMPTY_NODE_LIST - Static variable in class org.dom4j.dom.DOMNodeHelper
 
EMPTY_STRING - Static variable in class org.dom4j.io.SAXEventRecorder
 
EmptyNodeList() - Constructor for class org.dom4j.dom.DOMNodeHelper.EmptyNodeList
 
encoding - Variable in class org.dom4j.io.OutputFormat
The encoding format
encoding - Variable in class org.dom4j.io.SAXReader
Encoding of InputSource - null means system default encoding
encoding - Variable in class org.dom4j.tree.AbstractDocument
The encoding of this document as stated in the XML declaration
END_CDATA - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
END_DOCUMENT - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
END_DTD - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
END_ELEMENT - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
END_ENTITY - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
END_PREFIX_MAPPING - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
endCDATA() - Method in class org.dom4j.io.DOMSAXContentHandler
 
endCDATA() - Method in class org.dom4j.io.HTMLWriter
 
endCDATA() - Method in class org.dom4j.io.SAXContentHandler
 
endCDATA() - Method in class org.dom4j.io.SAXEventRecorder
 
endCDATA() - Method in class org.dom4j.io.SAXModifyContentHandler
 
endCDATA() - Method in class org.dom4j.io.XMLWriter
 
endDocument() - Method in class org.dom4j.io.DOMSAXContentHandler
 
endDocument() - Method in class org.dom4j.io.SAXContentHandler
 
endDocument() - Method in class org.dom4j.io.SAXEventRecorder
 
endDocument() - Method in class org.dom4j.io.SAXModifyContentHandler
 
endDocument() - Method in class org.dom4j.io.SAXWriter
 
endDocument() - Method in class org.dom4j.io.XMLWriter
 
endDocument() - Method in class org.dom4j.jaxb.JAXBWriter
Stop writing the document to the output.
endDTD() - Method in class org.dom4j.io.DOMSAXContentHandler
 
endDTD() - Method in class org.dom4j.io.SAXContentHandler
 
endDTD() - Method in class org.dom4j.io.SAXEventRecorder
 
endDTD() - Method in class org.dom4j.io.SAXModifyContentHandler
 
endDTD() - Method in class org.dom4j.io.XMLWriter
 
endElement(String, String, String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
endElement(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
 
endElement(String, String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
endElement(String, String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
endElement(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
endElement(Element) - Method in class org.dom4j.io.SAXWriter
 
endEntity(String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
endEntity(String) - Method in class org.dom4j.io.SAXContentHandler
 
endEntity(String) - Method in class org.dom4j.io.SAXEventRecorder
 
endEntity(String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
endEntity(String) - Method in class org.dom4j.io.XMLWriter
 
endPrefixMapping(String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
endPrefixMapping(String) - Method in class org.dom4j.io.SAXContentHandler
 
endPrefixMapping(String) - Method in class org.dom4j.io.SAXEventRecorder
 
endPrefixMapping(String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
endPrefixMapping(String) - Method in class org.dom4j.io.XMLWriter
 
endPrefixMapping(NamespaceStack, int) - Method in class org.dom4j.io.SAXWriter
Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scope
ensureAttributesCapacity(int) - Method in class org.dom4j.tree.AbstractElement
Ensures that the list of attributes has the given size
entity - Variable in class org.dom4j.io.SAXContentHandler
The name of the current entity
Entity - Interface in org.dom4j
Entity defines an XML entity.
ENTITY_REFERENCE_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
entityLevel - Variable in class org.dom4j.io.SAXContentHandler
The number of levels deep we are inside a startEntity/endEntity call
entityResolver - Variable in class org.dom4j.io.DOMSAXContentHandler
The entity resolver
entityResolver - Variable in class org.dom4j.io.SAXContentHandler
The entity resolver
entityResolver - Variable in class org.dom4j.io.SAXReader
The entity resolver
entityResolver - Variable in class org.dom4j.io.SAXWriter
EntityResolver fired when a document has a DTD
entityResolver - Variable in class org.dom4j.tree.DefaultDocument
The resolver of URIs
entityResolver(Document) - Method in class org.dom4j.io.SAXWriter
 
equals(Object) - Method in class org.dom4j.Namespace
Checks whether this Namespace equals the given Namespace.
equals(Object) - Method in class org.dom4j.QName
 
equals(Object) - Method in class org.dom4j.rule.Rule
 
equals(Object) - Method in class org.dom4j.tree.DefaultNamespace
Implements an identity based comparsion using the parent element as well as the prefix and URI
error(SAXParseException) - Method in class org.dom4j.io.DOMSAXContentHandler
This method is called when an error is detected during parsing such as a validation error.
error(SAXParseException) - Method in class org.dom4j.io.SAXContentHandler
This method is called when an error is detected during parsing such as a validation error.
error(SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
 
ERROR_QNAME - Static variable in class org.dom4j.util.XMLErrorHandler
 
errorHandler - Variable in class org.dom4j.io.SAXReader
ErrorHandler class to use
errorHandler - Variable in class org.dom4j.io.SAXValidator
ErrorHandler class to use
errorHandler - Variable in class org.dom4j.io.SAXWriter
 
errorQName - Variable in class org.dom4j.util.XMLErrorHandler
QName used for error elements
errors - Variable in class org.dom4j.util.XMLErrorHandler
Stores the errors that occur during a SAX parse
escapeAttributeEntities(String) - Method in class org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - Method in class org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeEntityValue(String) - Method in class org.dom4j.dtd.InternalEntityDecl
 
escapeText - Variable in class org.dom4j.io.XMLWriter
whether we should escape text
evaluate(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
evaluate(Object) - Method in interface org.dom4j.XPath
evaluate evaluates an XPath expression and returns the result as an Object.
event - Variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
events - Variable in class org.dom4j.io.SAXEventRecorder
 
expandEmptyElements - Variable in class org.dom4j.io.OutputFormat
Whether or not to expand empty elements to <tagName></tagName> - default is false
EXTERNAL_ENTITY_DECL - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
externalDeclarations - Variable in class org.dom4j.tree.DefaultDocumentType
The external DTD declarations
externalDTDDeclarations - Variable in class org.dom4j.io.SAXContentHandler
external DTD declarations
externalEntityDecl(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
ExternalEntityDecl - Class in org.dom4j.dtd
ExternalEntityDecl represents an external entity declaration in a DTD.
ExternalEntityDecl() - Constructor for class org.dom4j.dtd.ExternalEntityDecl
 
ExternalEntityDecl(String, String, String) - Constructor for class org.dom4j.dtd.ExternalEntityDecl
 

F

factory - Variable in class org.dom4j.io.DOMReader
DocumentFactory used to create new document objects
factory - Variable in class org.dom4j.io.SAXReader
DocumentFactory used to create new document objects
factory - Variable in class org.dom4j.io.STAXEventReader
Reference to the DocumentFactory used to build DOM4J nodes.
factory - Variable in class org.dom4j.io.STAXEventWriter
The event factory used to construct events.
factory - Variable in class org.dom4j.io.XPP3Reader
DocumentFactory used to create new document objects
fatalError(SAXParseException) - Method in class org.dom4j.io.DOMSAXContentHandler
This method is called when a fatal error occurs during parsing.
fatalError(SAXParseException) - Method in class org.dom4j.io.SAXContentHandler
This method is called when a fatal error occurs during parsing.
fatalError(SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
 
FATALERROR_QNAME - Static variable in class org.dom4j.util.XMLErrorHandler
 
fatalErrorQName - Variable in class org.dom4j.util.XMLErrorHandler
QName used for fatalerror elements
FEATURE_NAMESPACE_PREFIXES - Static variable in class org.dom4j.io.SAXWriter
 
FEATURE_NAMESPACES - Static variable in class org.dom4j.io.SAXWriter
 
features - Variable in class org.dom4j.io.SAXWriter
Stores the features
filter - Variable in class org.dom4j.rule.pattern.DefaultPattern
 
FilterIterator<T> - Class in org.dom4j.tree
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
FilterIterator(Iterator<T>) - Constructor for class org.dom4j.tree.FilterIterator
Deprecated.
 
findDefaultNamespace() - Method in class org.dom4j.tree.NamespaceStack
Attempts to find the current default namespace on the stack right now or returns null if one could not be found
findNext() - Method in class org.dom4j.tree.FilterIterator
Deprecated.
 
fireRule(Node) - Method in class org.dom4j.rule.Mode
Runs the actions associated with the given node
first - Variable in class org.dom4j.tree.FilterIterator
Deprecated.
 
first - Variable in class org.dom4j.tree.SingleIterator
 
flush() - Method in class org.dom4j.io.XMLWriter
Flushes the underlying Writer
FlyweightAttribute - Class in org.dom4j.tree
FlyweightAttribute is a Flyweight pattern implementation of a singly linked, read-only XML Attribute.
FlyweightAttribute(String, String) - Constructor for class org.dom4j.tree.FlyweightAttribute
Creates the Attribute with the specified local name and value.
FlyweightAttribute(String, String, Namespace) - Constructor for class org.dom4j.tree.FlyweightAttribute
Creates the Attribute with the specified local name, value and Namespace.
FlyweightAttribute(QName) - Constructor for class org.dom4j.tree.FlyweightAttribute
 
FlyweightAttribute(QName, String) - Constructor for class org.dom4j.tree.FlyweightAttribute
 
FlyweightCDATA - Class in org.dom4j.tree
FlyweightCDATA is a Flyweight pattern implementation of a singly linked, read-only XML CDATA.
FlyweightCDATA(String) - Constructor for class org.dom4j.tree.FlyweightCDATA
DOCUMENT ME!
FlyweightComment - Class in org.dom4j.tree
FlyweightComment is a Flyweight pattern implementation of a singly linked, read-only XML Comment.
FlyweightComment(String) - Constructor for class org.dom4j.tree.FlyweightComment
DOCUMENT ME!
FlyweightEntity - Class in org.dom4j.tree
FlyweightEntity is a Flyweight pattern implementation of a singly linked, read-only XML entity.
FlyweightEntity() - Constructor for class org.dom4j.tree.FlyweightEntity
A default constructor for implementors to use.
FlyweightEntity(String) - Constructor for class org.dom4j.tree.FlyweightEntity
Creates the Entity with the specified name
FlyweightEntity(String, String) - Constructor for class org.dom4j.tree.FlyweightEntity
Creates the Entity with the specified name and text.
FlyweightProcessingInstruction - Class in org.dom4j.tree
FlyweightProcessingInstruction is a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.
FlyweightProcessingInstruction() - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
A default constructor for implementors to use.
FlyweightProcessingInstruction(String, String) - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
This will create a new PI with the given target and values
FlyweightProcessingInstruction(String, Map<String, String>) - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
This will create a new PI with the given target and values
FlyweightText - Class in org.dom4j.tree
FlyweightText is a Flyweight pattern implementation of a singly linked, read-only XML Text.
FlyweightText(String) - Constructor for class org.dom4j.tree.FlyweightText
DOCUMENT ME!
foo() - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
format - Variable in class org.dom4j.io.XMLWriter
The format used by this writer
formatStack - Variable in class org.dom4j.io.HTMLWriter
 
FormatState(boolean, boolean, String) - Constructor for class org.dom4j.io.HTMLWriter.FormatState
 

G

get(int) - Method in class org.dom4j.bean.BeanAttributeList
 
get(int) - Method in class org.dom4j.tree.ContentListFacade
 
get(Class<?>) - Static method in class org.dom4j.bean.BeanMetaData
Static helper method to find and cache meta data objects for bean types
get(String) - Static method in class org.dom4j.Namespace
A helper method to return the Namespace instance for no prefix and the URI
get(String) - Static method in class org.dom4j.QName
 
get(String) - Method in class org.dom4j.tree.NamespaceCache
DOCUMENT ME!
get(String) - Method in class org.dom4j.tree.QNameCache
DOCUMENT ME!
get(String, String) - Static method in class org.dom4j.Namespace
A helper method to return the Namespace instance for the given prefix and URI
get(String, String) - Static method in class org.dom4j.QName
 
get(String, String) - Method in class org.dom4j.tree.NamespaceCache
DOCUMENT ME!
get(String, String) - Method in class org.dom4j.tree.QNameCache
 
get(String, String, String) - Static method in class org.dom4j.QName
 
get(String, Namespace) - Static method in class org.dom4j.QName
 
get(String, Namespace) - Method in class org.dom4j.tree.QNameCache
DOCUMENT ME!
get(String, Namespace, String) - Static method in class org.dom4j.QName
 
get(String, Namespace, String) - Method in class org.dom4j.tree.QNameCache
DOCUMENT ME!
getAction() - Method in class org.dom4j.rule.Rule
Getter for property action.
getActiveHandlerCount() - Method in class org.dom4j.io.DispatchHandler
Returns the number of ElementHandlerobjects that are waiting for their elements closing tag.
getAllowsChildren() - Method in class org.dom4j.swing.BranchTreeNode
 
getAllowsChildren() - Method in class org.dom4j.swing.LeafTreeNode
 
getAppearenceCount() - Method in class org.dom4j.rule.Rule
Getter for property appearenceCount.
getAttribute(String) - Method in class org.dom4j.dom.DOMElement
 
getAttributeName() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property attributeName.
getAttributeNode(String) - Method in class org.dom4j.dom.DOMElement
 
getAttributeNodeNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
getAttributeNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
getAttributeQName(String, String, String) - Method in class org.dom4j.tree.NamespaceStack
 
getAttributeQuoteCharacter() - Method in class org.dom4j.io.OutputFormat
 
getAttributes() - Method in class org.dom4j.dom.DOMAttribute
 
getAttributes() - Method in class org.dom4j.dom.DOMCDATA
 
getAttributes() - Method in class org.dom4j.dom.DOMComment
 
getAttributes() - Method in class org.dom4j.dom.DOMDocument
 
getAttributes() - Method in class org.dom4j.dom.DOMDocumentType
 
getAttributes() - Method in class org.dom4j.dom.DOMElement
 
getAttributes() - Method in class org.dom4j.dom.DOMEntityReference
 
getAttributes() - Method in class org.dom4j.dom.DOMNamespace
 
getAttributes() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getAttributes() - Method in class org.dom4j.dom.DOMText
 
getAttributes(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getAttributeXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getBackingList() - Method in class org.dom4j.tree.ContentListFacade
 
getBaseUri() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getBaseUri() - Method in class org.dom4j.datatype.DatatypeElement
 
getBaseURI() - Method in class org.dom4j.dom.DOMAttribute
 
getBaseURI() - Method in class org.dom4j.dom.DOMCDATA
 
getBaseURI() - Method in class org.dom4j.dom.DOMComment
 
getBaseURI() - Method in class org.dom4j.dom.DOMDocument
 
getBaseURI() - Method in class org.dom4j.dom.DOMDocumentType
 
getBaseURI() - Method in class org.dom4j.dom.DOMElement
 
getBaseURI() - Method in class org.dom4j.dom.DOMEntityReference
 
getBaseURI() - Method in class org.dom4j.dom.DOMNamespace
 
getBaseURI() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getBaseURI() - Method in class org.dom4j.dom.DOMText
 
getBeanAttributeList() - Method in class org.dom4j.bean.BeanElement
 
getCache() - Static method in class org.dom4j.QName
 
getCharacterStream() - Method in class org.dom4j.io.DocumentInputSource
Note this method is quite inefficent, it turns the in memory XML tree object model into a single block of text which can then be read by other XML parsers.
getChildAt(int) - Method in class org.dom4j.swing.BranchTreeNode
 
getChildAt(int) - Method in class org.dom4j.swing.LeafTreeNode
 
getChildCount() - Method in class org.dom4j.swing.BranchTreeNode
 
getChildCount() - Method in class org.dom4j.swing.LeafTreeNode
 
getChildElementXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getChildList() - Method in class org.dom4j.swing.BranchTreeNode
Uses Lazy Initialization pattern to create a List of children
getChildNodes() - Method in class org.dom4j.dom.DOMAttribute
 
getChildNodes() - Method in class org.dom4j.dom.DOMCDATA
 
getChildNodes() - Method in class org.dom4j.dom.DOMComment
 
getChildNodes() - Method in class org.dom4j.dom.DOMDocument
 
getChildNodes() - Method in class org.dom4j.dom.DOMDocumentType
 
getChildNodes() - Method in class org.dom4j.dom.DOMElement
 
getChildNodes() - Method in class org.dom4j.dom.DOMEntityReference
 
getChildNodes() - Method in class org.dom4j.dom.DOMNamespace
 
getChildNodes() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getChildNodes() - Method in class org.dom4j.dom.DOMText
 
getChildNodes(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getColumn(int) - Method in class org.dom4j.swing.XMLTableDefinition
 
getColumn(String) - Method in class org.dom4j.swing.XMLTableDefinition
 
getColumnClass() - Method in class org.dom4j.swing.XMLTableColumnDefinition
 
getColumnClass(int) - Method in class org.dom4j.swing.XMLTableDefinition
 
getColumnClass(int) - Method in class org.dom4j.swing.XMLTableModel
 
getColumnCount() - Method in class org.dom4j.swing.XMLTableDefinition
 
getColumnCount() - Method in class org.dom4j.swing.XMLTableModel
 
getColumnName(int) - Method in class org.dom4j.swing.XMLTableDefinition
DOCUMENT ME!
getColumnName(int) - Method in class org.dom4j.swing.XMLTableModel
 
getColumnNameXPath() - Method in class org.dom4j.swing.XMLTableColumnDefinition
DOCUMENT ME!
getColumnNameXPath(int) - Method in class org.dom4j.swing.XMLTableDefinition
DOCUMENT ME!
getColumnXPath(int) - Method in class org.dom4j.swing.XMLTableDefinition
DOCUMENT ME!
getCompareValue(Node) - Method in class org.dom4j.xpath.DefaultXPath
DOCUMENT ME!
getConsumer() - Method in class org.dom4j.io.STAXEventWriter
Returns a reference to the underlying event consumer to which events are written.
getContentAsStringValue(Object) - Method in class org.dom4j.tree.AbstractBranch
DOCUMENT ME!
getContentAsText(Object) - Method in class org.dom4j.tree.AbstractBranch
DOCUMENT ME!
getContentHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getContext() - Method in class org.dom4j.jaxb.JAXBSupport
 
getContextSupport() - Method in class org.dom4j.xpath.XPathPattern
 
getCopyOfUserData() - Method in class org.dom4j.util.UserDataElement
If a deep copy of user data is required whenever the clone() or createCopy() methods are called on this element then this method should return a clone of the user data
getCurrent() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getCurrent() - Method in class org.dom4j.io.ElementStack
 
getData() - Method in interface org.dom4j.Attribute
Accesses the data of this attribute which may implement data typing bindings such as XML Schema or Java Bean bindings or will return the same value as Node.getText().
getData() - Method in class org.dom4j.bean.BeanAttribute
 
getData() - Method in class org.dom4j.bean.BeanElement
DOCUMENT ME!
getData() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getData() - Method in class org.dom4j.datatype.DatatypeElement
 
getData() - Method in class org.dom4j.dom.DOMCDATA
 
getData() - Method in class org.dom4j.dom.DOMComment
 
getData() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getData() - Method in class org.dom4j.dom.DOMText
 
getData() - Method in interface org.dom4j.Element
Accesses the data of this element which may implement data typing bindings such as XML Schema or Java Bean bindings or will return the same value as Element.getText()
getData() - Method in class org.dom4j.tree.AbstractAttribute
 
getData() - Method in class org.dom4j.tree.AbstractElement
 
getData() - Method in class org.dom4j.util.UserDataAttribute
 
getData() - Method in class org.dom4j.util.UserDataElement
 
getData(int) - Method in class org.dom4j.bean.BeanAttributeList
 
getData(int, Object) - Method in class org.dom4j.bean.BeanMetaData
 
getData(CharacterData) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getDatatypeElementFactory(QName) - Method in class org.dom4j.datatype.SchemaParser
DOCUMENT ME!
getDefaultNamespace() - Method in class org.dom4j.tree.NamespaceStack
 
getDefinition() - Method in class org.dom4j.swing.XMLTableModel
Getter for property definition.
getDispatchHandler() - Method in class org.dom4j.io.ElementStack
 
getDispatchHandler() - Method in class org.dom4j.io.SAXReader
 
getDispatchHandler() - Method in class org.dom4j.io.XPP3Reader
 
getDoctype() - Method in class org.dom4j.dom.DOMDocument
 
getDocType() - Method in interface org.dom4j.Document
DOCUMENT ME!
getDocType() - Method in class org.dom4j.tree.DefaultDocument
 
getDocument() - Method in class org.dom4j.io.DocumentInputSource
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.DocumentResult
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.DocumentSource
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.DOMDocumentResult
Retrieves w3c dom object generated via transformation
getDocument() - Method in class org.dom4j.io.DOMSAXContentHandler
Retrieves w3c document object built via generated sax events.
getDocument() - Method in class org.dom4j.io.SAXContentHandler
DOCUMENT ME!
getDocument() - Method in interface org.dom4j.Node
getDocument returns the Document that this Node is part of if this node supports the parent relationship.
getDocument() - Method in class org.dom4j.swing.DocumentTreeModel
DOCUMENT ME!
getDocument() - Method in class org.dom4j.tree.AbstractDocument
 
getDocument() - Method in class org.dom4j.tree.AbstractNode
 
getDocument() - Method in class org.dom4j.tree.BaseElement
 
getDocument() - Method in class org.dom4j.tree.DefaultElement
 
getDocumentElement() - Method in class org.dom4j.dom.DOMDocument
 
getDocumentFactory() - Method in class org.dom4j.bean.BeanElement
 
getDocumentFactory() - Static method in class org.dom4j.DocumentHelper
 
getDocumentFactory() - Method in class org.dom4j.dom.DOMDocument
 
getDocumentFactory() - Method in class org.dom4j.dom.DOMElement
 
getDocumentFactory() - Method in class org.dom4j.io.DOMReader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.io.SAXModifier
Get the DocumentFactoryused to create the DOM4J document structure
getDocumentFactory() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.io.XPP3Reader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.QName
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.tree.AbstractElement
 
getDocumentFactory() - Method in class org.dom4j.tree.AbstractNode
 
getDocumentFactory() - Method in class org.dom4j.tree.DefaultDocument
 
getDocumentFactory() - Method in class org.dom4j.tree.DefaultElement
 
getDocumentFactory() - Method in class org.dom4j.tree.NamespaceStack
 
getDocumentURI() - Method in class org.dom4j.dom.DOMDocument
 
getDomConfig() - Method in class org.dom4j.dom.DOMDocument
 
getDomDocumentClass() - Method in class org.dom4j.io.DOMWriter
 
getDTDHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getElement(int) - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getElement(int) - Method in class org.dom4j.io.ElementStack
 
getElementById(String) - Method in class org.dom4j.dom.DOMDocument
 
getElementFactory(QName) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
Registers the given DatatypeElementFactory for the given <element> schema element
getElementName() - Method in interface org.dom4j.DocumentType
This method is the equivalent to the Node.getName()method.
getElementName() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property elementName.
getElementName() - Method in class org.dom4j.tree.DefaultDocumentType
 
getElementsByTagName(String) - Method in class org.dom4j.dom.DOMDocument
 
getElementsByTagName(String) - Method in class org.dom4j.dom.DOMElement
 
getElementsByTagNameNS(String, String) - Method in class org.dom4j.dom.DOMDocument
 
getElementsByTagNameNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
getElementStack() - Method in class org.dom4j.io.DOMSAXContentHandler
 
getElementStack() - Method in class org.dom4j.io.SAXContentHandler
 
getEncoding() - Method in class org.dom4j.io.DOMSAXContentHandler
 
getEncoding() - Method in class org.dom4j.io.OutputFormat
 
getEncoding() - Method in class org.dom4j.io.SAXContentHandler
 
getEncoding() - Method in class org.dom4j.io.SAXReader
Returns encoding used for InputSource (null means system default encoding)
getEncoding(String) - Static method in class org.dom4j.DocumentHelper
 
getEntities() - Method in class org.dom4j.dom.DOMDocumentType
 
getEntityResolver() - Method in interface org.dom4j.Document
DOCUMENT ME!
getEntityResolver() - Method in class org.dom4j.io.DOMSAXContentHandler
 
getEntityResolver() - Method in class org.dom4j.io.SAXContentHandler
 
getEntityResolver() - Method in class org.dom4j.io.SAXReader
Returns the current entity resolver used to resolve entities
getEntityResolver() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getEntityResolver() - Method in class org.dom4j.tree.DefaultDocument
 
getErrorHandler() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getErrorHandler() - Method in class org.dom4j.io.SAXValidator
DOCUMENT ME!
getErrorHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getErrorQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getErrors() - Method in class org.dom4j.util.XMLErrorHandler
 
getEventFactory() - Method in class org.dom4j.io.STAXEventWriter
Returns a reference to the event factory used to construct STAX events.
getExternalDeclarations() - Method in interface org.dom4j.DocumentType
Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
getExternalDeclarations() - Method in class org.dom4j.tree.DefaultDocumentType
 
getFatalErrorQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getFeature(String) - Method in class org.dom4j.io.SAXWriter
Looks up the value of a feature.
getFeature(String, String) - Method in class org.dom4j.dom.DOMAttribute
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMCDATA
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMComment
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMDocument
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMDocumentType
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMElement
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMEntityReference
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMNamespace
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getFeature(String, String) - Method in class org.dom4j.dom.DOMText
 
getFirstChild() - Method in class org.dom4j.dom.DOMAttribute
 
getFirstChild() - Method in class org.dom4j.dom.DOMCDATA
 
getFirstChild() - Method in class org.dom4j.dom.DOMComment
 
getFirstChild() - Method in class org.dom4j.dom.DOMDocument
 
getFirstChild() - Method in class org.dom4j.dom.DOMDocumentType
 
getFirstChild() - Method in class org.dom4j.dom.DOMElement
 
getFirstChild() - Method in class org.dom4j.dom.DOMEntityReference
 
getFirstChild() - Method in class org.dom4j.dom.DOMNamespace
 
getFirstChild() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getFirstChild() - Method in class org.dom4j.dom.DOMText
 
getFirstChild(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getFunctionContext() - Method in class org.dom4j.xpath.DefaultXPath
 
getFunctionContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getHandler() - Method in class org.dom4j.io.XMLResult
 
getHandler(String) - Method in class org.dom4j.io.DispatchHandler
Get the registered ElementHandlerfor the specified path.
getHandlerPath(String) - Method in class org.dom4j.io.ElementStack
 
getImplementation() - Method in class org.dom4j.dom.DOMDocument
 
getImportPrecedence() - Method in class org.dom4j.rule.Rule
Getter for property importPrecedence.
getIndent() - Method in class org.dom4j.io.HTMLWriter.FormatState
 
getIndent() - Method in class org.dom4j.io.OutputFormat
 
getIndex(String) - Method in class org.dom4j.bean.BeanMetaData
 
getIndex(TreeNode) - Method in class org.dom4j.swing.BranchTreeNode
 
getIndex(TreeNode) - Method in class org.dom4j.swing.LeafTreeNode
 
getIndex(QName) - Method in class org.dom4j.bean.BeanMetaData
 
getInputEncoding() - Method in class org.dom4j.dom.DOMDocument
 
getInputSource() - Method in class org.dom4j.io.DOMSAXContentHandler
 
getInputSource() - Method in class org.dom4j.io.SAXContentHandler
 
getInstance() - Static method in class org.dom4j.bean.BeanDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.datatype.DatatypeDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.DocumentFactory
Access to singleton implementation of DocumentFactory which is used if no DocumentFactory is specified when building using the standard builders.
getInstance() - Static method in class org.dom4j.dom.DOMDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.util.IndexedDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.util.NonLazyDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.util.UserDataDocumentFactory
Access to the singleton instance of this factory.
getInternalDeclarations() - Method in interface org.dom4j.DocumentType
Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
getInternalDeclarations() - Method in class org.dom4j.tree.DefaultDocumentType
 
getInternalSubset() - Method in class org.dom4j.dom.DOMDocumentType
 
getLastChild() - Method in class org.dom4j.dom.DOMAttribute
 
getLastChild() - Method in class org.dom4j.dom.DOMCDATA
 
getLastChild() - Method in class org.dom4j.dom.DOMComment
 
getLastChild() - Method in class org.dom4j.dom.DOMDocument
 
getLastChild() - Method in class org.dom4j.dom.DOMDocumentType
 
getLastChild() - Method in class org.dom4j.dom.DOMElement
 
getLastChild() - Method in class org.dom4j.dom.DOMEntityReference
 
getLastChild() - Method in class org.dom4j.dom.DOMNamespace
 
getLastChild() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getLastChild() - Method in class org.dom4j.dom.DOMText
 
getLastChild(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getLength() - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
getLength() - Method in class org.dom4j.dom.DOMCDATA
 
getLength() - Method in class org.dom4j.dom.DOMComment
 
getLength() - Method in class org.dom4j.dom.DOMNodeHelper.EmptyNodeList
 
getLength() - Method in class org.dom4j.dom.DOMText
 
getLength(CharacterData) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getLexicalHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getLexicalHandler() - Method in class org.dom4j.io.XMLResult
 
getLexicalHandler() - Method in class org.dom4j.io.XMLWriter
 
getLineSeparator() - Method in class org.dom4j.io.OutputFormat
 
getLocalName() - Method in class org.dom4j.dom.DOMAttribute
 
getLocalName() - Method in class org.dom4j.dom.DOMCDATA
 
getLocalName() - Method in class org.dom4j.dom.DOMComment
 
getLocalName() - Method in class org.dom4j.dom.DOMDocument
 
getLocalName() - Method in class org.dom4j.dom.DOMDocumentType
 
getLocalName() - Method in class org.dom4j.dom.DOMElement
 
getLocalName() - Method in class org.dom4j.dom.DOMEntityReference
 
getLocalName() - Method in class org.dom4j.dom.DOMNamespace
 
getLocalName() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getLocalName() - Method in class org.dom4j.dom.DOMText
 
getLocalName(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getMarshaller() - Method in class org.dom4j.jaxb.JAXBSupport
 
getMatchesNodeName() - Method in class org.dom4j.rule.pattern.DefaultPattern
 
getMatchesNodeName() - Method in interface org.dom4j.rule.Pattern
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches.
getMatchesNodeName() - Method in class org.dom4j.rule.pattern.NodeTypePattern
 
getMatchesNodeName() - Method in class org.dom4j.rule.Rule
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches.
getMatchesNodeName() - Method in class org.dom4j.xpath.XPathPattern
 
getMatchingRule(String, Node) - Method in class org.dom4j.rule.RuleManager
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchingRule(Node) - Method in class org.dom4j.rule.Mode
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchingRule(Node) - Method in class org.dom4j.rule.RuleSet
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchType() - Method in class org.dom4j.rule.pattern.DefaultPattern
 
getMatchType() - Method in interface org.dom4j.rule.Pattern
DOCUMENT ME!
getMatchType() - Method in class org.dom4j.rule.pattern.NodeTypePattern
 
getMatchType() - Method in class org.dom4j.rule.Rule
DOCUMENT ME!
getMatchType() - Method in class org.dom4j.xpath.XPathPattern
 
getMaximumAllowedCharacter() - Method in class org.dom4j.io.XMLWriter
Returns the maximum allowed character code that should be allowed unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit).
getMessage() - Method in exception org.dom4j.DocumentException
 
getMode() - Method in class org.dom4j.rule.Rule
Getter for property mode.
getMode(String) - Method in class org.dom4j.rule.RuleManager
DOCUMENT ME!
getModel() - Method in class org.dom4j.dtd.ElementDecl
Getter for property model.
getModeName() - Method in class org.dom4j.rule.Stylesheet
DOCUMENT ME!
getModifiedElement() - Method in class org.dom4j.io.SAXModifyElementHandler
DOCUMENT ME!
getModifier() - Method in class org.dom4j.jaxb.JAXBModifier
 
getName() - Method in class org.dom4j.dtd.ElementDecl
Getter for property name.
getName() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property name.
getName() - Method in class org.dom4j.dtd.InternalEntityDecl
Getter for property name.
getName() - Method in interface org.dom4j.Node
getName returns the name of this node.
getName() - Method in class org.dom4j.QName
DOCUMENT ME!
getName() - Method in class org.dom4j.swing.XMLTableColumnDefinition
Getter for property name.
getName() - Method in class org.dom4j.tree.AbstractAttribute
 
getName() - Method in class org.dom4j.tree.AbstractDocumentType
 
getName() - Method in class org.dom4j.tree.AbstractElement
 
getName() - Method in class org.dom4j.tree.AbstractNode
 
getName() - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getName() - Method in class org.dom4j.tree.DefaultDocument
 
getName() - Method in class org.dom4j.tree.FlyweightEntity
DOCUMENT ME!
getName(StringTokenizer) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getNamedItem(String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
getNamedItemNS(String, String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
getNamespace() - Method in interface org.dom4j.Attribute
Returns the Namespace of this element if one exists otherwise null is returned returned.
getNamespace() - Method in interface org.dom4j.Element
Returns the Namespace of this element if one exists otherwise Namespace.NO_NAMESPACE is returned.
getNamespace() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespace() - Method in class org.dom4j.tree.AbstractAttribute
 
getNamespace() - Method in class org.dom4j.tree.AbstractElement
 
getNamespace(int) - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
getNamespace(String, String) - Method in class org.dom4j.io.DOMReader
 
getNamespaceCache() - Method in class org.dom4j.tree.NamespaceStack
 
getNamespaceCache(Namespace) - Method in class org.dom4j.tree.QNameCache
DOCUMENT ME!
getNamespaceContext() - Method in class org.dom4j.xpath.DefaultXPath
 
getNamespaceContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getNamespaceForPrefix(String) - Method in interface org.dom4j.Element
Returns the Namespace which is mapped to the given prefix or null if it could not be found.
getNamespaceForPrefix(String) - Method in class org.dom4j.tree.AbstractElement
 
getNamespaceForPrefix(String) - Method in class org.dom4j.tree.DefaultElement
 
getNamespaceForPrefix(String) - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
getNamespaceForURI(String) - Method in interface org.dom4j.Element
Returns the Namespace which is mapped to the given URI or null if it could not be found.
getNamespaceForURI(String) - Method in class org.dom4j.tree.AbstractElement
 
getNamespaceForURI(String) - Method in class org.dom4j.tree.DefaultElement
 
getNamespacePrefix() - Method in interface org.dom4j.Attribute
Returns the namespace prefix of this element if one exists otherwise an empty String is returned.
getNamespacePrefix() - Method in interface org.dom4j.Element
Returns the namespace prefix of this element if one exists otherwise an empty String is returned.
getNamespacePrefix() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespacePrefix() - Method in class org.dom4j.tree.AbstractAttribute
 
getNamespacePrefix() - Method in class org.dom4j.tree.AbstractElement
 
getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
 
getNamespacesForURI(String) - Method in interface org.dom4j.Element
Returns the all namespaces which are mapped to the given URI or an empty list if no such namespaces could be found.
getNamespacesForURI(String) - Method in class org.dom4j.tree.AbstractElement
 
getNamespaceURI() - Method in interface org.dom4j.Attribute
Returns the URI mapped to the namespace of this element if one exists otherwise an empty String is returned.
getNamespaceURI() - Method in class org.dom4j.dom.DOMAttribute
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMCDATA
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMComment
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMDocument
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMDocumentType
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMElement
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMEntityReference
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMNamespace
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getNamespaceURI() - Method in class org.dom4j.dom.DOMText
 
getNamespaceURI() - Method in interface org.dom4j.Element
Returns the URI mapped to the namespace of this element if one exists otherwise an empty String is returned.
getNamespaceURI() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespaceURI() - Method in class org.dom4j.tree.AbstractAttribute
 
getNamespaceURI() - Method in class org.dom4j.tree.AbstractElement
 
getNamespaceURI(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getNestedException() - Method in exception org.dom4j.DocumentException
 
getNewLineAfterNTags() - Method in class org.dom4j.io.OutputFormat
 
getNextSibling() - Method in class org.dom4j.dom.DOMAttribute
 
getNextSibling() - Method in class org.dom4j.dom.DOMCDATA
 
getNextSibling() - Method in class org.dom4j.dom.DOMComment
 
getNextSibling() - Method in class org.dom4j.dom.DOMDocument
 
getNextSibling() - Method in class org.dom4j.dom.DOMDocumentType
 
getNextSibling() - Method in class org.dom4j.dom.DOMElement
 
getNextSibling() - Method in class org.dom4j.dom.DOMEntityReference
 
getNextSibling() - Method in class org.dom4j.dom.DOMNamespace
 
getNextSibling() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getNextSibling() - Method in class org.dom4j.dom.DOMText
 
getNextSibling(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getNodeName() - Method in class org.dom4j.dom.DOMAttribute
 
getNodeName() - Method in class org.dom4j.dom.DOMCDATA
 
getNodeName() - Method in class org.dom4j.dom.DOMComment
 
getNodeName() - Method in class org.dom4j.dom.DOMDocument
 
getNodeName() - Method in class org.dom4j.dom.DOMDocumentType
 
getNodeName() - Method in class org.dom4j.dom.DOMElement
 
getNodeName() - Method in class org.dom4j.dom.DOMEntityReference
 
getNodeName() - Method in class org.dom4j.dom.DOMNamespace
 
getNodeName() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getNodeName() - Method in class org.dom4j.dom.DOMText
 
getNodeType() - Method in class org.dom4j.dom.DOMDocumentType
 
getNodeType() - Method in class org.dom4j.Namespace
 
getNodeType() - Method in interface org.dom4j.Node
Returns the code according to the type of node.
getNodeType() - Method in class org.dom4j.tree.AbstractAttribute
 
getNodeType() - Method in class org.dom4j.tree.AbstractCDATA
 
getNodeType() - Method in class org.dom4j.tree.AbstractComment
 
getNodeType() - Method in class org.dom4j.tree.AbstractDocument
 
getNodeType() - Method in class org.dom4j.tree.AbstractDocumentType
 
getNodeType() - Method in class org.dom4j.tree.AbstractElement
 
getNodeType() - Method in class org.dom4j.tree.AbstractEntity
 
getNodeType() - Method in class org.dom4j.tree.AbstractNode
 
getNodeType() - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getNodeType() - Method in class org.dom4j.tree.AbstractText
 
getNodeTypeName() - Method in interface org.dom4j.Node
DOCUMENT ME!
getNodeTypeName() - Method in class org.dom4j.tree.AbstractNode
 
getNodeValue() - Method in class org.dom4j.dom.DOMAttribute
 
getNodeValue() - Method in class org.dom4j.dom.DOMCDATA
 
getNodeValue() - Method in class org.dom4j.dom.DOMComment
 
getNodeValue() - Method in class org.dom4j.dom.DOMDocument
 
getNodeValue() - Method in class org.dom4j.dom.DOMDocumentType
 
getNodeValue() - Method in class org.dom4j.dom.DOMElement
 
getNodeValue() - Method in class org.dom4j.dom.DOMEntityReference
 
getNodeValue() - Method in class org.dom4j.dom.DOMNamespace
 
getNodeValue() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getNodeValue() - Method in class org.dom4j.dom.DOMText
 
getNodeValue(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getNotations() - Method in class org.dom4j.dom.DOMDocumentType
 
getOmitElementCloseSet() - Method in class org.dom4j.io.HTMLWriter
A clone of the Set of elements that can have their close-tags omitted.
getOutputFormat() - Method in class org.dom4j.io.XMLWriter
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc.
getOutputFormat() - Method in class org.dom4j.jaxb.JAXBWriter
Returns the OutputFormat that will be used when writing the XML stream.
getOwnerDocument() - Method in class org.dom4j.dom.DOMAttribute
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMCDATA
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMComment
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMDocument
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMDocumentType
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMElement
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMEntityReference
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMNamespace
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getOwnerDocument() - Method in class org.dom4j.dom.DOMText
 
getOwnerDocument(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getOwnerElement() - Method in class org.dom4j.dom.DOMAttribute
 
getParent() - Method in class org.dom4j.bean.BeanAttribute
 
getParent() - Method in class org.dom4j.bean.BeanAttributeList
 
getParent() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getParent() - Method in interface org.dom4j.Node
getParent returns the parent Element if this node supports the parent relationship or null if it is the root element or does not support the parent relationship.
getParent() - Method in class org.dom4j.swing.LeafTreeNode
 
getParent() - Method in class org.dom4j.tree.AbstractNode
 
getParent() - Method in class org.dom4j.tree.BaseElement
 
getParent() - Method in class org.dom4j.tree.DefaultAttribute
 
getParent() - Method in class org.dom4j.tree.DefaultCDATA
 
getParent() - Method in class org.dom4j.tree.DefaultComment
 
getParent() - Method in class org.dom4j.tree.DefaultElement
 
getParent() - Method in class org.dom4j.tree.DefaultEntity
 
getParent() - Method in class org.dom4j.tree.DefaultNamespace
 
getParent() - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
getParent() - Method in class org.dom4j.tree.DefaultText
 
getParentNode() - Method in class org.dom4j.dom.DOMAttribute
 
getParentNode() - Method in class org.dom4j.dom.DOMCDATA
 
getParentNode() - Method in class org.dom4j.dom.DOMComment
 
getParentNode() - Method in class org.dom4j.dom.DOMDocument
 
getParentNode() - Method in class org.dom4j.dom.DOMDocumentType
 
getParentNode() - Method in class org.dom4j.dom.DOMElement
 
getParentNode() - Method in class org.dom4j.dom.DOMEntityReference
 
getParentNode() - Method in class org.dom4j.dom.DOMNamespace
 
getParentNode() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getParentNode() - Method in class org.dom4j.dom.DOMText
 
getParentNode(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getParm(int) - Method in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
getPath() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getPath() - Method in class org.dom4j.io.DispatchHandler
DOCUMENT ME!
getPath() - Method in class org.dom4j.io.ElementStack
 
getPath() - Method in interface org.dom4j.Node
Returns the XPath expression which will return a node set containing the given node such as /a/b/@c.
getPath() - Method in class org.dom4j.tree.AbstractNode
 
getPath(Element) - Method in class org.dom4j.Namespace
 
getPath(Element) - Method in interface org.dom4j.Node
Returns the relative XPath expression which will return a node set containing the given node such as a/b/@c.
getPath(Element) - Method in class org.dom4j.tree.AbstractAttribute
 
getPath(Element) - Method in class org.dom4j.tree.AbstractCharacterData
 
getPath(Element) - Method in class org.dom4j.tree.AbstractComment
 
getPath(Element) - Method in class org.dom4j.tree.AbstractDocument
 
getPath(Element) - Method in class org.dom4j.tree.AbstractDocumentType
 
getPath(Element) - Method in class org.dom4j.tree.AbstractElement
 
getPath(Element) - Method in class org.dom4j.tree.AbstractEntity
 
getPath(Element) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getPattern() - Method in class org.dom4j.rule.Rule
Getter for property pattern.
getPrefix() - Method in class org.dom4j.dom.DOMAttribute
 
getPrefix() - Method in class org.dom4j.dom.DOMCDATA
 
getPrefix() - Method in class org.dom4j.dom.DOMComment
 
getPrefix() - Method in class org.dom4j.dom.DOMDocument
 
getPrefix() - Method in class org.dom4j.dom.DOMDocumentType
 
getPrefix() - Method in class org.dom4j.dom.DOMElement
 
getPrefix() - Method in class org.dom4j.dom.DOMEntityReference
 
getPrefix() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getPrefix() - Method in class org.dom4j.dom.DOMText
 
getPrefix() - Method in class org.dom4j.Namespace
DOCUMENT ME!
getPrefix(String) - Method in class org.dom4j.io.DOMReader
 
getPrefix(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getPreformattedTags() - Method in class org.dom4j.io.HTMLWriter
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMAttribute
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMCDATA
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMComment
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMDocument
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMDocumentType
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMElement
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMEntityReference
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMNamespace
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getPreviousSibling() - Method in class org.dom4j.dom.DOMText
 
getPreviousSibling(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
getPriority() - Method in class org.dom4j.rule.pattern.DefaultPattern
 
getPriority() - Method in interface org.dom4j.rule.Pattern
Returns the default resolution policy of the pattern according to the XSLT conflict resolution spec .
getPriority() - Method in class org.dom4j.rule.pattern.NodeTypePattern
 
getPriority() - Method in class org.dom4j.rule.Rule
Getter for property priority.
getPriority() - Method in class org.dom4j.xpath.XPathPattern
 
getProperty(String) - Method in class org.dom4j.io.SAXWriter
Gets the given SAX property
getProperty(String) - Method in class org.dom4j.io.XMLWriter
 
getProxy() - Method in class org.dom4j.util.ProxyDocumentFactory
 
getPublicId() - Method in class org.dom4j.dom.DOMDocumentType
 
getPublicID() - Method in interface org.dom4j.DocumentType
 
getPublicID() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property publicID.
getPublicID() - Method in class org.dom4j.tree.DefaultDocumentType
DOCUMENT ME!
getQName() - Method in interface org.dom4j.Attribute
Returns the QName of this attribute which represents the local name, the qualified name and the Namespace.
getQName() - Method in class org.dom4j.bean.BeanAttribute
 
getQName() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getQName() - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getQName() - Method in interface org.dom4j.Element
Returns the QName of this element which represents the local name, the qualified name and the Namespace.
getQName() - Method in class org.dom4j.tree.BaseElement
 
getQName() - Method in class org.dom4j.tree.DefaultElement
 
getQName() - Method in class org.dom4j.tree.FlyweightAttribute
 
getQName(int) - Method in class org.dom4j.bean.BeanAttributeList
 
getQName(int) - Method in class org.dom4j.bean.BeanMetaData
 
getQName(String) - Method in class org.dom4j.datatype.NamedTypeResolver
 
getQName(String) - Method in class org.dom4j.datatype.SchemaParser
 
getQName(String) - Method in interface org.dom4j.Element
Returns the QName for the given qualified name, using the namespace URI in scope for the given prefix of the qualified name or the default namespace if the qualified name has no prefix.
getQName(String) - Method in class org.dom4j.tree.AbstractElement
 
getQName(String, String) - Method in class org.dom4j.dom.DOMElement
 
getQName(String, String, String) - Method in class org.dom4j.tree.NamespaceStack
 
getQNameOfSchemaElement(Element) - Method in class org.dom4j.datatype.NamedTypeResolver
 
getQNames() - Method in class org.dom4j.DocumentFactory
Returns a list of all the QName instances currently used by this document factory
getQNames() - Method in class org.dom4j.tree.QNameCache
Returns a list of all the QName instances currently used
getQualifiedName() - Method in interface org.dom4j.Attribute
Returns the fully qualified name of this element.
getQualifiedName() - Method in interface org.dom4j.Element
Returns the fully qualified name of this element.
getQualifiedName() - Method in class org.dom4j.QName
DOCUMENT ME!
getQualifiedName() - Method in class org.dom4j.tree.AbstractAttribute
 
getQualifiedName() - Method in class org.dom4j.tree.AbstractElement
 
getReader() - Method in class org.dom4j.jaxb.JAXBReader
 
getRootElement() - Method in interface org.dom4j.Document
Returns the root Elementfor this document.
getRootElement() - Method in class org.dom4j.tree.DefaultDocument
 
getRowCount() - Method in class org.dom4j.swing.XMLTableModel
 
getRows() - Method in class org.dom4j.swing.XMLTableModel
 
getRowValue(int) - Method in class org.dom4j.swing.XMLTableModel
 
getRowXPath() - Method in class org.dom4j.swing.XMLTableDefinition
Getter for property rowXPath.
getRuleArray() - Method in class org.dom4j.rule.RuleSet
Returns an array of sorted rules.
getRuleSet(int) - Method in class org.dom4j.rule.Mode
DOCUMENT ME!
getSAXModifyReader() - Method in class org.dom4j.io.SAXModifier
 
getSchemaTypeInfo() - Method in class org.dom4j.dom.DOMAttribute
 
getSchemaTypeInfo() - Method in class org.dom4j.dom.DOMElement
 
getSource() - Method in class org.dom4j.swing.XMLTableModel
Getter for the XML source, which is usually a Node or List of nodes.
getSpecified() - Method in class org.dom4j.dom.DOMAttribute
 
getStrictErrorChecking() - Method in class org.dom4j.dom.DOMDocument
 
getStringValue() - Method in interface org.dom4j.Element
Returns the XPath string-value of this node.
getStringValue() - Method in class org.dom4j.Namespace
 
getStringValue() - Method in interface org.dom4j.Node
Returns the XPath string-value of this node.
getStringValue() - Method in class org.dom4j.tree.AbstractDocument
 
getStringValue() - Method in class org.dom4j.tree.AbstractElement
 
getStringValue() - Method in class org.dom4j.tree.AbstractEntity
 
getStringValue() - Method in class org.dom4j.tree.AbstractNode
 
getStringValue() - Method in class org.dom4j.tree.DefaultElement
 
getSystemId() - Method in class org.dom4j.dom.DOMDocumentType
 
getSystemID() - Method in interface org.dom4j.DocumentType
 
getSystemID() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property systemID.
getSystemID() - Method in class org.dom4j.tree.DefaultDocumentType
DOCUMENT ME!
getTagName() - Method in class org.dom4j.dom.DOMElement
 
getTarget() - Method in interface org.dom4j.ProcessingInstruction
This method is the equivalent to the Node.getName()method.
getTarget() - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
getText() - Method in interface org.dom4j.Element
Returns the text value of this element without recursing through child elements.
getText() - Method in class org.dom4j.Namespace
 
getText() - Method in interface org.dom4j.Node
Returns the text of this node.
getText() - Method in interface org.dom4j.ProcessingInstruction
DOCUMENT ME!
getText() - Method in class org.dom4j.tree.AbstractAttribute
 
getText() - Method in class org.dom4j.tree.AbstractBranch
 
getText() - Method in class org.dom4j.tree.AbstractDocumentType
Returns the text format of the declarations if applicable, or the empty String
getText() - Method in class org.dom4j.tree.AbstractNode
 
getText() - Method in class org.dom4j.tree.DefaultElement
 
getText() - Method in class org.dom4j.tree.FlyweightCDATA
 
getText() - Method in class org.dom4j.tree.FlyweightComment
 
getText() - Method in class org.dom4j.tree.FlyweightEntity
DOCUMENT ME!
getText() - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
getText() - Method in class org.dom4j.tree.FlyweightText
 
getText() - Method in class org.dom4j.xpath.DefaultXPath
Retrieve the textual XPath string used to initialize this Object
getText() - Method in interface org.dom4j.XPath
getText will return the textual version of the XPath expression.
getText() - Method in class org.dom4j.xpath.XPathPattern
 
getTextContent() - Method in class org.dom4j.dom.DOMAttribute
 
getTextContent() - Method in class org.dom4j.dom.DOMCDATA
 
getTextContent() - Method in class org.dom4j.dom.DOMComment
 
getTextContent() - Method in class org.dom4j.dom.DOMDocument
 
getTextContent() - Method in class org.dom4j.dom.DOMDocumentType
 
getTextContent() - Method in class org.dom4j.dom.DOMElement
 
getTextContent() - Method in class org.dom4j.dom.DOMEntityReference
 
getTextContent() - Method in class org.dom4j.dom.DOMNamespace
 
getTextContent() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getTextContent() - Method in class org.dom4j.dom.DOMText
 
getTextTrim() - Method in interface org.dom4j.Element
DOCUMENT ME!
getTextTrim() - Method in class org.dom4j.tree.AbstractBranch
 
getType() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property type.
getType() - Method in class org.dom4j.swing.XMLTableColumnDefinition
Getter for property type.
getTypeByName(String) - Method in class org.dom4j.datatype.SchemaParser
 
getUnionPatterns() - Method in class org.dom4j.rule.pattern.DefaultPattern
 
getUnionPatterns() - Method in interface org.dom4j.rule.Pattern
If this pattern is a union pattern then this method should return an array of patterns which describe the union pattern, which should contain more than one pattern.
getUnionPatterns() - Method in class org.dom4j.rule.pattern.NodeTypePattern
 
getUnionPatterns() - Method in class org.dom4j.xpath.XPathPattern
 
getUnionRules() - Method in class org.dom4j.rule.Rule
If this rule contains a union pattern then this method should return an array of Rules which describe the union rule, which should contain more than one rule.
getUniquePath() - Method in interface org.dom4j.Node
Returns the XPath expression which will return a nodeset of one node which is the current node.
getUniquePath() - Method in class org.dom4j.tree.AbstractNode
 
getUniquePath(Element) - Method in class org.dom4j.Namespace
 
getUniquePath(Element) - Method in interface org.dom4j.Node
Returns the relative unique XPath expression from the given context which will return a nodeset of one node which is the current node.
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractAttribute
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractCharacterData
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractComment
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractDocument
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractDocumentType
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractElement
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractEntity
 
getUniquePath(Element) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getUnmarshaller() - Method in class org.dom4j.jaxb.JAXBSupport
 
getURI() - Method in class org.dom4j.Namespace
DOCUMENT ME!
getURI(String) - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
getURICache(String) - Method in class org.dom4j.tree.NamespaceCache
DOCUMENT ME!
getUserData(String) - Method in class org.dom4j.dom.DOMAttribute
 
getUserData(String) - Method in class org.dom4j.dom.DOMCDATA
 
getUserData(String) - Method in class org.dom4j.dom.DOMComment
 
getUserData(String) - Method in class org.dom4j.dom.DOMDocument
 
getUserData(String) - Method in class org.dom4j.dom.DOMDocumentType
 
getUserData(String) - Method in class org.dom4j.dom.DOMElement
 
getUserData(String) - Method in class org.dom4j.dom.DOMEntityReference
 
getUserData(String) - Method in class org.dom4j.dom.DOMNamespace
 
getUserData(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
getUserData(String) - Method in class org.dom4j.dom.DOMText
 
getValue() - Method in interface org.dom4j.Attribute
Returns the value of the attribute.
getValue() - Method in class org.dom4j.bean.BeanAttribute
 
getValue() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getValue() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property value.
getValue() - Method in class org.dom4j.dtd.InternalEntityDecl
Getter for property value.
getValue() - Method in class org.dom4j.tree.FlyweightAttribute
 
getValue(Object) - Method in class org.dom4j.swing.XMLTableColumnDefinition
 
getValue(String) - Method in interface org.dom4j.ProcessingInstruction
Returns the value of a specific name in the PI.
getValue(String) - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
getValue(StringTokenizer) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
getValueAt(int, int) - Method in class org.dom4j.swing.XMLTableModel
 
getValueAt(Object, int) - Method in class org.dom4j.swing.XMLTableDefinition
 
getValueDefault() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property valueDefault.
getValueOfAction() - Method in class org.dom4j.rule.RuleManager
DOCUMENT ME!
getValueOfAction() - Method in class org.dom4j.rule.Stylesheet
DOCUMENT ME!
getValues() - Method in interface org.dom4j.ProcessingInstruction
DOCUMENT ME!
getValues() - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
getVariableContext() - Method in class org.dom4j.xpath.DefaultXPath
 
getVariableContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getVariableValue(String, String, String) - Method in class org.dom4j.swing.XMLTableDefinition
 
getWarningQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getWholeText() - Method in class org.dom4j.dom.DOMCDATA
 
getWholeText() - Method in class org.dom4j.dom.DOMText
 
getWriter() - Method in class org.dom4j.jaxb.JAXBWriter
 
getXmlBranch() - Method in class org.dom4j.swing.BranchTreeNode
 
getXmlEncoding() - Method in class org.dom4j.dom.DOMDocument
 
getXMLEncoding() - Method in interface org.dom4j.Document
Return the encoding of this document, as part of the XML declaration This is null when unspecified or when it is not known (such as when the Document was created in memory) or when the implementation does not support this operation.
getXMLEncoding() - Method in class org.dom4j.tree.AbstractDocument
 
getXMLEncoding() - Method in class org.dom4j.tree.DefaultDocument
 
getXMLFilter() - Method in class org.dom4j.io.SAXReader
Returns the SAX filter being used to filter SAX events.
getXmlNode() - Method in class org.dom4j.swing.LeafTreeNode
 
getXMLReader() - Method in class org.dom4j.io.DocumentSource
DOCUMENT ME!
getXMLReader() - Method in class org.dom4j.io.SAXModifier
 
getXMLReader() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getXMLReader() - Method in class org.dom4j.io.SAXValidator
DOCUMENT ME!
getXmlStandalone() - Method in class org.dom4j.dom.DOMDocument
 
getXmlVersion() - Method in class org.dom4j.dom.DOMDocument
 
getXMLWriter() - Method in class org.dom4j.io.SAXModifier
Returns the current XMLWriter.
getXMLWriter() - Method in class org.dom4j.io.SAXModifyContentHandler
 
getXMLWriter() - Method in class org.dom4j.io.SAXModifyReader
 
getXMLWriter() - Method in class org.dom4j.io.XMLResult
 
getXMLWriter() - Method in class org.dom4j.jaxb.JAXBModifier
 
getXPath() - Method in class org.dom4j.swing.XMLTableColumnDefinition
Getter for property xpath.
getXPath() - Method in exception org.dom4j.XPathException
Returns the XPath expression that caused the problem
getXPathNamespaceURIs() - Method in class org.dom4j.DocumentFactory
DOCUMENT ME!
getXPathNameStep() - Method in class org.dom4j.Namespace
 
getXPathNameStep() - Method in class org.dom4j.tree.AbstractElement
Returns the XPath expression to match this Elements name which is getQualifiedName() if there is a namespace prefix defined or if no namespace is present then it is getName() or if a namespace is defined with no prefix then the expression is [name()='X'] where X = getName().
getXPathResult(int) - Method in interface org.dom4j.Element
Returns a node at the given index suitable for an XPath result set.
getXPathResult(int) - Method in class org.dom4j.tree.AbstractElement
 
getXPPFactory() - Method in class org.dom4j.io.XPP3Reader
 
getXPPParser() - Method in class org.dom4j.io.XPP3Reader
 
getXSDatatype() - Method in class org.dom4j.datatype.DatatypeAttribute
Returns the MSV XSDatatype for this node
getXSDatatype() - Method in class org.dom4j.datatype.DatatypeElement
Returns the MSV XSDatatype for this node

H

handleException(IOException) - Method in class org.dom4j.io.XMLWriter
 
handleException(Exception) - Method in class org.dom4j.bean.BeanDocumentFactory
 
handleException(Exception) - Method in class org.dom4j.bean.BeanMetaData
 
handleException(Exception) - Method in class org.dom4j.swing.XMLTableColumnDefinition
 
handleException(Exception) - Method in class org.dom4j.swing.XMLTableDefinition
 
handleException(Exception) - Method in class org.dom4j.swing.XMLTableModel
 
handleJaxenException(JaxenException) - Method in class org.dom4j.xpath.DefaultXPath
 
handleJaxenException(JaxenException) - Method in class org.dom4j.xpath.XPathPattern
 
handleObject(Element) - Method in interface org.dom4j.jaxb.JAXBObjectHandler
Called when the JAXBReaderhas finished parsing the xml path the handler was registered for.
handler - Variable in class org.dom4j.io.ElementStack
 
handler - Variable in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
 
handlers - Variable in class org.dom4j.io.DispatchHandler
HashMap maintains the mapping between element paths and handlers
handlerStack - Variable in class org.dom4j.io.DispatchHandler
maintains a stack of previously encountered handlers
hasAttribute(String) - Method in class org.dom4j.dom.DOMElement
 
hasAttributeNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
hasAttributes() - Method in class org.dom4j.dom.DOMAttribute
 
hasAttributes() - Method in class org.dom4j.dom.DOMCDATA
 
hasAttributes() - Method in class org.dom4j.dom.DOMComment
 
hasAttributes() - Method in class org.dom4j.dom.DOMDocument
 
hasAttributes() - Method in class org.dom4j.dom.DOMDocumentType
 
hasAttributes() - Method in class org.dom4j.dom.DOMElement
 
hasAttributes() - Method in class org.dom4j.dom.DOMEntityReference
 
hasAttributes() - Method in class org.dom4j.dom.DOMNamespace
 
hasAttributes() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
hasAttributes() - Method in class org.dom4j.dom.DOMText
 
hasAttributes(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
hasChildNodes() - Method in class org.dom4j.dom.DOMAttribute
 
hasChildNodes() - Method in class org.dom4j.dom.DOMCDATA
 
hasChildNodes() - Method in class org.dom4j.dom.DOMComment
 
hasChildNodes() - Method in class org.dom4j.dom.DOMDocument
 
hasChildNodes() - Method in class org.dom4j.dom.DOMDocumentType
 
hasChildNodes() - Method in class org.dom4j.dom.DOMElement
 
hasChildNodes() - Method in class org.dom4j.dom.DOMEntityReference
 
hasChildNodes() - Method in class org.dom4j.dom.DOMNamespace
 
hasChildNodes() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
hasChildNodes() - Method in class org.dom4j.dom.DOMText
 
hasChildNodes(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
hasContent() - Method in interface org.dom4j.Node
hasContent returns true if this node is a Branch (either an Element or a Document) and it contains at least one content node such as a child Element or Text node.
hasContent() - Method in class org.dom4j.tree.AbstractBranch
 
hasContent() - Method in class org.dom4j.tree.AbstractNode
 
hasFeature(String, String) - Method in class org.dom4j.dom.DOMDocumentFactory
 
hashCode - Variable in class org.dom4j.Namespace
A cached version of the hashcode for efficiency
hashCode - Variable in class org.dom4j.QName
A cached version of the hashcode for efficiency
hashCode() - Method in class org.dom4j.Namespace
DOCUMENT ME!
hashCode() - Method in class org.dom4j.QName
DOCUMENT ME!
hashCode() - Method in class org.dom4j.rule.Rule
 
hashCode() - Method in class org.dom4j.tree.DefaultNamespace
 
hasMixedContent() - Method in interface org.dom4j.Element
Returns true if this Element has mixed content.
hasMixedContent() - Method in class org.dom4j.tree.AbstractElement
 
hasNext() - Method in class org.dom4j.io.STAXEventWriter.AttributeIterator
 
hasNext() - Method in class org.dom4j.io.STAXEventWriter.NamespaceIterator
 
hasNext() - Method in class org.dom4j.tree.FilterIterator
Deprecated.
 
hasNext() - Method in class org.dom4j.tree.SingleIterator
 
HTMLWriter - Class in org.dom4j.io
HTMLWriter takes a DOM4J tree and formats it to a stream as HTML.
HTMLWriter() - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter(OutputStream) - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter(OutputStream, OutputFormat) - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter(Writer) - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter(Writer, OutputFormat) - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter(OutputFormat) - Constructor for class org.dom4j.io.HTMLWriter
 
HTMLWriter.FormatState - Class in org.dom4j.io
 

I

ignorableWhitespace(char[], int, int) - Method in class org.dom4j.io.SAXModifyContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
ignoreComments - Variable in class org.dom4j.io.DOMSAXContentHandler
Should we ignore comments
ignoreComments - Variable in class org.dom4j.io.SAXContentHandler
Should we ignore comments
ignoreComments - Variable in class org.dom4j.io.SAXReader
Should we ignore comments
IllegalAddException - Exception in org.dom4j
IllegalAddException is thrown when a node is added incorrectly to an Element
IllegalAddException(String) - Constructor for exception org.dom4j.IllegalAddException
 
IllegalAddException(Branch, Node, String) - Constructor for exception org.dom4j.IllegalAddException
 
IllegalAddException(Element, Node, String) - Constructor for exception org.dom4j.IllegalAddException
 
importNode(Node, boolean) - Method in class org.dom4j.dom.DOMDocument
 
importPrecedence - Variable in class org.dom4j.rule.Rule
Holds value of property importPrecedence.
includeExternalDTDDeclarations - Variable in class org.dom4j.io.SAXContentHandler
Should external DTD declarations be expanded into a List in the DTD
includeExternalDTDDeclarations - Variable in class org.dom4j.io.SAXReader
Should external DTD declarations be expanded into a List in the DTD
includeInternalDTDDeclarations - Variable in class org.dom4j.io.SAXContentHandler
Should internal DTD declarations be expanded into a List in the DTD
includeInternalDTDDeclarations - Variable in class org.dom4j.io.SAXReader
Should internal DTD declarations be expanded into a List in the DTD
indent - Variable in class org.dom4j.io.HTMLWriter.FormatState
 
indent - Variable in class org.dom4j.io.OutputFormat
The default indent is no spaces (as original document)
indent() - Method in class org.dom4j.io.XMLWriter
 
indentLevel - Variable in class org.dom4j.io.XMLWriter
The initial number of indentations (so you can print a whole document indented, if you like)
index - Variable in class org.dom4j.bean.BeanAttribute
The index in the Bean attribute list
IndexedDocumentFactory - Class in org.dom4j.util
IndexedDocumentFactory is a factory of XML objects which create indexed Element implementations to allow quicker lookup via name of Element and Attributes though at the expense of more memory used to create the name indexes.
IndexedDocumentFactory() - Constructor for class org.dom4j.util.IndexedDocumentFactory
 
IndexedElement - Class in org.dom4j.util
IndexedElement is an implementation of Elementwhich maintains an index of the attributes and elements it contains to optimise lookups via name.
IndexedElement(String) - Constructor for class org.dom4j.util.IndexedElement
 
IndexedElement(QName) - Constructor for class org.dom4j.util.IndexedElement
 
IndexedElement(QName, int) - Constructor for class org.dom4j.util.IndexedElement
 
indexOf(Object) - Method in class org.dom4j.tree.ContentListFacade
 
indexOf(Node) - Method in interface org.dom4j.Branch
Returns the index of the given node if it is a child node of this branch or -1 if the given node is not a child node.
indexOf(Node) - Method in class org.dom4j.tree.AbstractBranch
 
indexOf(Node) - Method in class org.dom4j.tree.AbstractElement
 
indexOf(Node) - Method in class org.dom4j.tree.DefaultElement
 
inDTD - Variable in class org.dom4j.io.XMLWriter
Is the writer curerntly inside a DTD definition?
init() - Method in class org.dom4j.DocumentFactory
 
init() - Method in class org.dom4j.dom.DOMDocument
 
inputFactory - Variable in class org.dom4j.io.STAXEventReader
A StAX input factory, used to construct streams from IO streams.
inputSource - Variable in class org.dom4j.io.DOMSAXContentHandler
 
inputSource - Variable in class org.dom4j.io.SAXContentHandler
 
insertBefore(Node, Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMAttribute
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMCDATA
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMComment
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMDocument
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMDocumentType
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMElement
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMEntityReference
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMNamespace
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMText
 
insertData(int, String) - Method in class org.dom4j.dom.DOMCDATA
 
insertData(int, String) - Method in class org.dom4j.dom.DOMComment
 
insertData(int, String) - Method in class org.dom4j.dom.DOMText
 
insertData(CharacterData, int, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
insideCDATASection - Variable in class org.dom4j.io.DOMSAXContentHandler
Flag used to indicate that we are inside a CDATA section
insideCDATASection - Variable in class org.dom4j.io.SAXContentHandler
Flag used to indicate that we are inside a CDATA section
insideDTDSection - Variable in class org.dom4j.io.SAXContentHandler
Flag used to indicate that we are inside a DTD section
installLexicalHandler() - Method in class org.dom4j.io.XMLWriter
 
installModifier() - Method in class org.dom4j.jaxb.JAXBModifier
 
installModifyReader() - Method in class org.dom4j.io.SAXModifier
 
installXMLFilter(XMLReader) - Method in class org.dom4j.io.SAXReader
Installs any XMLFilter objects required to allow the SAX event stream to be filtered and preprocessed before it gets to dom4j.
instance() - Method in class org.dom4j.util.PerThreadSingleton
 
instance() - Method in class org.dom4j.util.SimpleSingleton
 
instance() - Method in interface org.dom4j.util.SingletonStrategy
 
intern(QName) - Method in class org.dom4j.DocumentFactory
DOCUMENT ME!
intern(QName) - Method in class org.dom4j.tree.QNameCache
DOCUMENT ME!
INTERNAL_ENTITY_DECL - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
internalBuild(Document) - Method in class org.dom4j.datatype.SchemaParser
 
internalDeclarations - Variable in class org.dom4j.tree.DefaultDocumentType
The internal DTD declarations
internalDTDDeclarations - Variable in class org.dom4j.io.SAXContentHandler
internal DTD declarations
internalDTDsubset - Variable in class org.dom4j.io.SAXContentHandler
Are we in an internal DTD subset?
internalEntityDecl(String, String) - Method in class org.dom4j.io.SAXContentHandler
Report an internal entity declaration.
internalEntityDecl(String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
InternalEntityDecl - Class in org.dom4j.dtd
InternalEntityDecl represents an internal entity declaration in a DTD.
InternalEntityDecl() - Constructor for class org.dom4j.dtd.InternalEntityDecl
 
InternalEntityDecl(String, String) - Constructor for class org.dom4j.dtd.InternalEntityDecl
 
internalGetOmitElementCloseSet() - Method in class org.dom4j.io.HTMLWriter
 
invalidNodeTypeAddException(Node) - Method in class org.dom4j.tree.AbstractBranch
Called when an invalid node has been added.
InvalidSchemaException - Exception in org.dom4j.datatype
InvalidSchemaException is thrown when an invalid XML Schema document is used
InvalidSchemaException(String) - Constructor for exception org.dom4j.datatype.InvalidSchemaException
 
InvalidXPathException - Exception in org.dom4j
InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document
InvalidXPathException(String) - Constructor for exception org.dom4j.InvalidXPathException
 
InvalidXPathException(String, String) - Constructor for exception org.dom4j.InvalidXPathException
 
isDeclareNamespaceAttributes() - Method in class org.dom4j.io.SAXWriter
Should namespace declarations be converted to "xmlns" attributes.
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMAttribute
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMCDATA
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMComment
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMDocument
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMDocumentType
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMElement
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMEntityReference
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMNamespace
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMText
 
isElementContentWhitespace() - Method in class org.dom4j.dom.DOMCDATA
 
isElementContentWhitespace() - Method in class org.dom4j.dom.DOMText
 
isElementSpacePreserved(Element) - Method in class org.dom4j.io.XMLWriter
Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".
isEmpty() - Method in class org.dom4j.tree.ContentListFacade
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMAttribute
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMCDATA
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMComment
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMDocument
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMElement
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMNamespace
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
isEqualNode(Node) - Method in class org.dom4j.dom.DOMText
 
isEscapeText() - Method in class org.dom4j.io.XMLWriter
DOCUMENT ME!
isExpandEmptyElements() - Method in class org.dom4j.io.OutputFormat
 
isExpandEmptyElements() - Method in class org.dom4j.io.XMLWriter
 
isId() - Method in class org.dom4j.dom.DOMAttribute
 
isIgnorableEntity(String) - Method in class org.dom4j.io.SAXContentHandler
a Strategy Method to determine if a given entity name is ignorable
isIgnoreableNamespace(Namespace, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
isIgnoreComments() - Method in class org.dom4j.io.DOMSAXContentHandler
Returns whether we should ignore comments or not.
isIgnoreComments() - Method in class org.dom4j.io.SAXContentHandler
Returns whether we should ignore comments or not.
isIgnoreComments() - Method in class org.dom4j.io.SAXReader
Returns whether we should ignore comments or not.
isIncludeExternalDTDDeclarations() - Method in class org.dom4j.io.SAXContentHandler
DOCUMENT ME!
isIncludeExternalDTDDeclarations() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
isIncludeInternalDTDDeclarations() - Method in class org.dom4j.io.SAXContentHandler
DOCUMENT ME!
isIncludeInternalDTDDeclarations() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
isLeaf() - Method in class org.dom4j.swing.BranchTreeNode
 
isLeaf() - Method in class org.dom4j.swing.LeafTreeNode
 
isMergeAdjacentText() - Method in class org.dom4j.io.DOMSAXContentHandler
Returns whether adjacent text nodes should be merged together.
isMergeAdjacentText() - Method in class org.dom4j.io.SAXContentHandler
Returns whether adjacent text nodes should be merged together.
isMergeAdjacentText() - Method in class org.dom4j.io.SAXReader
Returns whether adjacent text nodes should be merged together.
isNamespaceDeclaration(Namespace) - Method in class org.dom4j.io.DOMWriter
 
isNamespaceDeclaration(Namespace) - Method in class org.dom4j.io.XMLWriter
 
isNewLineAfterDeclaration() - Method in class org.dom4j.io.OutputFormat
DOCUMENT ME!
isNewlines() - Method in class org.dom4j.io.HTMLWriter.FormatState
 
isNewlines() - Method in class org.dom4j.io.OutputFormat
 
isNodeEquals(Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
isNodeSame(Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
isNotation(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
isNotation(String) - Method in class org.dom4j.datatype.DatatypeElement
 
isOmitEncoding() - Method in class org.dom4j.io.OutputFormat
 
isPadText() - Method in class org.dom4j.io.OutputFormat
 
isPreformattedTag(String) - Method in class org.dom4j.io.HTMLWriter
DOCUMENT ME!
isPruneElements() - Method in class org.dom4j.io.SAXModifier
Returns true when xml elements are not kept in memory while parsing.
isPruneElements() - Method in class org.dom4j.io.SAXModifyReader
 
isPruneElements() - Method in class org.dom4j.jaxb.JAXBModifier
Returns true when the modified Documentis not kept in memory.
isPruneElements() - Method in class org.dom4j.jaxb.JAXBReader
When 'true', the DOM4J document will not be kept in memory while parsing.
isReadOnly() - Method in class org.dom4j.datatype.DatatypeAttribute
 
isReadOnly() - Method in interface org.dom4j.Node
isReadOnly returns true if this node is read only and cannot be modified.
isReadOnly() - Method in class org.dom4j.tree.AbstractBranch
 
isReadOnly() - Method in class org.dom4j.tree.AbstractNode
 
isReadOnly() - Method in class org.dom4j.tree.DefaultAttribute
 
isReadOnly() - Method in class org.dom4j.tree.DefaultCDATA
 
isReadOnly() - Method in class org.dom4j.tree.DefaultComment
 
isReadOnly() - Method in class org.dom4j.tree.DefaultEntity
 
isReadOnly() - Method in class org.dom4j.tree.DefaultNamespace
 
isReadOnly() - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
isReadOnly() - Method in class org.dom4j.tree.DefaultText
 
isRootElement() - Method in interface org.dom4j.Element
DOCUMENT ME!
isRootElement() - Method in class org.dom4j.tree.AbstractElement
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMAttribute
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMCDATA
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMComment
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMDocument
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMElement
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMNamespace
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
isSameNode(Node) - Method in class org.dom4j.dom.DOMText
 
isStringEquals(String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
isStringInternEnabled() - Method in class org.dom4j.io.SAXReader
Sets whether String interning is enabled or disabled for element & attribute names and namespace URIs.
isStripWhitespaceText() - Method in class org.dom4j.io.DOMSAXContentHandler
Sets whether whitespace between element start and end tags should be ignored
isStripWhitespaceText() - Method in class org.dom4j.io.SAXContentHandler
Sets whether whitespace between element start and end tags should be ignored
isStripWhitespaceText() - Method in class org.dom4j.io.SAXReader
Sets whether whitespace between element start and end tags should be ignored
isSupported(String, String) - Method in class org.dom4j.dom.DOMAttribute
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMCDATA
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMComment
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMDocument
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMDocumentType
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMElement
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMEntityReference
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMNamespace
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMText
 
isSupported(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
isSuppressDeclaration() - Method in class org.dom4j.io.OutputFormat
DOCUMENT ME!
isTextOnly() - Method in interface org.dom4j.Element
Returns true if this Element has text only content.
isTextOnly() - Method in class org.dom4j.tree.AbstractElement
 
isTrimText() - Method in class org.dom4j.io.HTMLWriter.FormatState
 
isTrimText() - Method in class org.dom4j.io.OutputFormat
 
isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeElement
 
isValidating() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
isVerboseErrorReporting() - Static method in class org.dom4j.io.SAXHelper
 
isXHTML() - Method in class org.dom4j.io.OutputFormat
Whether or not to use the XHTML standard: like HTML but passes an XML parser with real, closed tags.
item(int) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
item(int) - Method in class org.dom4j.dom.DOMNodeHelper.EmptyNodeList
 
iter - Variable in class org.dom4j.io.STAXEventWriter.AttributeIterator
The underlying DOm4J attribute iterator.
iter - Variable in class org.dom4j.io.STAXEventWriter.NamespaceIterator
 

J

jaxbContext - Variable in class org.dom4j.jaxb.JAXBSupport
 
JAXBElementModifier(JAXBModifier, JAXBObjectModifier) - Constructor for class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
 
jaxbModifier - Variable in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
 
JAXBModifier - Class in org.dom4j.jaxb
Reads an XML document using SAX and writes its content to the provided XMLWriter.
JAXBModifier(String) - Constructor for class org.dom4j.jaxb.JAXBModifier
Creates a new JAXBModifier for the given JAXB context path.
JAXBModifier(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBModifier
Creates a new JAXBModifier for the given JAXB context path, using the given ClassLoader.
JAXBModifier(String, ClassLoader, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBModifier
Creates a new JAXBModifier for the given JAXB context path, using the specified ClassLoader.
JAXBModifier(String, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBModifier
Creates a new JAXBModifier for the given JAXB context path.
JAXBModifier.JAXBElementModifier - Class in org.dom4j.jaxb
 
JAXBObjectHandler - Interface in org.dom4j.jaxb
JAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.
JAXBObjectModifier - Interface in org.dom4j.jaxb
JAXBObjectHandler implementations can be registered with the JAXBModifier in order to change unmarshalled XML fragments.
jaxbReader - Variable in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
 
JAXBReader - Class in org.dom4j.jaxb
Reads an XML document and creates a DOM4J tree from SAX parsing events.
JAXBReader(String) - Constructor for class org.dom4j.jaxb.JAXBReader
Creates a new JAXBReader for the given JAXB context path.
JAXBReader(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBReader
Creates a new JAXBReader for the given JAXB context path, using the specified ClassLoader.
JAXBReader.PruningElementHandler - Class in org.dom4j.jaxb
 
JAXBReader.UnmarshalElementHandler - Class in org.dom4j.jaxb
 
JAXBRuntimeException - Exception in org.dom4j.jaxb
Exception internally thrown by the JAXBReader classes.
JAXBRuntimeException(Throwable) - Constructor for exception org.dom4j.jaxb.JAXBRuntimeException
DOCUMENT ME!
JAXBSupport - Class in org.dom4j.jaxb
DOCUMENT ME!
JAXBSupport(String) - Constructor for class org.dom4j.jaxb.JAXBSupport
 
JAXBSupport(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBSupport
 
JAXBWriter - Class in org.dom4j.jaxb
Writes Elementobjects to an XML stream.
JAXBWriter(String) - Constructor for class org.dom4j.jaxb.JAXBWriter
Creates a new JAXBWriter for the given JAXB context path.
JAXBWriter(String, ClassLoader) - Constructor for class org.dom4j.jaxb.JAXBWriter
Creates a new JAXBWriter for the given JAXB context path, using the specified ClassLoader.
JAXBWriter(String, ClassLoader, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBWriter
Creates a new JAXBWriter for the given JAXB context path, using the specified ClassLoader.
JAXBWriter(String, OutputFormat) - Constructor for class org.dom4j.jaxb.JAXBWriter
Creates a new JAXBWriter for the given JAXB context path.
JAXPHelper - Class in org.dom4j.io
JAXPHelper contains some helper methods for working with JAXP.
JAXPHelper() - Constructor for class org.dom4j.io.JAXPHelper
 
justSpaces(String) - Method in class org.dom4j.io.HTMLWriter
 

L

lastChar - Variable in class org.dom4j.io.XMLWriter
 
lastElementClosed - Variable in class org.dom4j.io.XMLWriter
Stores if the last written element node was a closing tag or an opening tag.
lastElementIndex - Variable in class org.dom4j.io.ElementStack
index of the item at the top of the stack or -1 if the stack is empty
lastIndexOf(Object) - Method in class org.dom4j.tree.ContentListFacade
 
lastOutputNodeType - Variable in class org.dom4j.io.XMLWriter
Stores the last type of node written so algorithms can refer to the previous node type
lastText - Variable in class org.dom4j.io.HTMLWriter
 
lazyInitNewLinesAfterNTags() - Method in class org.dom4j.io.HTMLWriter
 
LeafTreeNode - Class in org.dom4j.swing
LeafTreeNode implements the Swing TreeNode interface to bind a leaf XML nodes to a Swing TreeModel.
LeafTreeNode() - Constructor for class org.dom4j.swing.LeafTreeNode
 
LeafTreeNode(TreeNode, Node) - Constructor for class org.dom4j.swing.LeafTreeNode
 
LeafTreeNode(Node) - Constructor for class org.dom4j.swing.LeafTreeNode
 
LEXICAL_HANDLER_NAMES - Static variable in class org.dom4j.io.SAXWriter
 
LEXICAL_HANDLER_NAMES - Static variable in class org.dom4j.io.XMLWriter
 
lexicalHandler - Variable in class org.dom4j.io.SAXWriter
LexicalHandler fired on Entity and CDATA sections
lexicalHandler - Variable in class org.dom4j.io.XMLWriter
Lexical handler we should delegate to
lineSeparator - Static variable in class org.dom4j.io.HTMLWriter
 
lineSeparator - Variable in class org.dom4j.io.OutputFormat
New line separator
load(Document) - Static method in class org.dom4j.swing.XMLTableDefinition
Loads an XML table definition from an XML definition document
load(Element) - Static method in class org.dom4j.swing.XMLTableDefinition
Loads an XML table definition from an XML definition document
loadOmitElementCloseSet(Set<String>) - Method in class org.dom4j.io.HTMLWriter
 
loadSchema(Document) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
Loads the given XML Schema document into this factory so schema-aware Document, Elements and Attributes will be created by this factory.
loadSchema(Document, String) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
 
loadSchema(Document, String, Namespace) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
 
loadSchema(Document, Namespace) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
 
loadXSDatatypeFromSimpleType(Element) - Method in class org.dom4j.datatype.SchemaParser
Loads a XSDatatype object from a <simpleType> attribute schema element
locator - Variable in class org.dom4j.io.DOMSAXContentHandler
the Locator
locator - Variable in class org.dom4j.io.SAXContentHandler
the Locator
loggedWarning - Static variable in class org.dom4j.io.DOMWriter
 
loggedWarning - Static variable in class org.dom4j.io.SAXHelper
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMAttribute
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMCDATA
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMComment
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMDocument
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMDocumentType
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMElement
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMEntityReference
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMNamespace
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
lookupNamespaceURI(String) - Method in class org.dom4j.dom.DOMText
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMAttribute
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMCDATA
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMComment
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMDocument
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMDocumentType
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMElement
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMEntityReference
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMNamespace
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
lookupPrefix(String) - Method in class org.dom4j.dom.DOMText
 

M

makeElement(Branch, String) - Static method in class org.dom4j.DocumentHelper
makeElement
marshal(Element) - Method in class org.dom4j.jaxb.JAXBSupport
Marshals the given Elementin to its DOM4J counterpart.
marshaller - Variable in class org.dom4j.jaxb.JAXBSupport
 
matches(String) - Method in interface org.dom4j.Node
matches returns true if evaluating the given XPath expression on this node returns a non-empty node set containing this node.
matches(String) - Method in class org.dom4j.tree.AbstractNode
 
matches(Node) - Method in interface org.dom4j.NodeFilter
matches returns true if the given node matches the filter condition.
matches(Node) - Method in class org.dom4j.rule.pattern.DefaultPattern
 
matches(Node) - Method in interface org.dom4j.rule.Pattern
DOCUMENT ME!
matches(Node) - Method in class org.dom4j.rule.pattern.NodeTypePattern
 
matches(Node) - Method in class org.dom4j.rule.Rule
DOCUMENT ME!
matches(Node) - Method in class org.dom4j.tree.ElementIterator
Deprecated.
DOCUMENT ME!
matches(Node) - Method in class org.dom4j.tree.ElementNameIterator
Deprecated.
DOCUMENT ME!
matches(Node) - Method in class org.dom4j.tree.ElementQNameIterator
Deprecated.
DOCUMENT ME!
matches(Node) - Method in class org.dom4j.xpath.DefaultXPath
 
matches(Node) - Method in interface org.dom4j.XPath
matches returns true if the given node matches the XPath expression.
matches(Node) - Method in class org.dom4j.xpath.XPathPattern
 
matches(T) - Method in class org.dom4j.tree.FilterIterator
Deprecated.
Filter method to perform some matching on the given element.
matchingElementIndex - Variable in class org.dom4j.io.PruningElementStack
The level at which a path match can occur.
MAX_NODE_TYPE - Static variable in interface org.dom4j.Node
The maximum number of node types for sizing purposes
maximumAllowedCharacter - Variable in class org.dom4j.io.XMLWriter
what is the maximum allowed character code such as 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit) or -1 to not escape any characters (other than the special XML characters like < > &)
mergeAdjacentText - Variable in class org.dom4j.io.DOMSAXContentHandler
Whether adjacent text nodes should be merged
mergeAdjacentText - Variable in class org.dom4j.io.SAXContentHandler
Whether adjacent text nodes should be merged
mergeAdjacentText - Variable in class org.dom4j.io.SAXReader
Whether adjacent text nodes should be merged
mode - Variable in class org.dom4j.rule.Rule
Holds value of property mode.
Mode - Class in org.dom4j.rule
Mode manages a number of RuleSet instances for the mode in a stylesheet.
Mode() - Constructor for class org.dom4j.rule.Mode
 
model - Variable in class org.dom4j.dtd.ElementDecl
Holds value of property model.
modeName - Variable in class org.dom4j.rule.Stylesheet
Holds value of property mode.
modes - Variable in class org.dom4j.rule.RuleManager
Map of modes indexed by mode
modifiedElement - Variable in class org.dom4j.io.SAXModifyElementHandler
 
modifier - Variable in class org.dom4j.jaxb.JAXBModifier
 
modifiers - Variable in class org.dom4j.io.SAXModifier
 
modifiers - Variable in class org.dom4j.jaxb.JAXBModifier
 
modify(File) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given Fileand writes it to the specified XMLWriterusing SAX.
modify(File) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified Filewith SAX
modify(File, Charset) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified Filewith SAX, using the given Charset.
modify(InputStream) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given InputStreamand writes it to the specified XMLWriterusing SAX.
modify(InputStream) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified InputStreamwith SAX.
modify(InputStream, String) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given InputStreamand writes it to the specified XMLWriterusing SAX.
modify(InputStream, String) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified InputStreamwith SAX.
modify(Reader) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given Readerand writes it to the specified XMLWriterusing SAX.
modify(Reader) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified Readerwith SAX.
modify(Reader, String) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given Readerand writes it to the specified XMLWriterusing SAX.
modify(Reader, String) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified Readerwith SAX.
modify(String) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given URL or filename and writes it to the specified XMLWriterusing SAX.
modify(String) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the the given URL or filename.
modify(URL) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given URLand writes it to the specified XMLWriterusing SAX.
modify(URL) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the the given URL.
modify(InputSource) - Method in class org.dom4j.io.SAXModifier
Reads a Document from the given InputSourceand writes it to the specified XMLWriterusing SAX.
modify(InputSource) - Method in class org.dom4j.jaxb.JAXBModifier
Parses the specified InputSourcewith SAX.
modifyElement(Element) - Method in interface org.dom4j.io.ElementModifier
Called by an event based processor when an elements closing tag is encountered.
modifyElement(Element) - Method in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
 
modifyObject(Element) - Method in interface org.dom4j.jaxb.JAXBObjectModifier
Called when the JAXBModifierhas finished parsing the xml path the handler was registered for.
modifyReader - Variable in class org.dom4j.io.SAXModifier
 

N

name - Variable in class org.dom4j.dtd.ElementDecl
Holds value of property name.
name - Variable in class org.dom4j.dtd.ExternalEntityDecl
Holds value of property name.
name - Variable in class org.dom4j.dtd.InternalEntityDecl
Holds value of property name.
name - Variable in class org.dom4j.QName
The local name of the element or attribute
name - Variable in class org.dom4j.swing.XMLTableColumnDefinition
Holds value of property name.
name - Variable in class org.dom4j.tree.DefaultDocument
The name of the document
name - Variable in class org.dom4j.tree.ElementNameIterator
Deprecated.
 
name - Variable in class org.dom4j.tree.FlyweightEntity
The name of the Entity
namedTypeResolver - Variable in class org.dom4j.datatype.SchemaParser
NamedTypeResolver
NamedTypeResolver - Class in org.dom4j.datatype
NamedTypeResolver resolves named types for a given QName.
NamedTypeResolver(DocumentFactory) - Constructor for class org.dom4j.datatype.NamedTypeResolver
 
nameMap - Variable in class org.dom4j.bean.BeanMetaData
Index of names and QNames to indices Keys are type of QName and String
namespace - Variable in class org.dom4j.QName
The Namespace of this element or attribute
Namespace - Class in org.dom4j
Namespace is a Flyweight Namespace that can be shared amongst nodes.
Namespace(String, String) - Constructor for class org.dom4j.Namespace
DOCUMENT ME!
NAMESPACE_NODE - Static variable in interface org.dom4j.Node
Matchs a Namespace Node - NOTE this differs from DOM
namespaceCache - Variable in class org.dom4j.tree.QNameCache
Cache of Mapinstances indexed by namespace which contain caches of QNamefor each name
NamespaceCache - Class in org.dom4j.tree
NamespaceCache caches instances of DefaultNamespace for reuse both across documents and within documents.
NamespaceCache() - Constructor for class org.dom4j.tree.NamespaceCache
 
namespaceCacheList - Variable in class org.dom4j.tree.NamespaceStack
The cache of qualifiedNames to QNames per namespace context
namespaceContext - Variable in class org.dom4j.xpath.DefaultXPath
 
NamespaceIterator(Iterator<Namespace>) - Constructor for class org.dom4j.io.STAXEventWriter.NamespaceIterator
 
namespacesMap - Variable in class org.dom4j.io.XMLWriter
The namespaces used for the current element when consuming SAX events
namespaceStack - Variable in class org.dom4j.io.DOMReader
stack of Namespace and QName objects
namespaceStack - Variable in class org.dom4j.io.DOMSAXContentHandler
stack of Namespace and QName objects
namespaceStack - Variable in class org.dom4j.io.DOMWriter
stack of Namespace objects
namespaceStack - Variable in class org.dom4j.io.SAXContentHandler
stack of Namespace and QName objects
namespaceStack - Variable in class org.dom4j.io.XMLWriter
The Stack of namespaceStack written so far
namespaceStack - Variable in class org.dom4j.tree.NamespaceStack
The Stack of namespaces
NamespaceStack - Class in org.dom4j.tree
NamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are in scope.
NamespaceStack() - Constructor for class org.dom4j.tree.NamespaceStack
 
NamespaceStack(DocumentFactory) - Constructor for class org.dom4j.tree.NamespaceStack
 
nestedException - Variable in exception org.dom4j.DocumentException
A wrapped Throwable
newLineAfterDeclaration - Variable in class org.dom4j.io.OutputFormat
Whether or not to print new line after the XML declaration - default is true
newLineAfterNTags - Variable in class org.dom4j.io.HTMLWriter
 
newLineAfterNTags - Variable in class org.dom4j.io.OutputFormat
Controls when to output a line.separtor every so many tags in case of no lines and total text trimming.
newlines - Variable in class org.dom4j.io.HTMLWriter.FormatState
 
newlines - Variable in class org.dom4j.io.OutputFormat
The default new line flag, set to do new lines only as in original document
next - Variable in class org.dom4j.tree.FilterIterator
Deprecated.
 
next() - Method in class org.dom4j.io.STAXEventWriter.AttributeIterator
 
next() - Method in class org.dom4j.io.STAXEventWriter.NamespaceIterator
 
next() - Method in class org.dom4j.tree.FilterIterator
Deprecated.
 
next() - Method in class org.dom4j.tree.SingleIterator
 
NO_NAMESPACE - Static variable in class org.dom4j.Namespace
No Namespace present
node(int) - Method in interface org.dom4j.Branch
Returns the Node at the specified index position.
node(int) - Method in class org.dom4j.tree.AbstractBranch
 
node(int) - Method in class org.dom4j.tree.AbstractElement
 
node(int) - Method in class org.dom4j.tree.DefaultElement
 
Node - Interface in org.dom4j
Node defines the polymorphic behavior for all XML nodes in a dom4j tree.
NODE_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
NODE_TYPE_NAMES - Static variable in class org.dom4j.tree.AbstractNode
 
NodeComparator - Class in org.dom4j.util
NodeComparator is a Comparatorof Node instances which is capable of comparing Nodes for equality based on their values.
NodeComparator() - Constructor for class org.dom4j.util.NodeComparator
 
nodeCount() - Method in interface org.dom4j.Branch
Returns the number of Node instances that this branch contains.
nodeCount() - Method in class org.dom4j.tree.AbstractBranch
 
nodeCount() - Method in class org.dom4j.tree.AbstractElement
 
nodeCount() - Method in class org.dom4j.tree.DefaultElement
 
NodeFilter - Interface in org.dom4j
NodeFilter defines the behavior for a filter or predicate which acts on a DOM4J Node.
nodeIterator() - Method in interface org.dom4j.Branch
Returns an iterator through the content nodes of this branch
nodeIterator() - Method in class org.dom4j.tree.AbstractBranch
 
nodeIterator() - Method in class org.dom4j.tree.AbstractElement
 
nodeIterator() - Method in class org.dom4j.tree.DefaultElement
 
nodeType - Variable in class org.dom4j.rule.pattern.NodeTypePattern
 
NodeTypePattern - Class in org.dom4j.rule.pattern
NodeTypePattern implements a Pattern which matches any node of the given node type.
NodeTypePattern(short) - Constructor for class org.dom4j.rule.pattern.NodeTypePattern
 
noNamespaceCache - Variable in class org.dom4j.tree.QNameCache
Cache of QNameinstances with no namespace
NONE - Static variable in interface org.dom4j.rule.Pattern
Matches no nodes
NonLazyDocumentFactory - Class in org.dom4j.util
NonLazyDocumentFactory is a factory of XML objects which avoid using the lazy creation pattern.
NonLazyDocumentFactory() - Constructor for class org.dom4j.util.NonLazyDocumentFactory
 
NonLazyElement - Class in org.dom4j.util
NonLazyElement is the default DOM4J default implementation of an XML element.
NonLazyElement(String) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(String, Namespace) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(QName) - Constructor for class org.dom4j.util.NonLazyElement
 
NonLazyElement(QName, int) - Constructor for class org.dom4j.util.NonLazyElement
 
noPrefixCache - Static variable in class org.dom4j.tree.NamespaceCache
Cache of Namespaceinstances indexed by URI for default namespaces with no prefixes
normalize() - Method in interface org.dom4j.Branch
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize() - Method in class org.dom4j.dom.DOMAttribute
 
normalize() - Method in class org.dom4j.dom.DOMCDATA
 
normalize() - Method in class org.dom4j.dom.DOMComment
 
normalize() - Method in class org.dom4j.dom.DOMDocumentType
 
normalize() - Method in class org.dom4j.dom.DOMEntityReference
 
normalize() - Method in class org.dom4j.dom.DOMNamespace
 
normalize() - Method in class org.dom4j.dom.DOMProcessingInstruction
 
normalize() - Method in class org.dom4j.dom.DOMText
 
normalize() - Method in class org.dom4j.tree.AbstractDocument
 
normalize() - Method in class org.dom4j.tree.AbstractElement
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
normalizeDocument() - Method in class org.dom4j.dom.DOMDocument
 
notationDecl(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
notationDecl(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
notSupported() - Static method in class org.dom4j.dom.DOMNodeHelper
Called when a method has not been implemented yet
NULL - Static variable in class org.dom4j.io.SAXEventRecorder
 
NULL_ARGS - Static variable in class org.dom4j.bean.BeanMetaData
Empty arguments for reflection calls
NullAction - Class in org.dom4j.rule
NullAction represents an empty action that does nothing.
NullAction() - Constructor for class org.dom4j.rule.NullAction
 
NUMBER_OF_TYPES - Static variable in interface org.dom4j.rule.Pattern
Count of the number of node types
NUMBER_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
numberValueOf(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
numberValueOf(Object) - Method in interface org.dom4j.XPath
numberValueOf evaluates an XPath expression and returns the numeric value of the XPath expression if the XPath expression results is a number, or null if the result is not a number.
numberValueOf(String) - Method in interface org.dom4j.Node
numberValueOf evaluates an XPath expression and returns the numeric value of the XPath expression if the XPath expression results in a number, or null if the result is not a number.
numberValueOf(String) - Method in class org.dom4j.tree.AbstractNode
 

O

object - Variable in class org.dom4j.tree.SingleIterator
 
OBJECT - Static variable in class org.dom4j.io.SAXEventRecorder
 
OBJECT_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
objectModifier - Variable in class org.dom4j.jaxb.JAXBModifier.JAXBElementModifier
 
omitElementClose(String) - Method in class org.dom4j.io.HTMLWriter
 
omitElementCloseSet - Variable in class org.dom4j.io.HTMLWriter
Used to store the qualified element names which should have no close element tag
omitEncoding - Variable in class org.dom4j.io.OutputFormat
Whether or not to output the encoding in the XML declaration - default is false
onChildElements(Element, DatatypeElementFactory) - Method in class org.dom4j.datatype.SchemaParser
 
onDatatypeAttribute(Element, DatatypeElementFactory, Element) - Method in class org.dom4j.datatype.SchemaParser
processes an XML Schema <attribute> tag
onDatatypeElement(Element, DocumentFactory) - Method in class org.dom4j.datatype.SchemaParser
processes an XML Schema <element> tag
onEnd(ElementPath) - Method in interface org.dom4j.ElementHandler
Called by an event based processor when an elements closing tag is encountered.
onEnd(ElementPath) - Method in class org.dom4j.io.DispatchHandler
 
onEnd(ElementPath) - Method in class org.dom4j.io.PruningDispatchHandler
 
onEnd(ElementPath) - Method in class org.dom4j.io.SAXModifyElementHandler
 
onEnd(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.PruningElementHandler
 
onEnd(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
 
onNamedSchemaComplexType(Element) - Method in class org.dom4j.datatype.SchemaParser
processes an named XML Schema <complexTypegt; tag
onNamedSchemaSimpleType(Element) - Method in class org.dom4j.datatype.SchemaParser
processes an named XML Schema <simpleTypegt; tag
onSchemaComplexType(Element, DatatypeElementFactory) - Method in class org.dom4j.datatype.SchemaParser
processes an XML Schema <complexTypegt; tag
onSchemaError(String) - Method in class org.dom4j.datatype.SchemaParser
Called when there is a problem with the schema and the builder cannot handle the XML Schema Data Types correctly
onStart(ElementPath) - Method in interface org.dom4j.ElementHandler
Called by an event based processor when an elements openning tag is encountered.
onStart(ElementPath) - Method in class org.dom4j.io.DispatchHandler
 
onStart(ElementPath) - Method in class org.dom4j.io.SAXModifyElementHandler
 
onStart(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.PruningElementHandler
 
onStart(ElementPath) - Method in class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
 
org.dom4j - package org.dom4j
Defines the XML Document Object Model in Java interfaces together with some helper classes.
org.dom4j.bean - package org.dom4j.bean
An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.
org.dom4j.datatype - package org.dom4j.datatype
An implementation of the dom4j API which supports the XML Schema Data Types specification.
org.dom4j.dom - package org.dom4j.dom
An implementation of the dom4j API which also supports the W3C object model.
org.dom4j.dtd - package org.dom4j.dtd
Classes to represent the DTD declarations.
org.dom4j.io - package org.dom4j.io
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
org.dom4j.jaxb - package org.dom4j.jaxb
 
org.dom4j.rule - package org.dom4j.rule
A Pattern based XML rule engine which implements the full XSLT processing model while allowing any Action to be fired if a pattern matches.
org.dom4j.rule.pattern - package org.dom4j.rule.pattern
 
org.dom4j.swing - package org.dom4j.swing
A collection of adapters to allow easy integration with dom4j XML documents and Swing such as TreeModels and TableModels.
org.dom4j.tree - package org.dom4j.tree
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
org.dom4j.util - package org.dom4j.util
A collection of utility classes for the dom4j API.
org.dom4j.xpath - package org.dom4j.xpath
Provides the core tools needed to use the XPath library
outputFactory - Variable in class org.dom4j.io.STAXEventWriter
 
outputFormat - Variable in class org.dom4j.jaxb.JAXBModifier
 
outputFormat - Variable in class org.dom4j.jaxb.JAXBWriter
 
OutputFormat - Class in org.dom4j.io
OutputFormat represents the format configuration used by XMLWriterand its base classes to format the XML output
OutputFormat() - Constructor for class org.dom4j.io.OutputFormat
Creates an OutputFormat with no additional whitespace (indent or new lines) added.
OutputFormat(String) - Constructor for class org.dom4j.io.OutputFormat
Creates an OutputFormat with the given indent added but no new lines added.
OutputFormat(String, boolean) - Constructor for class org.dom4j.io.OutputFormat
Creates an OutputFormat with the given indent added with optional newlines between the Elements.
OutputFormat(String, boolean, String) - Constructor for class org.dom4j.io.OutputFormat
Creates an OutputFormat with the given indent added with optional newlines between the Elements and the given encoding format.

P

PAD_TEXT - Static variable in class org.dom4j.io.XMLWriter
 
padText - Variable in class org.dom4j.io.OutputFormat
pad string-element boundaries with whitespace
parent - Variable in class org.dom4j.bean.BeanAttributeList
The BeanElement that this
parent - Variable in class org.dom4j.datatype.DatatypeAttribute
The parent Element of the Attribute
parent - Variable in class org.dom4j.swing.LeafTreeNode
The parent node of this TreeNode
parent - Variable in class org.dom4j.tree.DefaultAttribute
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultCDATA
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultComment
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultEntity
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultNamespace
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultProcessingInstruction
The parent of this node
parent - Variable in class org.dom4j.tree.DefaultText
The parent of this node
parentBranch - Variable in class org.dom4j.tree.BaseElement
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.
parentBranch - Variable in class org.dom4j.tree.DefaultElement
Stores the parent branch of this node which is either a Document if this element is the root element in a document, or another Element if it is a child of the root document, or null if it has not been added to a document yet.
parms - Variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
parse(String) - Method in class org.dom4j.io.SAXWriter
This method is not supported.
parse(String) - Static method in class org.dom4j.xpath.DefaultXPath
 
parse(InputSource) - Method in class org.dom4j.io.SAXWriter
Parses an XML document.
parse(InputSource) - Method in class org.dom4j.io.XMLWriter
 
parseDocument() - Method in class org.dom4j.io.XPP3Reader
 
parseOptions(String[], int) - Method in class org.dom4j.io.OutputFormat
Parses command line arguments of the form -omitEncoding -indentSize 3 -newlines -trimText
parseText(String) - Static method in class org.dom4j.DocumentHelper
parseText parses the given text as an XML document and returns the newly created Document.
parseType(String) - Static method in class org.dom4j.swing.XMLTableColumnDefinition
 
parseValues(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
Parses the raw data of PI as a Map.
path - Variable in class org.dom4j.io.DispatchHandler
The current path in the XML tree (i.e.
path - Variable in class org.dom4j.io.PruningElementStack
the element name path which denotes the node to remove from its parent when it is complete (i.e.
pathMatches(Element, Element) - Method in class org.dom4j.io.PruningElementStack
 
pathStack - Variable in class org.dom4j.io.DispatchHandler
maintains a stack of previously encountered paths
pattern - Variable in class org.dom4j.rule.Rule
Holds value of property pattern.
pattern - Variable in class org.dom4j.xpath.XPathPattern
 
Pattern - Interface in org.dom4j.rule
Pattern defines the behaviour for pattern in the XSLT processing model.
peekElement() - Method in class org.dom4j.io.ElementStack
Peeks at the top element on the stack without changing the contents of the stack.
perThreadCache - Variable in class org.dom4j.util.PerThreadSingleton
 
PerThreadSingleton<T> - Class in org.dom4j.util
PerThreadSingleton is an implementation of the SingletonStrategy used to provide common factory access to a single object instance based on an implementation strategy for one object instance per thread.
PerThreadSingleton() - Constructor for class org.dom4j.util.PerThreadSingleton
 
pop() - Method in class org.dom4j.tree.NamespaceStack
Pops the most recently used Namespace from the stack
pop(String) - Method in class org.dom4j.tree.NamespaceStack
Pops a namepace from the stack with the given prefix and URI
popElement() - Method in class org.dom4j.io.ElementStack
Pops the element off the stack
popElement() - Method in class org.dom4j.io.PruningElementStack
 
prefix - Variable in class org.dom4j.Namespace
The prefix mapped to this namespace
prefixMappings - Variable in class org.dom4j.io.SAXEventRecorder
 
preformattedTags - Variable in class org.dom4j.io.HTMLWriter
 
preserve - Variable in class org.dom4j.io.XMLWriter
Stores the xml:space attribute value of preserve for whitespace flag
prettyPrintHTML(String) - Static method in class org.dom4j.io.HTMLWriter
Convenience method to just get a String result.
prettyPrintHTML(String, boolean, boolean, boolean, boolean) - Static method in class org.dom4j.io.HTMLWriter
DOCUMENT ME!
prettyPrintXHTML(String) - Static method in class org.dom4j.io.HTMLWriter
Convenience method to just get a String result, but As XHTML .
println() - Method in class org.dom4j.io.XMLWriter
Writes the new line text to the underlying Writer
printStackTrace() - Method in exception org.dom4j.DocumentException
 
printStackTrace(PrintStream) - Method in exception org.dom4j.DocumentException
 
printStackTrace(PrintWriter) - Method in exception org.dom4j.DocumentException
 
priority - Variable in class org.dom4j.rule.Rule
Holds value of property priority.
PROCESSING_INSTRUCTION - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.dom4j.Node
Matches ProcessingInstruction
processingInstruction(String) - Method in interface org.dom4j.Branch
DOCUMENT ME!
processingInstruction(String) - Method in class org.dom4j.tree.AbstractElement
 
processingInstruction(String) - Method in class org.dom4j.tree.DefaultDocument
 
processingInstruction(String) - Method in class org.dom4j.tree.DefaultElement
 
processingInstruction(String, String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
processingInstruction(String, String) - Method in class org.dom4j.io.SAXContentHandler
 
processingInstruction(String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
processingInstruction(String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
processingInstruction(String, String) - Method in class org.dom4j.io.XMLWriter
 
ProcessingInstruction - Interface in org.dom4j
ProcessingInstruction defines an XML processing instruction.
processingInstructions() - Method in interface org.dom4j.Branch
Returns a list of all the processing instructions in this branch.
processingInstructions() - Method in class org.dom4j.tree.AbstractElement
 
processingInstructions() - Method in class org.dom4j.tree.DefaultDocument
 
processingInstructions() - Method in class org.dom4j.tree.DefaultElement
 
processingInstructions(String) - Method in interface org.dom4j.Branch
Returns a list of the processing instructions for the given target.
processingInstructions(String) - Method in class org.dom4j.tree.AbstractElement
 
processingInstructions(String) - Method in class org.dom4j.tree.DefaultDocument
 
processingInstructions(String) - Method in class org.dom4j.tree.DefaultElement
 
properties - Variable in class org.dom4j.io.SAXWriter
Stores the properties
propertyDescriptors - Variable in class org.dom4j.bean.BeanMetaData
Property descriptors for the bean
proxy - Variable in class org.dom4j.tree.FilterIterator
Deprecated.
 
proxy - Variable in class org.dom4j.util.ProxyDocumentFactory
 
ProxyDocumentFactory - Class in org.dom4j.util
ProxyDocumentFactory implements a proxy to a DocumentFactory which is useful for implementation inheritence, allowing the pipelining of various factory implementations.
ProxyDocumentFactory() - Constructor for class org.dom4j.util.ProxyDocumentFactory
 
ProxyDocumentFactory(DocumentFactory) - Constructor for class org.dom4j.util.ProxyDocumentFactory
 
pruneElements - Variable in class org.dom4j.io.SAXModifier
 
pruneElements - Variable in class org.dom4j.io.SAXModifyReader
 
pruneElements - Variable in class org.dom4j.jaxb.JAXBModifier
 
pruneElements - Variable in class org.dom4j.jaxb.JAXBReader
 
PruningDispatchHandler - Class in org.dom4j.io
This extension on the DispatchHandlerprunes the current Element when there are no ElementHandlerobjects active the element.
PruningDispatchHandler() - Constructor for class org.dom4j.io.PruningDispatchHandler
 
PruningElementHandler() - Constructor for class org.dom4j.jaxb.JAXBReader.PruningElementHandler
 
PruningElementStack - Class in org.dom4j.io
PruningElementStack is a stack of Elementinstances which will prune the tree when a path expression is reached.
PruningElementStack(String[], ElementHandler) - Constructor for class org.dom4j.io.PruningElementStack
 
PruningElementStack(String[], ElementHandler, int) - Constructor for class org.dom4j.io.PruningElementStack
 
publicID - Variable in class org.dom4j.dtd.ExternalEntityDecl
Holds value of property publicID.
publicID - Variable in class org.dom4j.tree.DefaultDocumentType
Holds value of property publicID.
push(String, String) - Method in class org.dom4j.tree.NamespaceStack
Adds a namepace to the stack with the given prefix and URI
push(Namespace) - Method in class org.dom4j.tree.NamespaceStack
Pushes the given namespace onto the stack so that its prefix becomes available.
pushElement(Element) - Method in class org.dom4j.io.ElementStack
Pushes a new element onto the stack
pushQName(String, String, Namespace, String) - Method in class org.dom4j.tree.NamespaceStack
Adds the QName to the stack of available QNames

Q

qname - Variable in class org.dom4j.datatype.DatatypeAttribute
The QName for this element
qname - Variable in class org.dom4j.tree.BaseElement
The QName for this element
qname - Variable in class org.dom4j.tree.DefaultElement
The QName for this element
qname - Variable in class org.dom4j.tree.FlyweightAttribute
The QName for this element
qName - Variable in class org.dom4j.tree.ElementQNameIterator
Deprecated.
 
QName - Class in org.dom4j
QName represents a qualified name value of an XML element or attribute.
QName(String) - Constructor for class org.dom4j.QName
 
QName(String, Namespace) - Constructor for class org.dom4j.QName
 
QName(String, Namespace, String) - Constructor for class org.dom4j.QName
 
QNameCache - Class in org.dom4j.tree
QNameCache caches instances of QName for reuse both across documents and within documents.
QNameCache() - Constructor for class org.dom4j.tree.QNameCache
 
QNameCache(DocumentFactory) - Constructor for class org.dom4j.tree.QNameCache
 
qNames - Variable in class org.dom4j.bean.BeanMetaData
QNames for the attributes
qualifiedName - Variable in class org.dom4j.QName
The qualified name of the element or attribute

R

read(char[]) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given array of characters
read(File) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given File
read(File) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given File
read(File) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified File
read(File, Charset) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified File, using the given Charset.
read(InputStream) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given stream using SAX
read(InputStream) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given stream
read(InputStream) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputStream
read(InputStream, String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given stream using SAX
read(InputStream, String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given stream
read(InputStream, String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputStream
read(Reader) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given Reader using SAX
read(Reader) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given Reader
read(Reader) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified Reader
read(Reader, String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given Reader using SAX
read(Reader, String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given Reader
read(Reader, String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified Reader
read(String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given URL or filename using SAX.
read(String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given URL or filename.
read(String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the the given URL or filename.
read(URL) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given URL using SAX
read(URL) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given URL
read(URL) - Method in class org.dom4j.jaxb.JAXBReader
Parses the the given URL.
read(Document) - Method in class org.dom4j.io.DOMReader
 
read(InputSource) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given InputSource using SAX
read(InputSource) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputSource
readAttribute(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Attribute from the provided event stream.
readCharacters(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Text or CDATA section from the provided event stream.
readComment(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Comment from the provided event stream.
readDocument(InputStream) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O stream and reads a DOM4J document from it.
readDocument(InputStream, String) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O stream and reads a DOM4J document from it.
readDocument(Reader) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
readDocument(Reader, String) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
readDocument(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a DOM4J Documentfrom the provided stream.
readElement(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a DOM4J Element from the provided event stream.
readElement(Node, Branch) - Method in class org.dom4j.io.DOMReader
 
readEntityReference(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Entity from the provided event stream.
reader - Variable in class org.dom4j.jaxb.JAXBReader
 
readExternal(ObjectInput) - Method in class org.dom4j.io.SAXEventRecorder
 
readExternal(ObjectInput) - Method in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
readMethods - Variable in class org.dom4j.bean.BeanMetaData
Read methods used for getting properties
readNamespace(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Namespace from the provided event stream.
readNode(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a Nodefrom the event stream.
readObject(ObjectInputStream) - Method in class org.dom4j.DocumentFactory
 
readObject(ObjectInputStream) - Method in class org.dom4j.QName
 
readProcessingInstruction(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J ProcessingInstruction from the provided event stream.
readTree(Node, Branch) - Method in class org.dom4j.io.DOMReader
 
reallocate(int) - Method in class org.dom4j.io.ElementStack
Reallocates the stack to the given size
registerComplexType(QName, DocumentFactory) - Method in class org.dom4j.datatype.NamedTypeResolver
 
registerSimpleType(QName, XSDatatype) - Method in class org.dom4j.datatype.NamedTypeResolver
 
registerTypedElement(Element, QName, DocumentFactory) - Method in class org.dom4j.datatype.NamedTypeResolver
 
remove() - Method in class org.dom4j.io.STAXEventWriter.AttributeIterator
 
remove() - Method in class org.dom4j.io.STAXEventWriter.NamespaceIterator
 
remove() - Method in class org.dom4j.tree.FilterIterator
Deprecated.
Always throws UnsupportedOperationException as this class does look-ahead with its internal iterator.
remove() - Method in class org.dom4j.tree.SingleIterator
 
remove(int) - Method in class org.dom4j.bean.BeanAttributeList
 
remove(int) - Method in class org.dom4j.tree.BackedList
 
remove(int) - Method in class org.dom4j.tree.ContentListFacade
 
remove(int) - Method in class org.dom4j.tree.NamespaceStack
Removes the namespace at the given index of the stack
remove(Object) - Method in class org.dom4j.bean.BeanAttributeList
 
remove(Object) - Method in class org.dom4j.tree.BackedList
 
remove(Object) - Method in class org.dom4j.tree.ContentListFacade
 
remove(Attribute) - Method in interface org.dom4j.Element
Removes the given Attribute from this element.
remove(Attribute) - Method in class org.dom4j.tree.AbstractElement
 
remove(Attribute) - Method in class org.dom4j.tree.DefaultElement
 
remove(CDATA) - Method in interface org.dom4j.Element
Removes the given CDATA if the node is an immediate child of this element.
remove(CDATA) - Method in class org.dom4j.tree.AbstractElement
 
remove(Comment) - Method in interface org.dom4j.Branch
Removes the given Comment if the node is an immediate child of this branch.
remove(Comment) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Comment) - Method in class org.dom4j.tree.AbstractElement
 
remove(Element) - Method in interface org.dom4j.Branch
Removes the given Element if the node is an immediate child of this branch.
remove(Element) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Element) - Method in class org.dom4j.tree.AbstractDocument
 
remove(Element) - Method in class org.dom4j.tree.AbstractElement
 
remove(Entity) - Method in interface org.dom4j.Element
Removes the given Entity if the node is an immediate child of this element.
remove(Entity) - Method in class org.dom4j.tree.AbstractElement
 
remove(Namespace) - Method in interface org.dom4j.Element
Removes the given Namespace if the node is an immediate child of this element.
remove(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
remove(Node) - Method in interface org.dom4j.Branch
Removes the given Node if the node is an immediate child of this branch.
remove(Node) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Node) - Method in class org.dom4j.tree.AbstractElement
 
remove(ProcessingInstruction) - Method in interface org.dom4j.Branch
Removes the given ProcessingInstruction if the node is an immediate child of this branch.
remove(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
 
remove(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
 
remove(Text) - Method in interface org.dom4j.Element
Removes the given Text if the node is an immediate child of this element.
remove(Text) - Method in class org.dom4j.tree.AbstractElement
 
removeAll(Collection<?>) - Method in class org.dom4j.tree.ContentListFacade
 
removeAttribute(String) - Method in class org.dom4j.dom.DOMElement
 
removeAttributeNode(Attr) - Method in class org.dom4j.dom.DOMElement
 
removeAttributeNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
removeChild(Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
removeChild(Node) - Method in class org.dom4j.dom.DOMAttribute
 
removeChild(Node) - Method in class org.dom4j.dom.DOMCDATA
 
removeChild(Node) - Method in class org.dom4j.dom.DOMComment
 
removeChild(Node) - Method in class org.dom4j.dom.DOMDocument
 
removeChild(Node) - Method in class org.dom4j.dom.DOMDocumentType
 
removeChild(Node) - Method in class org.dom4j.dom.DOMElement
 
removeChild(Node) - Method in class org.dom4j.dom.DOMEntityReference
 
removeChild(Node) - Method in class org.dom4j.dom.DOMNamespace
 
removeChild(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
removeChild(Node) - Method in class org.dom4j.dom.DOMText
 
removeColumn(XMLTableColumnDefinition) - Method in class org.dom4j.swing.XMLTableDefinition
 
removeDuplicates(List<Node>, Map<Node, Object>) - Method in class org.dom4j.xpath.DefaultXPath
Removes items from the list which have duplicate values
removeFromAttributeIndex(Object, Attribute) - Method in class org.dom4j.util.IndexedElement
 
removeFromAttributeIndex(Attribute) - Method in class org.dom4j.util.IndexedElement
 
removeFromElementIndex(Object, Element) - Method in class org.dom4j.util.IndexedElement
 
removeFromElementIndex(Element) - Method in class org.dom4j.util.IndexedElement
 
removeFromNameMap(Map<String, RuleSet>, String, Rule) - Method in class org.dom4j.rule.Mode
 
removeHandler(String) - Method in interface org.dom4j.ElementPath
Removes the ElementHandler from the event based processor, for the specified path.
removeHandler(String) - Method in class org.dom4j.io.DispatchHandler
Removes the ElementHandler from the event based processor, for the specified path.
removeHandler(String) - Method in class org.dom4j.io.ElementStack
 
removeHandler(String) - Method in class org.dom4j.io.SAXReader
Removes the ElementHandler from the event based processor, for the specified path.
removeHandler(String) - Method in class org.dom4j.io.XPP3Reader
Removes the ElementHandler from the event based processor, for the specified path.
removeHandler(String) - Method in class org.dom4j.jaxb.JAXBReader
Removes the ElementHandler from the event based processor, for the specified path.
removeModifier(String) - Method in class org.dom4j.io.SAXModifier
Removes the ElementModifierfrom the event based processor, for the specified element path.
removeNamedItem(String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
removeNamedItemNS(String, String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
removeNode(Node) - Method in class org.dom4j.tree.AbstractBranch
 
removeNode(Node) - Method in class org.dom4j.tree.AbstractElement
 
removeNode(Node) - Method in class org.dom4j.tree.DefaultDocument
 
removeNode(Node) - Method in class org.dom4j.tree.DefaultElement
 
removeNode(Node) - Method in class org.dom4j.util.IndexedElement
 
removeObjectHandler(String) - Method in class org.dom4j.jaxb.JAXBReader
Removes the JAXBObjectHandlerfrom the event based processor, for the specified element path.
removeObjectModifier(String) - Method in class org.dom4j.jaxb.JAXBModifier
Removes the JAXBObjectModifierfrom the event based processor, for the specified element path.
removeProcessingInstruction(String) - Method in interface org.dom4j.Branch
Removes the processing instruction for the given target if it exists
removeProcessingInstruction(String) - Method in class org.dom4j.tree.AbstractElement
 
removeProcessingInstruction(String) - Method in class org.dom4j.tree.DefaultDocument
 
removeProcessingInstruction(String) - Method in class org.dom4j.tree.DefaultElement
 
removeRule(Rule) - Method in class org.dom4j.rule.Mode
 
removeRule(Rule) - Method in class org.dom4j.rule.RuleManager
 
removeRule(Rule) - Method in class org.dom4j.rule.RuleSet
 
removeRule(Rule) - Method in class org.dom4j.rule.Stylesheet
Removes the specified rule from this stylesheet.
removeValue(String) - Method in interface org.dom4j.ProcessingInstruction
 
removeValue(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
renameNode(Node, String, String) - Method in class org.dom4j.dom.DOMDocument
 
replaceChild(Node, Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMAttribute
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMCDATA
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMComment
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMDocument
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMDocumentType
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMElement
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMEntityReference
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMNamespace
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMText
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMCDATA
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMComment
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMText
 
replaceData(CharacterData, int, int, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
replaceWholeText(String) - Method in class org.dom4j.dom.DOMCDATA
 
replaceWholeText(String) - Method in class org.dom4j.dom.DOMText
 
replay(ContentHandler) - Method in class org.dom4j.io.SAXEventRecorder
 
reset() - Method in class org.dom4j.util.PerThreadSingleton
 
reset() - Method in class org.dom4j.util.SimpleSingleton
 
reset() - Method in interface org.dom4j.util.SingletonStrategy
reset the instance to a new instance for the implemented strategy
resetHandlers() - Method in class org.dom4j.io.DispatchHandler
Used to remove all the Element Handlers and return things back to the way they were when object was created.
resetHandlers() - Method in class org.dom4j.io.SAXReader
This method clears out all the existing handlers and default handler setting things back as if no handler existed.
resetHandlers() - Method in class org.dom4j.jaxb.JAXBReader
Removes all registered JAXBObjectHandlerand ElementHandler instances from the event based processor.
resetModifiers() - Method in class org.dom4j.io.SAXModifier
Removes all registered ElementModifierinstances from the event based processor.
resetNamespaceStack() - Method in class org.dom4j.io.DOMWriter
 
resetObjectModifiers() - Method in class org.dom4j.jaxb.JAXBModifier
Removes all registered JAXBObjectModifierinstances from the event based processor.
resolveElementTypes() - Method in class org.dom4j.datatype.NamedTypeResolver
 
resolveEntity(String, String) - Method in class org.dom4j.io.SAXReader.SAXEntityResolver
 
resolveEntityRefs - Variable in class org.dom4j.io.XMLWriter
Should entityRefs by resolved when writing ?
resolveEntityRefs() - Method in class org.dom4j.io.XMLWriter
 
resolveNamedTypes() - Method in class org.dom4j.datatype.NamedTypeResolver
 
resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
 
rootElement - Variable in class org.dom4j.tree.DefaultDocument
The root element of this document
rootElementAdded(Element) - Method in class org.dom4j.tree.AbstractDocument
Called to set the root element variable
rootElementAdded(Element) - Method in class org.dom4j.tree.DefaultDocument
 
rootNamespaceCache - Variable in class org.dom4j.tree.NamespaceStack
A cache of mapping from qualifiedName to QName before any namespaces are declared
rows - Variable in class org.dom4j.swing.XMLTableModel
The rows evaluated from the row XPath expression
rowValue - Variable in class org.dom4j.swing.XMLTableDefinition
stores the current row value for the variableContext
rowXPath - Variable in class org.dom4j.swing.XMLTableDefinition
Holds value of property rowXPath.
Rule - Class in org.dom4j.rule
Rule matches against DOM4J Node so that some action can be performed such as in the XSLT processing model.
Rule() - Constructor for class org.dom4j.rule.Rule
 
Rule(Pattern) - Constructor for class org.dom4j.rule.Rule
 
Rule(Pattern, Action) - Constructor for class org.dom4j.rule.Rule
 
Rule(Rule, Pattern) - Constructor for class org.dom4j.rule.Rule
Constructs a new Rule with the same instance data as the given rule but a different pattern.
ruleArray - Variable in class org.dom4j.rule.RuleSet
A lazily evaluated and cached array of rules sorted
ruleManager - Variable in class org.dom4j.rule.Stylesheet
 
RuleManager - Class in org.dom4j.rule
RuleManager manages a set of rules such that a rule can be found for a given DOM4J Node using the XSLT processing model.
RuleManager() - Constructor for class org.dom4j.rule.RuleManager
 
rules - Variable in class org.dom4j.rule.RuleSet
An unordered list of Rule objects
RuleSet - Class in org.dom4j.rule
RuleSet manages a set of rules which are sorted in order of relevance according to the XSLT defined conflict resolution policy.
RuleSet() - Constructor for class org.dom4j.rule.RuleSet
 
ruleSets - Variable in class org.dom4j.rule.Mode
 
run(List<Node>) - Method in class org.dom4j.rule.Stylesheet
 
run(List<Node>, String) - Method in class org.dom4j.rule.Stylesheet
 
run(Node) - Method in interface org.dom4j.rule.Action
 
run(Node) - Method in class org.dom4j.rule.NullAction
 
run(Node) - Method in class org.dom4j.rule.Stylesheet
 
run(Node, String) - Method in class org.dom4j.rule.Stylesheet
 

S

SAX_DECL_HANDLER - Static variable in class org.dom4j.io.SAXReader
 
SAX_LEXICAL_HANDLER - Static variable in class org.dom4j.io.SAXReader
 
SAX_LEXICALHANDLER - Static variable in class org.dom4j.io.SAXReader
 
SAX_NAMESPACE_PREFIXES - Static variable in class org.dom4j.io.SAXReader
 
SAX_NAMESPACES - Static variable in class org.dom4j.io.SAXReader
 
SAX_STRING_INTERNING - Static variable in class org.dom4j.io.SAXReader
 
SAXContentHandler - Class in org.dom4j.io
SAXContentHandler builds a dom4j tree via SAX events.
SAXContentHandler() - Constructor for class org.dom4j.io.SAXContentHandler
 
SAXContentHandler(DocumentFactory) - Constructor for class org.dom4j.io.SAXContentHandler
 
SAXContentHandler(DocumentFactory, ElementHandler) - Constructor for class org.dom4j.io.SAXContentHandler
 
SAXContentHandler(DocumentFactory, ElementHandler, ElementStack) - Constructor for class org.dom4j.io.SAXContentHandler
 
SAXEntityResolver(String) - Constructor for class org.dom4j.io.SAXReader.SAXEntityResolver
 
SAXEvent() - Constructor for class org.dom4j.io.SAXEventRecorder.SAXEvent
 
SAXEvent(byte) - Constructor for class org.dom4j.io.SAXEventRecorder.SAXEvent
 
SAXEventRecorder - Class in org.dom4j.io
Records SAX events such that they may be "replayed" at a later time.
SAXEventRecorder() - Constructor for class org.dom4j.io.SAXEventRecorder
 
SAXEventRecorder.SAXEvent - Class in org.dom4j.io
 
SAXHelper - Class in org.dom4j.io
SAXHelper contains some helper methods for working with SAX and XMLReader objects.
SAXHelper() - Constructor for class org.dom4j.io.SAXHelper
 
SAXModifier - Class in org.dom4j.io
The SAXModifier reads, modifies and writes XML documents using SAX.
SAXModifier() - Constructor for class org.dom4j.io.SAXModifier
Creates a new modifier.
SAXModifier(boolean) - Constructor for class org.dom4j.io.SAXModifier
Creates a new modifier.
SAXModifier(XMLReader) - Constructor for class org.dom4j.io.SAXModifier
Creates a new modifier that will the specified XMLReader to parse the source.
SAXModifier(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXModifier
Creates a new modifier that will the specified XMLReader to parse the source.
SAXModifyContentHandler - Class in org.dom4j.io
This extension of the SAXContentHandler writes SAX events immediately to the provided XMLWriter, unless some org.dom4.ElementHandleris still handling the current Element.
SAXModifyContentHandler() - Constructor for class org.dom4j.io.SAXModifyContentHandler
 
SAXModifyContentHandler(DocumentFactory) - Constructor for class org.dom4j.io.SAXModifyContentHandler
 
SAXModifyContentHandler(DocumentFactory, ElementHandler) - Constructor for class org.dom4j.io.SAXModifyContentHandler
 
SAXModifyContentHandler(DocumentFactory, ElementHandler, ElementStack) - Constructor for class org.dom4j.io.SAXModifyContentHandler
 
SAXModifyElementHandler - Class in org.dom4j.io
This ElementHandleris used to trigger ElementModifier objects in order to modify (parts of) the Document on the fly.
SAXModifyElementHandler(ElementModifier) - Constructor for class org.dom4j.io.SAXModifyElementHandler
 
SAXModifyException - Exception in org.dom4j.io
Exception internally thrown by the SAX Modification classes.
SAXModifyException(Throwable) - Constructor for exception org.dom4j.io.SAXModifyException
DOCUMENT ME!
SAXModifyReader - Class in org.dom4j.io
The SAXModifier parses, updates and writes an XML document.
SAXModifyReader() - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(boolean) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(String) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(String, boolean) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(DocumentFactory) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(DocumentFactory, boolean) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(XMLReader) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXModifyReader(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXModifyReader
 
SAXReader - Class in org.dom4j.io
SAXReader creates a DOM4J tree from SAX parsing events.
SAXReader() - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(String) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(String, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(DocumentFactory) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(DocumentFactory, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(XMLReader) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader(XMLReader, boolean) - Constructor for class org.dom4j.io.SAXReader
 
SAXReader.SAXEntityResolver - Class in org.dom4j.io
 
SAXValidator - Class in org.dom4j.io
SAXValidator validates an XML document by writing the document to a text buffer and parsing it with a validating SAX parser.
SAXValidator() - Constructor for class org.dom4j.io.SAXValidator
 
SAXValidator(XMLReader) - Constructor for class org.dom4j.io.SAXValidator
 
SAXWriter - Class in org.dom4j.io
SAXWriter writes a DOM4J tree to a SAX ContentHandler.
SAXWriter() - Constructor for class org.dom4j.io.SAXWriter
 
SAXWriter(ContentHandler) - Constructor for class org.dom4j.io.SAXWriter
 
SAXWriter(ContentHandler, LexicalHandler) - Constructor for class org.dom4j.io.SAXWriter
 
SAXWriter(ContentHandler, LexicalHandler, EntityResolver) - Constructor for class org.dom4j.io.SAXWriter
 
schemaBuilder - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
The builder of XML Schemas
SchemaParser - Class in org.dom4j.datatype
SchemaParser reads an XML Schema Document.
SchemaParser() - Constructor for class org.dom4j.datatype.SchemaParser
 
SchemaParser(DatatypeDocumentFactory) - Constructor for class org.dom4j.datatype.SchemaParser
 
selectNodes(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
selectNodes(Object) - Method in interface org.dom4j.XPath
selectNodes performs this XPath expression on the given Nodeor Listof Nodes instances appending all the results together into a single list.
selectNodes(Object, XPath) - Method in class org.dom4j.xpath.DefaultXPath
 
selectNodes(Object, XPath) - Method in interface org.dom4j.XPath
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.
selectNodes(Object, XPath, boolean) - Method in class org.dom4j.xpath.DefaultXPath
 
selectNodes(Object, XPath, boolean) - Method in interface org.dom4j.XPath
selectNodes evaluates the XPath expression on the given Nodeor Listof Nodes and returns the result as a List of Node s sorted by the sort XPath expression.
selectNodes(String) - Method in interface org.dom4j.Node
selectNodes evaluates an XPath expression and returns the result as a List of Node instances or String instances depending on the XPath expression.
selectNodes(String) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(String, String) - Method in interface org.dom4j.Node
selectNodes evaluates an XPath expression then sorts the results using a secondary XPath expression Returns a sorted List of Node instances.
selectNodes(String, String) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(String, String, boolean) - Method in interface org.dom4j.Node
selectNodes evaluates an XPath expression then sorts the results using a secondary XPath expression Returns a sorted List of Node instances.
selectNodes(String, String, boolean) - Method in class org.dom4j.tree.AbstractNode
 
selectNodes(String, List<Node>) - Static method in class org.dom4j.DocumentHelper
selectNodes performs the given XPath expression on the Listof Nodeinstances appending all the results together into a single list.
selectNodes(String, Node) - Static method in class org.dom4j.DocumentHelper
selectNodes performs the given XPath expression on the Listof Nodeinstances appending all the results together into a single list.
selectObject(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
selectObject(Object) - Method in interface org.dom4j.XPath
Deprecated.
please use evaluate(Object) instead. WILL BE REMOVED IN dom4j-1.6 !!
selectObject(String) - Method in interface org.dom4j.Node
selectObject evaluates an XPath expression and returns the result as an Object.
selectObject(String) - Method in class org.dom4j.tree.AbstractNode
 
selectSingleNode(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
selectSingleNode(Object) - Method in interface org.dom4j.XPath
selectSingleNode evaluates this XPath expression on the given Nodeor Listof Nodes and returns the result as a single Node instance.
selectSingleNode(String) - Method in interface org.dom4j.Node
selectSingleNode evaluates an XPath expression and returns the result as a single Node instance.
selectSingleNode(String) - Method in class org.dom4j.tree.AbstractNode
 
serialVersionUID - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
serialVersionUID - Static variable in class org.dom4j.io.SAXEventRecorder
 
set(int, BeanAttribute) - Method in class org.dom4j.bean.BeanAttributeList
 
set(int, T) - Method in class org.dom4j.tree.BackedList
 
set(int, T) - Method in class org.dom4j.tree.ContentListFacade
 
setAction(Action) - Method in class org.dom4j.rule.Rule
Setter for property action.
setAppearenceCount(int) - Method in class org.dom4j.rule.Rule
Setter for property appearenceCount.
setAttribute(String, String) - Method in class org.dom4j.dom.DOMElement
 
setAttributeList(List<Attribute>) - Method in class org.dom4j.tree.BaseElement
 
setAttributeList(List<Attribute>) - Method in class org.dom4j.tree.DefaultElement
 
setAttributeName(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property attributeName.
setAttributeNode(Attr) - Method in class org.dom4j.dom.DOMElement
 
setAttributeNodeNS(Attr) - Method in class org.dom4j.dom.DOMElement
 
setAttributeNS(String, String, String) - Method in class org.dom4j.dom.DOMElement
 
setAttributeQuoteCharacter(char) - Method in class org.dom4j.io.OutputFormat
Sets the character used to quote attribute values.
setAttributes(List<Attribute>) - Method in class org.dom4j.bean.BeanElement
 
setAttributes(List<Attribute>) - Method in interface org.dom4j.Element
Sets the attributes that this element contains
setAttributes(List<Attribute>) - Method in class org.dom4j.tree.BaseElement
 
setAttributes(List<Attribute>) - Method in class org.dom4j.tree.DefaultElement
 
setAttributes(Attributes, NamespaceStack, boolean) - Method in class org.dom4j.bean.BeanElement
 
setAttributes(Attributes, NamespaceStack, boolean) - Method in class org.dom4j.tree.AbstractElement
This method provides a more optimal way of setting all the attributes on an Element particularly for use in SAXReader.
setAttributeValue(String, String) - Method in interface org.dom4j.Element
Deprecated.
As of version 0.5. Please use Element.addAttribute(String, String) instead. WILL BE REMOVED IN dom4j-1.6 !!
setAttributeValue(String, String) - Method in class org.dom4j.tree.AbstractElement
Deprecated.
As of version 0.5. Please use AbstractElement.addAttribute(String, String) instead. WILL BE REMOVED IN dom4j-1.6 !!
setAttributeValue(QName, String) - Method in interface org.dom4j.Element
Deprecated.
As of version 0.5. Please use Element.addAttribute(QName, String) instead. WILL BE REMOVED IN dom4j-1.6 !!
setAttributeValue(QName, String) - Method in class org.dom4j.tree.AbstractElement
Deprecated.
As of version 0.5. Please use AbstractElement.addAttribute(String, String) instead. WILL BE REMOVED IN dom4j-1.6 !!
setAttributeXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
Registers the given XSDatatype for the given <attribute> QNames
setCharacterStream(Reader) - Method in class org.dom4j.io.DocumentInputSource
This method is not supported as this source is always a instance.
setChildElementXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
 
setColumnNameXPath(XPath) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property columnNameXPath.
setConsumer(XMLEventConsumer) - Method in class org.dom4j.io.STAXEventWriter
Sets the underlying event consumer to which events are written.
setContent(List<Node>) - Method in interface org.dom4j.Branch
Sets the contents of this branch as a List of Node instances.
setContent(List<Node>) - Method in class org.dom4j.tree.BaseElement
 
setContent(List<Node>) - Method in class org.dom4j.tree.DefaultDocument
 
setContent(List<Node>) - Method in class org.dom4j.tree.DefaultElement
 
setContentHandler(ContentHandler) - Method in class org.dom4j.io.SAXWriter
Sets the ContentHandler called when SAX events are raised
setData(int, Object) - Method in class org.dom4j.bean.BeanAttributeList
 
setData(int, Object, Object) - Method in class org.dom4j.bean.BeanMetaData
 
setData(Object) - Method in interface org.dom4j.Attribute
Sets the data value of this attribute if this element supports data binding or calls Node.setText(String)if it doesn't.
setData(Object) - Method in class org.dom4j.bean.BeanAttribute
 
setData(Object) - Method in class org.dom4j.bean.BeanElement
 
setData(Object) - Method in class org.dom4j.datatype.DatatypeAttribute
 
setData(Object) - Method in class org.dom4j.datatype.DatatypeElement
 
setData(Object) - Method in interface org.dom4j.Element
Sets the data value of this element if this element supports data binding or calls Node.setText(java.lang.String)if it doesn't
setData(Object) - Method in class org.dom4j.tree.AbstractAttribute
 
setData(Object) - Method in class org.dom4j.tree.AbstractElement
 
setData(Object) - Method in class org.dom4j.util.UserDataAttribute
 
setData(Object) - Method in class org.dom4j.util.UserDataElement
 
setData(String) - Method in class org.dom4j.dom.DOMCDATA
 
setData(String) - Method in class org.dom4j.dom.DOMComment
 
setData(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setData(String) - Method in class org.dom4j.dom.DOMText
 
setData(CharacterData, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setDeclareNamespaceAttributes(boolean) - Method in class org.dom4j.io.SAXWriter
Sets whether namespace declarations should be exported as "xmlns" attributes or not.
setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.DispatchHandler
When multiple ElementHandler instances have been registered, this will set a default ElementHandler to be called for any path which does NOT have a handler registered.
setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.SAXReader
When multiple ElementHandler instances have been registered, this will set a default ElementHandler to be called for any path which does NOT have a handler registered.
setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.XPP3Reader
When multiple ElementHandler instances have been registered, this will set a default ElementHandler to be called for any path which does NOT have a handler registered.
setDefinition(XMLTableDefinition) - Method in class org.dom4j.swing.XMLTableModel
Setter for property definition.
setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.ElementStack
 
setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.SAXReader
 
setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XPP3Reader
 
setDocType(DocumentType) - Method in interface org.dom4j.Document
Sets the DocumentType property
setDocType(DocumentType) - Method in class org.dom4j.tree.DefaultDocument
 
setDocument(Document) - Method in class org.dom4j.io.DocumentInputSource
Sets the document used as the SAX InputSource
setDocument(Document) - Method in class org.dom4j.io.DocumentSource
Sets the document used as the JAXP SAXSource
setDocument(Document) - Method in interface org.dom4j.Node
setDocument sets the document of this node if the parent relationship is supported or does nothing if the parent relationship is not supported.
setDocument(Document) - Method in class org.dom4j.swing.DocumentTreeModel
Sets the Document instance that this TreeModel is based on
setDocument(Document) - Method in class org.dom4j.tree.AbstractNode
 
setDocument(Document) - Method in class org.dom4j.tree.BaseElement
 
setDocument(Document) - Method in class org.dom4j.tree.DefaultElement
 
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.DOMReader
This sets the DocumentFactory used to create new documents.
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.SAXModifier
Sets the DocumentFactoryused to create the DOM4J document tree.
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.SAXReader
This sets the DocumentFactory used to create new documents.
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.STAXEventReader
Sets the DocumentFactory to be used when constructing DOM4J nodes.
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.io.XPP3Reader
This sets the DocumentFactory used to create new documents.
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.QName
 
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.tree.DefaultDocument
 
setDocumentFactory(DocumentFactory) - Method in class org.dom4j.tree.NamespaceStack
 
setDocumentLocator(Locator) - Method in class org.dom4j.io.DOMSAXContentHandler
 
setDocumentLocator(Locator) - Method in class org.dom4j.io.SAXContentHandler
 
setDocumentLocator(Locator) - Method in class org.dom4j.io.SAXModifyContentHandler
 
setDocumentLocator(Locator) - Method in class org.dom4j.io.XMLWriter
 
setDocumentURI(String) - Method in class org.dom4j.dom.DOMDocument
 
setDomDocumentClass(Class<?>) - Method in class org.dom4j.io.DOMWriter
Sets the DOM Documentimplementation class used by the writer when creating DOM documents.
setDomDocumentClassName(String) - Method in class org.dom4j.io.DOMWriter
Sets the DOM Documentimplementation class name used by the writer when creating DOM documents.
setDTDHandler(DTDHandler) - Method in class org.dom4j.io.SAXWriter
Sets the DTDHandler.
setElementName(String) - Method in interface org.dom4j.DocumentType
This method is the equivalent to the Node.setName(java.lang.String)method.
setElementName(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property elementName.
setElementName(String) - Method in class org.dom4j.tree.DefaultDocumentType
 
setElementStack(ElementStack) - Method in class org.dom4j.io.DOMSAXContentHandler
 
setElementStack(ElementStack) - Method in class org.dom4j.io.SAXContentHandler
 
setEncoding(String) - Method in class org.dom4j.io.OutputFormat
DOCUMENT ME!
setEncoding(String) - Method in class org.dom4j.io.SAXReader
Sets encoding used for InputSource (null means system default encoding)
setEntityResolver(EntityResolver) - Method in interface org.dom4j.Document
Sets the EntityResolver used to find resolve URIs such as for DTDs, or XML Schema documents
setEntityResolver(EntityResolver) - Method in class org.dom4j.io.DOMSAXContentHandler
 
setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXContentHandler
 
setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXReader
Sets the entity resolver used to resolve entities.
setEntityResolver(EntityResolver) - Method in class org.dom4j.io.SAXWriter
Sets the EntityResolver.
setEntityResolver(EntityResolver) - Method in class org.dom4j.tree.DefaultDocument
 
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXReader
Sets the ErrorHandler used by the SAX XMLReader.
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXValidator
Sets the ErrorHandler used by the SAX XMLReader.
setErrorHandler(ErrorHandler) - Method in class org.dom4j.io.SAXWriter
Sets the ErrorHandler.
setErrorQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
 
setErrors(Element) - Method in class org.dom4j.util.XMLErrorHandler
 
setEscapeText(boolean) - Method in class org.dom4j.io.XMLWriter
Sets whether text output should be escaped or not.
setEventFactory(XMLEventFactory) - Method in class org.dom4j.io.STAXEventWriter
Sets the event factory used to construct STAX events.
setExpandEmptyElements(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether empty elements are expanded from <tagName> to <tagName></tagName>.
setExternalDeclarations(List<Decl>) - Method in interface org.dom4j.DocumentType
Sets the list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
setExternalDeclarations(List<Decl>) - Method in class org.dom4j.tree.DefaultDocumentType
 
setFatalErrorQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
 
setFeature(String, boolean) - Method in class org.dom4j.io.SAXReader
Sets a SAX feature on the underlying SAX parser.
setFeature(String, boolean) - Method in class org.dom4j.io.SAXWriter
This implementation does actually use any features but just stores them for later retrieval
setFunctionContext(FunctionContext) - Method in class org.dom4j.xpath.DefaultXPath
 
setFunctionContext(FunctionContext) - Method in interface org.dom4j.XPath
Sets the function context to be used when evaluating XPath expressions
setHandler(ContentHandler) - Method in class org.dom4j.io.DocumentResult
 
setHandler(ContentHandler) - Method in class org.dom4j.io.DOMDocumentResult
 
setIdAttribute(String, boolean) - Method in class org.dom4j.dom.DOMElement
 
setIdAttributeNode(Attr, boolean) - Method in class org.dom4j.dom.DOMElement
 
setIdAttributeNS(String, String, boolean) - Method in class org.dom4j.dom.DOMElement
 
setIgnoreComments(boolean) - Method in class org.dom4j.io.DOMSAXContentHandler
Sets whether we should ignore comments or not.
setIgnoreComments(boolean) - Method in class org.dom4j.io.SAXContentHandler
Sets whether we should ignore comments or not.
setIgnoreComments(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether we should ignore comments or not.
setImportPrecedence(int) - Method in class org.dom4j.rule.Rule
Setter for property importPrecedence.
setIncludeExternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXContentHandler
Sets whether DTD external declarations should be expanded into the DocumentType object or not.
setIncludeExternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether DTD external declarations should be expanded into the DocumentType object or not.
setIncludeInternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXContentHandler
Sets whether internal DTD declarations should be expanded into the DocumentType object or not.
setIncludeInternalDTDDeclarations(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether internal DTD declarations should be expanded into the DocumentType object or not.
setIndent(boolean) - Method in class org.dom4j.io.OutputFormat
Set the indent on or off.
setIndent(String) - Method in class org.dom4j.io.OutputFormat
This will set the indent String to use; this is usually a String of empty spaces.
setIndentLevel(int) - Method in class org.dom4j.io.XMLWriter
Set the initial indentation level.
setIndentSize(int) - Method in class org.dom4j.io.OutputFormat
This will set the indent String's size; an indentSize of 4 would result in the indention being equivalent to the String "    " (four space characters).
setInputSource(InputSource) - Method in class org.dom4j.io.DocumentSource
This method is not supported as this source is always a Document instance.
setInputSource(InputSource) - Method in class org.dom4j.io.DOMSAXContentHandler
 
setInputSource(InputSource) - Method in class org.dom4j.io.SAXContentHandler
 
setInternalDeclarations(List<Decl>) - Method in interface org.dom4j.DocumentType
Sets the list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
setInternalDeclarations(List<Decl>) - Method in class org.dom4j.tree.DefaultDocumentType
 
setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.DocumentResult
 
setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.DOMDocumentResult
 
setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.SAXWriter
Sets the LexicalHandler.
setLexicalHandler(LexicalHandler) - Method in class org.dom4j.io.XMLWriter
 
setLineSeparator(String) - Method in class org.dom4j.io.OutputFormat
This will set the new-line separator.
setMaximumAllowedCharacter(int) - Method in class org.dom4j.io.XMLWriter
Sets the maximum allowed character code that should be allowed unescaped such as 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit) or -1 to not escape any characters (other than the special XML characters like < > &) If this is not explicitly set then it is defaulted from the encoding.
setMergeAdjacentText(boolean) - Method in class org.dom4j.io.DOMSAXContentHandler
Sets whether or not adjacent text nodes should be merged together when parsing.
setMergeAdjacentText(boolean) - Method in class org.dom4j.io.SAXContentHandler
Sets whether or not adjacent text nodes should be merged together when parsing.
setMergeAdjacentText(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether or not adjacent text nodes should be merged together when parsing.
setMode(String) - Method in class org.dom4j.rule.Rule
Setter for property mode.
setModel(String) - Method in class org.dom4j.dtd.ElementDecl
Setter for property model.
setModeName(String) - Method in class org.dom4j.rule.Stylesheet
Sets the name of the mode that the stylesheet uses by default.
setName(String) - Method in class org.dom4j.dtd.ElementDecl
Setter for property name.
setName(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
Setter for property name.
setName(String) - Method in class org.dom4j.dtd.InternalEntityDecl
Setter for property name.
setName(String) - Method in interface org.dom4j.Node
Sets the text data of this node or this method will throw an UnsupportedOperationException if it is read-only.
setName(String) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property name.
setName(String) - Method in class org.dom4j.tree.AbstractDocumentType
 
setName(String) - Method in class org.dom4j.tree.AbstractElement
 
setName(String) - Method in class org.dom4j.tree.AbstractNode
 
setName(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
setName(String) - Method in class org.dom4j.tree.DefaultDocument
 
setName(String) - Method in class org.dom4j.tree.DefaultEntity
 
setNamedItem(Node) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
setNamedItemNS(Node) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
setNamespace(Namespace) - Method in interface org.dom4j.Attribute
Sets the Namespace of this element or if this element is read only then an UnsupportedOperationException is thrown.
setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractAttribute
 
setNamespace(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
setNamespaceContext(NamespaceContext) - Method in class org.dom4j.xpath.DefaultXPath
 
setNamespaceContext(NamespaceContext) - Method in interface org.dom4j.XPath
Sets the namespace context to be used when evaluating XPath expressions
setNamespaceURIs(Map<String, String>) - Method in class org.dom4j.xpath.DefaultXPath
 
setNamespaceURIs(Map<String, String>) - Method in interface org.dom4j.XPath
Sets the current NamespaceContext from a Map where the keys are the String namespace prefixes and the values are the namespace URIs.
setNewLineAfterDeclaration(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether a new line is printed after the XML declaration (assuming it is not supressed.)
setNewLineAfterNTags(int) - Method in class org.dom4j.io.OutputFormat
Controls output of a line.separator every tagCount tags when isNewlines is false.
setNewlines(boolean) - Method in class org.dom4j.io.OutputFormat
DOCUMENT ME!
setNodeValue(String) - Method in class org.dom4j.dom.DOMAttribute
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMCDATA
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMComment
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMDocument
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMDocumentType
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMElement
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMEntityReference
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMNamespace
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setNodeValue(String) - Method in class org.dom4j.dom.DOMText
 
setNodeValue(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setNSContext(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
setOmitElementCloseSet(Set<String>) - Method in class org.dom4j.io.HTMLWriter
To use the empty set, pass an empty Set, or null:
setOmitEncoding(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document.
setOutput(File) - Method in class org.dom4j.jaxb.JAXBModifier
Sets the Output to write the (modified) xml document to.
setOutput(File) - Method in class org.dom4j.jaxb.JAXBWriter
Defines to write the resulting output to the specified File.
setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBModifier
Sets the Output to write the (modified) xml document to.
setOutput(OutputStream) - Method in class org.dom4j.jaxb.JAXBWriter
Defines to write the resulting output to the specified OutputStream
setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBModifier
Sets the Output to write the (modified) xml document to.
setOutput(Writer) - Method in class org.dom4j.jaxb.JAXBWriter
Defines to write the resulting output to the specified Writer.
setOutputStream(OutputStream) - Method in class org.dom4j.io.XMLWriter
 
setPadText(boolean) - Method in class org.dom4j.io.OutputFormat
Ensure that text immediately preceded by or followed by an element will be "padded" with a single space.
setParent(Element) - Method in class org.dom4j.datatype.DatatypeAttribute
 
setParent(Element) - Method in interface org.dom4j.Node
setParent sets the parent relationship of this node if the parent relationship is supported or does nothing if the parent relationship is not supported.
setParent(Element) - Method in class org.dom4j.tree.AbstractNode
 
setParent(Element) - Method in class org.dom4j.tree.BaseElement
 
setParent(Element) - Method in class org.dom4j.tree.DefaultAttribute
 
setParent(Element) - Method in class org.dom4j.tree.DefaultCDATA
 
setParent(Element) - Method in class org.dom4j.tree.DefaultComment
 
setParent(Element) - Method in class org.dom4j.tree.DefaultElement
 
setParent(Element) - Method in class org.dom4j.tree.DefaultEntity
 
setParent(Element) - Method in class org.dom4j.tree.DefaultNamespace
 
setParent(Element) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setParent(Element) - Method in class org.dom4j.tree.DefaultText
 
setParent(LeafTreeNode) - Method in class org.dom4j.swing.LeafTreeNode
Sets the parent of this node but doesn't change the parents children
setParserFeature(XMLReader, String, boolean) - Static method in class org.dom4j.io.SAXHelper
 
setParserProperty(XMLReader, String, Object) - Static method in class org.dom4j.io.SAXHelper
 
setPattern(Pattern) - Method in class org.dom4j.rule.Rule
Setter for property pattern.
setPrefix(String) - Method in class org.dom4j.dom.DOMAttribute
 
setPrefix(String) - Method in class org.dom4j.dom.DOMCDATA
 
setPrefix(String) - Method in class org.dom4j.dom.DOMComment
 
setPrefix(String) - Method in class org.dom4j.dom.DOMDocument
 
setPrefix(String) - Method in class org.dom4j.dom.DOMDocumentType
 
setPrefix(String) - Method in class org.dom4j.dom.DOMElement
 
setPrefix(String) - Method in class org.dom4j.dom.DOMEntityReference
 
setPrefix(String) - Method in class org.dom4j.dom.DOMNamespace
 
setPrefix(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setPrefix(String) - Method in class org.dom4j.dom.DOMText
 
setPrefix(Node, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
setPreformattedTags(Set<String>) - Method in class org.dom4j.io.HTMLWriter
Override the default set, which includes PRE, SCRIPT, STYLE, and TEXTAREA, case insensitively.
setPriority(double) - Method in class org.dom4j.rule.Rule
Setter for property priority.
setProcessingInstructions(List<ProcessingInstruction>) - Method in interface org.dom4j.Branch
Sets all the processing instructions for this branch
setProcessingInstructions(List<ProcessingInstruction>) - Method in class org.dom4j.tree.AbstractBranch
 
setProperty(String, Object) - Method in class org.dom4j.io.SAXReader
Allows a SAX property to be set on the underlying SAX parser.
setProperty(String, Object) - Method in class org.dom4j.io.SAXWriter
Sets the given SAX property
setProperty(String, Object) - Method in class org.dom4j.io.XMLWriter
 
setProxy(DocumentFactory) - Method in class org.dom4j.util.ProxyDocumentFactory
 
setPruneElements(boolean) - Method in class org.dom4j.io.SAXModifyReader
 
setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBModifier
Define whether the modified Documentmust only be written to the output and pruned from the DOM4J tree.
setPruneElements(boolean) - Method in class org.dom4j.jaxb.JAXBReader
Set to true when DOM4J elements must immediately be pruned from the tree.
setPublicID(String) - Method in interface org.dom4j.DocumentType
 
setPublicID(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
Setter for property publicID.
setPublicID(String) - Method in class org.dom4j.tree.DefaultDocumentType
Sets the public ID of the document type
setQName(QName) - Method in interface org.dom4j.Element
Sets the QName of this element which represents the local name, the qualified name and the Namespace.
setQName(QName) - Method in class org.dom4j.tree.BaseElement
 
setQName(QName) - Method in class org.dom4j.tree.DefaultElement
 
setResolveEntityRefs(boolean) - Method in class org.dom4j.io.XMLWriter
 
setRootElement(Element) - Method in interface org.dom4j.Document
Sets the root element for this document
setRootElement(Element) - Method in class org.dom4j.tree.AbstractDocument
 
setRowExpression(String) - Method in class org.dom4j.swing.XMLTableDefinition
 
setRowXPath(XPath) - Method in class org.dom4j.swing.XMLTableDefinition
Setter for property rowXPath.
setSingletonClassName(String) - Method in class org.dom4j.util.PerThreadSingleton
 
setSingletonClassName(String) - Method in class org.dom4j.util.SimpleSingleton
 
setSingletonClassName(String) - Method in interface org.dom4j.util.SingletonStrategy
set a singleton class name that will be used to create the singleton based on the strategy implementation of this interface.
setSource(Object) - Method in class org.dom4j.swing.XMLTableModel
Setter for the XML source, which is usually a Node or List of nodes.
setStrictErrorChecking(boolean) - Method in class org.dom4j.dom.DOMDocument
 
setStringInternEnabled(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether String interning is enabled or disabled for element & attribute names and namespace URIs
setStripWhitespaceText(boolean) - Method in class org.dom4j.io.DOMSAXContentHandler
Sets whether whitespace between element start and end tags should be ignored.
setStripWhitespaceText(boolean) - Method in class org.dom4j.io.SAXContentHandler
Sets whether whitespace between element start and end tags should be ignored.
setStripWhitespaceText(boolean) - Method in class org.dom4j.io.SAXReader
Sets whether whitespace between element start and end tags should be ignored.
setSuppressDeclaration(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) is included or not.
setSystemID(String) - Method in interface org.dom4j.DocumentType
 
setSystemID(String) - Method in class org.dom4j.dtd.ExternalEntityDecl
Setter for property systemID.
setSystemID(String) - Method in class org.dom4j.tree.DefaultDocumentType
Sets the system ID of the document type
setTarget(String) - Method in interface org.dom4j.ProcessingInstruction
This method is the equivalent to the Node.setName(java.lang.String)method.
setTarget(String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setTarget(String) - Method in class org.dom4j.tree.FlyweightProcessingInstruction
 
setText(String) - Method in class org.dom4j.datatype.DatatypeElement
 
setText(String) - Method in interface org.dom4j.Node
Sets the text data of this node or this method will throw an UnsupportedOperationException if it is read-only.
setText(String) - Method in class org.dom4j.tree.AbstractAttribute
 
setText(String) - Method in class org.dom4j.tree.AbstractElement
 
setText(String) - Method in class org.dom4j.tree.AbstractNode
 
setText(String) - Method in class org.dom4j.tree.DefaultCDATA
 
setText(String) - Method in class org.dom4j.tree.DefaultComment
 
setText(String) - Method in class org.dom4j.tree.DefaultEntity
 
setText(String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setText(String) - Method in class org.dom4j.tree.DefaultText
 
setText(String) - Method in class org.dom4j.tree.FlyweightEntity
sets the value of the entity if it is not defined yet otherwise an UnsupportedOperationException is thrown as this class is read only.
setTextContent(String) - Method in class org.dom4j.dom.DOMAttribute
 
setTextContent(String) - Method in class org.dom4j.dom.DOMCDATA
 
setTextContent(String) - Method in class org.dom4j.dom.DOMComment
 
setTextContent(String) - Method in class org.dom4j.dom.DOMDocument
 
setTextContent(String) - Method in class org.dom4j.dom.DOMDocumentType
 
setTextContent(String) - Method in class org.dom4j.dom.DOMElement
 
setTextContent(String) - Method in class org.dom4j.dom.DOMEntityReference
 
setTextContent(String) - Method in class org.dom4j.dom.DOMNamespace
 
setTextContent(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setTextContent(String) - Method in class org.dom4j.dom.DOMText
 
setTrimText(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether the text is output verbatim (false) or with whitespace stripped as per Element.getTextTrim().
setType(int) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property type.
setType(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property type.
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMAttribute
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMCDATA
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMComment
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMDocument
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMDocumentType
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMElement
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMEntityReference
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMNamespace
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
setUserData(String, Object, UserDataHandler) - Method in class org.dom4j.dom.DOMText
 
setValidation(boolean) - Method in class org.dom4j.io.SAXReader
Sets the validation mode.
setValue(String) - Method in interface org.dom4j.Attribute
Sets the value of this attribute or this method will throw an UnsupportedOperationException if it is read-only.
setValue(String) - Method in class org.dom4j.bean.BeanAttribute
 
setValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
setValue(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property value.
setValue(String) - Method in class org.dom4j.dtd.InternalEntityDecl
Setter for property value.
setValue(String) - Method in class org.dom4j.tree.AbstractAttribute
 
setValue(String) - Method in class org.dom4j.tree.DefaultAttribute
 
setValue(String, String) - Method in interface org.dom4j.ProcessingInstruction
 
setValue(String, String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
setValue(String, String) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setValueDefault(String) - Method in class org.dom4j.dtd.AttributeDecl
Setter for property valueDefault.
setValueOfAction(Action) - Method in class org.dom4j.rule.RuleManager
Sets the default value-of action which is used in the default rules for the pattern "text()|@"
setValueOfAction(Action) - Method in class org.dom4j.rule.Stylesheet
Sets the default value-of action which is used in the default rules for the pattern "text()|@"
setValues(Map<String, String>) - Method in interface org.dom4j.ProcessingInstruction
 
setValues(Map<String, String>) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
setValues(Map<String, String>) - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
setVariableContext(VariableContext) - Method in class org.dom4j.xpath.DefaultXPath
 
setVariableContext(VariableContext) - Method in interface org.dom4j.XPath
Sets the variable context to be used when evaluating XPath expressions
setVariableContext(VariableContext) - Method in class org.dom4j.xpath.XPathPattern
 
setWarningQName(QName) - Method in class org.dom4j.util.XMLErrorHandler
 
setWriter(Writer) - Method in class org.dom4j.io.XMLWriter
 
setXHTML(boolean) - Method in class org.dom4j.io.OutputFormat
This will set whether or not to use the XHTML standard: like HTML but passes an XML parser with real, closed tags.
setXMLEncoding(String) - Method in interface org.dom4j.Document
Sets the encoding of this document as it will appear in the XML declaration part of the document.
setXMLEncoding(String) - Method in class org.dom4j.tree.AbstractDocument
 
setXMLFilter(XMLFilter) - Method in class org.dom4j.io.SAXReader
Sets the SAX filter to be used when filtering SAX events
setXMLReader(XMLReader) - Method in class org.dom4j.io.DocumentSource
Sets the XMLReader used for the JAXP SAXSource.
setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXReader
Sets the XMLReader used to parse SAX events
setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXValidator
Sets the XMLReader used to parse SAX events
setXMLReader(XMLReader) - Method in class org.dom4j.io.SAXWriter
Sets the XMLReader used to write SAX events to
setXMLReaderClassName(String) - Method in class org.dom4j.io.SAXReader
Sets the class name of the XMLReader to be used to parse SAX events.
setXmlStandalone(boolean) - Method in class org.dom4j.dom.DOMDocument
 
setXmlVersion(String) - Method in class org.dom4j.dom.DOMDocument
 
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.SAXModifier
Sets the XMLWriterused to write the modified document.
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.SAXModifyContentHandler
 
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.SAXModifyReader
 
setXMLWriter(XMLWriter) - Method in class org.dom4j.io.XMLResult
 
setXPath(XPath) - Method in class org.dom4j.swing.XMLTableColumnDefinition
Setter for property xpath.
setXPathNamespaceURIs(Map<String, String>) - Method in class org.dom4j.DocumentFactory
Sets the namespace URIs to be used by XPath expressions created by this factory or by nodes associated with this factory.
setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPP3Reader
 
shouldEncodeChar(char) - Method in class org.dom4j.io.XMLWriter
Should the given character be escaped.
showCommentsInDTDs - Variable in class org.dom4j.io.XMLWriter
Whether comments should appear inside DTD declarations - defaults to false
SimpleSingleton<T> - Class in org.dom4j.util
SimpleSingleton is an implementation of the SingletonStrategy interface used to provide common factory access for the same object instance.
SimpleSingleton() - Constructor for class org.dom4j.util.SimpleSingleton
 
simpleTypeMap - Variable in class org.dom4j.datatype.NamedTypeResolver
 
SingleIterator<T> - Class in org.dom4j.tree
SingleIterator is an Iteratorover a single object instance.
SingleIterator(T) - Constructor for class org.dom4j.tree.SingleIterator
 
singleton - Static variable in class org.dom4j.bean.BeanDocumentFactory
The Singleton instance
singleton - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
The Singleton instance
singleton - Static variable in class org.dom4j.DocumentFactory
 
singleton - Static variable in class org.dom4j.dom.DOMDocumentFactory
The Singleton instance
singleton - Static variable in class org.dom4j.QName
The Singleton instance
singleton - Static variable in class org.dom4j.util.IndexedDocumentFactory
The Singleton instance
singleton - Static variable in class org.dom4j.util.NonLazyDocumentFactory
The Singleton instance
singleton - Static variable in class org.dom4j.util.UserDataDocumentFactory
The Singleton instance
SINGLETON - Static variable in class org.dom4j.rule.NullAction
Singleton instance
singletonCache - Static variable in class org.dom4j.bean.BeanMetaData
Singleton cache
singletonClassName - Variable in class org.dom4j.util.PerThreadSingleton
 
singletonClassName - Variable in class org.dom4j.util.SimpleSingleton
 
singletonInstance - Variable in class org.dom4j.util.SimpleSingleton
 
SingletonStrategy<T> - Interface in org.dom4j.util
SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.
size() - Method in class org.dom4j.bean.BeanAttributeList
 
size() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
size() - Method in class org.dom4j.io.ElementStack
 
size() - Method in class org.dom4j.tree.ContentListFacade
 
size() - Method in class org.dom4j.tree.NamespaceStack
DOCUMENT ME!
skippedEntity(String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
sort(List<Node>) - Method in class org.dom4j.xpath.DefaultXPath
sort sorts the given List of Nodes using this XPath expression as a Comparator.
sort(List<Node>) - Method in interface org.dom4j.XPath
sort sorts the given List of Nodes using this XPath expression as a Comparator.
sort(List<Node>, boolean) - Method in class org.dom4j.xpath.DefaultXPath
sort sorts the given List of Nodes using this XPath expression as a Comparatorand optionally removing duplicates.
sort(List<Node>, boolean) - Method in interface org.dom4j.XPath
sort sorts the given List of Nodes using this XPath expression as a Comparatorand optionally removing duplicates.
sort(List<Node>, String) - Static method in class org.dom4j.DocumentHelper
sort sorts the given List of Nodes using an XPath expression as a Comparator.
sort(List<Node>, String, boolean) - Static method in class org.dom4j.DocumentHelper
sort sorts the given List of Nodes using an XPath expression as a Comparatorand optionally removing duplicates.
sort(List<Node>, Map<Node, Object>) - Method in class org.dom4j.xpath.DefaultXPath
Sorts the list based on the sortValues for each node
source - Variable in class org.dom4j.swing.XMLTableModel
Holds value of property source.
splitText(int) - Method in class org.dom4j.dom.DOMCDATA
 
splitText(int) - Method in class org.dom4j.dom.DOMText
 
stack - Variable in class org.dom4j.io.ElementStack
stack of Element objects
STANDARD_INDENT - Static variable in class org.dom4j.io.OutputFormat
standard value to indent by, if we are indenting
START_CDATA - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
START_DOCUMENT - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
START_DTD - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
START_ELEMENT - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
START_ENTITY - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
START_PREFIX_MAPPING - Static variable in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
startCDATA() - Method in class org.dom4j.io.DOMSAXContentHandler
 
startCDATA() - Method in class org.dom4j.io.HTMLWriter
 
startCDATA() - Method in class org.dom4j.io.SAXContentHandler
 
startCDATA() - Method in class org.dom4j.io.SAXEventRecorder
 
startCDATA() - Method in class org.dom4j.io.SAXModifyContentHandler
 
startCDATA() - Method in class org.dom4j.io.XMLWriter
 
startDocument() - Method in class org.dom4j.io.DOMSAXContentHandler
 
startDocument() - Method in class org.dom4j.io.SAXContentHandler
 
startDocument() - Method in class org.dom4j.io.SAXEventRecorder
 
startDocument() - Method in class org.dom4j.io.SAXModifyContentHandler
 
startDocument() - Method in class org.dom4j.io.SAXWriter
 
startDocument() - Method in class org.dom4j.io.XMLWriter
 
startDocument() - Method in class org.dom4j.jaxb.JAXBWriter
Start a document by writing the initial XML declaration to the output.
startDTD(String, String, String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
startDTD(String, String, String) - Method in class org.dom4j.io.SAXContentHandler
 
startDTD(String, String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
startDTD(String, String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
startDTD(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.DOMSAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXEventRecorder
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.SAXModifyContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.dom4j.io.XMLWriter
 
startElement(Element, AttributesImpl) - Method in class org.dom4j.io.SAXWriter
 
startEntity(String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
startEntity(String) - Method in class org.dom4j.io.SAXContentHandler
 
startEntity(String) - Method in class org.dom4j.io.SAXEventRecorder
 
startEntity(String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
startEntity(String) - Method in class org.dom4j.io.XMLWriter
 
startPrefixMapping(String, String) - Method in class org.dom4j.io.DOMSAXContentHandler
 
startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXContentHandler
 
startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXEventRecorder
 
startPrefixMapping(String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
startPrefixMapping(String, String) - Method in class org.dom4j.io.XMLWriter
 
startPrefixMapping(Element, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scope
STAXEventReader - Class in org.dom4j.io
Reads a DOM4J Document, as well as other Nodes, from a StAX XMLEventReader.
STAXEventReader() - Constructor for class org.dom4j.io.STAXEventReader
Constructs a default STAXEventReader instance with a default DocumentFactory.
STAXEventReader(DocumentFactory) - Constructor for class org.dom4j.io.STAXEventReader
Constructs a STAXEventReader instance that uses the specified DocumentFactoryto construct DOM4J Nodes.
STAXEventWriter - Class in org.dom4j.io
Writes DOM4J Nodes to a StAX event stream.
STAXEventWriter() - Constructor for class org.dom4j.io.STAXEventWriter
 
STAXEventWriter(File) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided file.
STAXEventWriter(OutputStream) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided stream.
STAXEventWriter(Writer) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided character stream.
STAXEventWriter(XMLEventConsumer) - Constructor for class org.dom4j.io.STAXEventWriter
Constructs a STAXEventWriter that writes events to the provided event stream.
STAXEventWriter.AttributeIterator - Class in org.dom4j.io
Internal Iteratorimplementation used to pass DOM4J Attributes to the stream.
STAXEventWriter.NamespaceIterator - Class in org.dom4j.io
Internal Iteratorimplementation used to pass DOM4J Namespaces to the stream.
STRING - Static variable in class org.dom4j.io.SAXEventRecorder
 
STRING_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
 
stringInternEnabled - Variable in class org.dom4j.io.SAXReader
Should element & attribute names and namespace URIs be interned?
stripWhitespaceText - Variable in class org.dom4j.io.DOMSAXContentHandler
Holds value of property stripWhitespaceText.
stripWhitespaceText - Variable in class org.dom4j.io.SAXContentHandler
Holds value of property stripWhitespaceText.
stripWhitespaceText - Variable in class org.dom4j.io.SAXReader
Holds value of property stripWhitespaceText.
Stylesheet - Class in org.dom4j.rule
Stylesheet implements an XSLT stylesheet such that rules can be added to the stylesheet and the stylesheet can be applied to a source document or node.
Stylesheet() - Constructor for class org.dom4j.rule.Stylesheet
Creates a new empty stylesheet.
substringData(int, int) - Method in class org.dom4j.dom.DOMCDATA
 
substringData(int, int) - Method in class org.dom4j.dom.DOMComment
 
substringData(int, int) - Method in class org.dom4j.dom.DOMText
 
substringData(CharacterData, int, int) - Static method in class org.dom4j.dom.DOMNodeHelper
 
supports(String, String) - Method in class org.dom4j.dom.DOMAttribute
 
supports(String, String) - Method in class org.dom4j.dom.DOMCDATA
 
supports(String, String) - Method in class org.dom4j.dom.DOMComment
 
supports(String, String) - Method in class org.dom4j.dom.DOMDocument
 
supports(String, String) - Method in class org.dom4j.dom.DOMDocumentType
 
supports(String, String) - Method in class org.dom4j.dom.DOMElement
 
supports(String, String) - Method in class org.dom4j.dom.DOMEntityReference
 
supports(String, String) - Method in class org.dom4j.dom.DOMNamespace
 
supports(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
supports(String, String) - Method in class org.dom4j.dom.DOMText
 
supports(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
supportsParent() - Method in class org.dom4j.datatype.DatatypeAttribute
 
supportsParent() - Method in interface org.dom4j.Node
supportsParent returns true if this node supports the parent relationship.
supportsParent() - Method in class org.dom4j.tree.AbstractNode
 
supportsParent() - Method in class org.dom4j.tree.BaseElement
 
supportsParent() - Method in class org.dom4j.tree.DefaultAttribute
 
supportsParent() - Method in class org.dom4j.tree.DefaultCDATA
 
supportsParent() - Method in class org.dom4j.tree.DefaultComment
 
supportsParent() - Method in class org.dom4j.tree.DefaultElement
 
supportsParent() - Method in class org.dom4j.tree.DefaultEntity
 
supportsParent() - Method in class org.dom4j.tree.DefaultNamespace
 
supportsParent() - Method in class org.dom4j.tree.DefaultProcessingInstruction
 
supportsParent() - Method in class org.dom4j.tree.DefaultText
 
suppressDeclaration - Variable in class org.dom4j.io.OutputFormat
Whether or not to suppress the XML declaration - default is false
systemID - Variable in class org.dom4j.dtd.ExternalEntityDecl
Holds value of property systemID.
systemID - Variable in class org.dom4j.tree.DefaultDocumentType
Holds value of property systemID.

T

tagsOuput - Variable in class org.dom4j.io.HTMLWriter
 
target - Variable in class org.dom4j.tree.FlyweightProcessingInstruction
The target of the PI
targetNamespace - Variable in class org.dom4j.datatype.SchemaParser
target namespace
text - Variable in class org.dom4j.datatype.DatatypeAttribute
The text value of the Attribute
text - Variable in class org.dom4j.tree.FlyweightCDATA
Text of the CDATA node
text - Variable in class org.dom4j.tree.FlyweightComment
Text of the Comment node
text - Variable in class org.dom4j.tree.FlyweightEntity
The text of the Entity
text - Variable in class org.dom4j.tree.FlyweightProcessingInstruction
The values for the PI as a String
text - Variable in class org.dom4j.tree.FlyweightText
Text of the Text node
text - Variable in class org.dom4j.xpath.DefaultXPath
 
text - Variable in class org.dom4j.xpath.XPathPattern
 
Text - Interface in org.dom4j
Text defines an XML Text node.
TEXT_NODE - Static variable in interface org.dom4j.Node
Matches elements nodes
textBuffer - Variable in class org.dom4j.io.DOMSAXContentHandler
Buffer used to concatenate text together
textBuffer - Variable in class org.dom4j.io.SAXContentHandler
Buffer used to concatenate text together
textInTextBuffer - Variable in class org.dom4j.io.DOMSAXContentHandler
Have we added text to the buffer
textInTextBuffer - Variable in class org.dom4j.io.SAXContentHandler
Have we added text to the buffer
toArray() - Method in class org.dom4j.tree.ContentListFacade
 
toArray(Object[]) - Method in class org.dom4j.tree.ContentListFacade
 
toString() - Method in class org.dom4j.datatype.DatatypeAttribute
 
toString() - Method in class org.dom4j.datatype.DatatypeElement
 
toString() - Method in class org.dom4j.dtd.AttributeDecl
 
toString() - Method in class org.dom4j.dtd.ElementDecl
 
toString() - Method in class org.dom4j.dtd.ExternalEntityDecl
 
toString() - Method in class org.dom4j.dtd.InternalEntityDecl
 
toString() - Method in class org.dom4j.Namespace
 
toString() - Method in class org.dom4j.QName
 
toString() - Method in class org.dom4j.rule.Rule
 
toString() - Method in class org.dom4j.rule.RuleSet
 
toString() - Method in class org.dom4j.swing.BranchTreeNode
 
toString() - Method in class org.dom4j.swing.LeafTreeNode
 
toString() - Method in class org.dom4j.tree.AbstractAttribute
 
toString() - Method in class org.dom4j.tree.AbstractCDATA
 
toString() - Method in class org.dom4j.tree.AbstractComment
 
toString() - Method in class org.dom4j.tree.AbstractDocument
 
toString() - Method in class org.dom4j.tree.AbstractDocumentType
 
toString() - Method in class org.dom4j.tree.AbstractElement
 
toString() - Method in class org.dom4j.tree.AbstractEntity
 
toString() - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
toString() - Method in class org.dom4j.tree.AbstractText
 
toString() - Method in class org.dom4j.tree.NamespaceStack
 
toString() - Method in class org.dom4j.util.UserDataElement
 
toString() - Method in class org.dom4j.xpath.DefaultXPath
 
toString() - Method in class org.dom4j.xpath.XPathPattern
 
toString(Map<String, String>) - Method in class org.dom4j.tree.AbstractProcessingInstruction
This will convert the Map to a string representation.
translateNamespacePrefixToUri(String) - Method in class org.dom4j.xpath.DefaultNamespaceContext
 
trimText - Variable in class org.dom4j.io.HTMLWriter.FormatState
 
trimText - Variable in class org.dom4j.io.OutputFormat
should we preserve whitespace or not in text nodes?
type - Variable in class org.dom4j.dtd.AttributeDecl
Holds value of property type.
type - Variable in class org.dom4j.swing.XMLTableColumnDefinition
Holds value of property type.
typedElementMap - Variable in class org.dom4j.datatype.NamedTypeResolver
 

U

UNKNOWN_NODE - Static variable in interface org.dom4j.Node
Does not match any valid node
unmarshal(Element) - Method in class org.dom4j.jaxb.JAXBSupport
Unmarshalls the specified DOM4J Elementinto a Element
UnmarshalElementHandler(JAXBReader, JAXBObjectHandler) - Constructor for class org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
 
unmarshaller - Variable in class org.dom4j.jaxb.JAXBSupport
 
unparsedEntityDecl(String, String, String, String) - Method in class org.dom4j.io.SAXContentHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.dom4j.io.SAXModifyContentHandler
 
unparsedEntityDecl(String, String, String, String) - Method in class org.dom4j.io.XMLWriter
 
uri - Variable in class org.dom4j.Namespace
The URI for this namespace
uriPrefix - Variable in class org.dom4j.io.SAXReader.SAXEntityResolver
 
USE_STRINGVALUE_SEPARATOR - Static variable in class org.dom4j.tree.AbstractElement
 
UserDataAttribute - Class in org.dom4j.util
UserDataAttribute support the adornment of a user data object on an Element or Attribute instance such that the methods UserDataAttribute.getData() UserDataAttribute.setData(Object)will get and set the values of a user data object.
UserDataAttribute(QName) - Constructor for class org.dom4j.util.UserDataAttribute
 
UserDataAttribute(QName, String) - Constructor for class org.dom4j.util.UserDataAttribute
 
UserDataDocumentFactory - Class in org.dom4j.util
UserDataDocumentFactory is a factory of XML objects which support the adornment of a user data object on an Element or Attribute instance such that the methods getData() and setData() will get and set the values of a user data object.
UserDataDocumentFactory() - Constructor for class org.dom4j.util.UserDataDocumentFactory
 
UserDataElement - Class in org.dom4j.util
UserDataElement support the adornment of a user data object on an Element or Attribute instance such that the methods UserDataElement.getData() UserDataElement.setData(Object)will get and set the values of a user data object.
UserDataElement(String) - Constructor for class org.dom4j.util.UserDataElement
 
UserDataElement(QName) - Constructor for class org.dom4j.util.UserDataElement
 

V

validate(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
validate(String) - Method in class org.dom4j.datatype.DatatypeElement
 
validate(Document) - Method in class org.dom4j.io.SAXValidator
Validates the given Document by writing it to a validating SAX Parser.
validating - Variable in class org.dom4j.io.SAXReader
Whether validation should occur
validElement(Element, int) - Method in class org.dom4j.io.PruningElementStack
 
value - Variable in class org.dom4j.dtd.AttributeDecl
Holds value of property value.
value - Variable in class org.dom4j.dtd.InternalEntityDecl
Holds value of property value.
value - Variable in class org.dom4j.tree.FlyweightAttribute
The value of the Attribute
valueDefault - Variable in class org.dom4j.dtd.AttributeDecl
Holds value of property valueDefault.
valueOf(Object) - Method in class org.dom4j.xpath.DefaultXPath
 
valueOf(Object) - Method in interface org.dom4j.XPath
valueOf evaluates this XPath expression and returns the textual representation of the results using the XPath string() function.
valueOf(String) - Method in interface org.dom4j.Node
valueOf evaluates an XPath expression and returns the textual representation of the results the XPath string-value of this node.
valueOf(String) - Method in class org.dom4j.tree.AbstractNode
 
valueOfAction - Variable in class org.dom4j.rule.RuleManager
Holds value of property valueOfAction.
values - Variable in class org.dom4j.tree.FlyweightProcessingInstruction
The values for the PI in name/value pairs
variableContext - Variable in class org.dom4j.swing.XMLTableDefinition
for cross-row variables
VERBOSE_TOSTRING - Static variable in class org.dom4j.tree.AbstractElement
 
visit(Attribute) - Method in interface org.dom4j.Visitor
Visits the given Attribute
visit(Attribute) - Method in class org.dom4j.VisitorSupport
 
visit(CDATA) - Method in interface org.dom4j.Visitor
Visits the given CDATA
visit(CDATA) - Method in class org.dom4j.VisitorSupport
 
visit(Comment) - Method in interface org.dom4j.Visitor
Visits the given Comment
visit(Comment) - Method in class org.dom4j.VisitorSupport
 
visit(Document) - Method in interface org.dom4j.Visitor
Visits the given Document
visit(Document) - Method in class org.dom4j.VisitorSupport
 
visit(DocumentType) - Method in interface org.dom4j.Visitor
Visits the given DocumentType
visit(DocumentType) - Method in class org.dom4j.VisitorSupport
 
visit(Element) - Method in interface org.dom4j.Visitor
Visits the given Element
visit(Element) - Method in class org.dom4j.VisitorSupport
 
visit(Entity) - Method in interface org.dom4j.Visitor
Visits the given Entity
visit(Entity) - Method in class org.dom4j.VisitorSupport
 
visit(Namespace) - Method in interface org.dom4j.Visitor
Visits the given Namespace
visit(Namespace) - Method in class org.dom4j.VisitorSupport
 
visit(ProcessingInstruction) - Method in interface org.dom4j.Visitor
Visits the given ProcessingInstruction
visit(ProcessingInstruction) - Method in class org.dom4j.VisitorSupport
 
visit(Text) - Method in interface org.dom4j.Visitor
Visits the given Text
visit(Text) - Method in class org.dom4j.VisitorSupport
 
Visitor - Interface in org.dom4j
Visitor is used to implement the Visitor pattern in DOM4J.
VisitorSupport - Class in org.dom4j
VisitorSupport is an abstract base class which is useful for implementation inheritence or when using anonymous inner classes to create simple Visitor implementations.
VisitorSupport() - Constructor for class org.dom4j.VisitorSupport
 

W

warning(SAXParseException) - Method in class org.dom4j.io.DOMSAXContentHandler
This method is called when a warning occurs during the parsing of the document.
warning(SAXParseException) - Method in class org.dom4j.io.SAXContentHandler
This method is called when a warning occurs during the parsing of the document.
warning(SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
 
WARNING_QNAME - Static variable in class org.dom4j.util.XMLErrorHandler
 
warningQName - Variable in class org.dom4j.util.XMLErrorHandler
QName used for warning elements
write(Writer) - Method in interface org.dom4j.Node
write writes this node as the default XML notation for this node.
write(Writer) - Method in class org.dom4j.tree.AbstractAttribute
 
write(Writer) - Method in class org.dom4j.tree.AbstractCDATA
 
write(Writer) - Method in class org.dom4j.tree.AbstractComment
 
write(Writer) - Method in class org.dom4j.tree.AbstractDocument
 
write(Writer) - Method in class org.dom4j.tree.AbstractDocumentType
 
write(Writer) - Method in class org.dom4j.tree.AbstractElement
 
write(Writer) - Method in class org.dom4j.tree.AbstractEntity
 
write(Writer) - Method in class org.dom4j.tree.AbstractNode
 
write(Writer) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
write(Writer) - Method in class org.dom4j.tree.AbstractText
 
write(Object) - Method in class org.dom4j.io.XMLWriter
Writes the given object which should be a String, a Node or a List of Nodes.
write(String) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given text
write(String) - Method in class org.dom4j.io.XMLWriter
Print out a String, Perfoms the necessary entity escaping and whitespace stripping.
write(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the specified Elementto the document.
write(Attribute) - Method in class org.dom4j.io.XMLWriter
Writes the given Attribute.
write(CDATA) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given CDATA
write(CDATA) - Method in class org.dom4j.io.XMLWriter
Writes the given CDATA.
write(Comment) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given Comment
write(Comment) - Method in class org.dom4j.io.XMLWriter
Writes the given Comment.
write(Document) - Method in class org.dom4j.io.DOMWriter
 
write(Document) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given Document and all its content
write(Document) - Method in class org.dom4j.io.XMLWriter
This will print the Document to the current Writer.
write(Document, DOMImplementation) - Method in class org.dom4j.io.DOMWriter
 
write(DocumentType) - Method in class org.dom4j.io.XMLWriter
Writes the given DocumentType.
write(Element) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given Element and all its content
write(Element) - Method in class org.dom4j.io.XMLWriter
Writes the Element, including its Attribute s, and its value, and all its content (child nodes) to the current Writer.
write(Element, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
 
write(Entity) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given Entity
write(Entity) - Method in class org.dom4j.io.XMLWriter
Writes the given Entity.
write(Namespace) - Method in class org.dom4j.io.XMLWriter
Writes the given Namespace.
write(Node) - Method in class org.dom4j.io.SAXWriter
A polymorphic method to write any Node to this SAX stream
write(Node) - Method in class org.dom4j.io.XMLWriter
Writes the given Node.
write(ProcessingInstruction) - Method in class org.dom4j.io.SAXWriter
Generates SAX events for the given ProcessingInstruction
write(ProcessingInstruction) - Method in class org.dom4j.io.XMLWriter
Writes the given ProcessingInstruction.
write(Text) - Method in class org.dom4j.io.XMLWriter
Writes the given Text.
writeAttribute(Attribute) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Attributeto the stream.
writeAttribute(Attribute) - Method in class org.dom4j.io.XMLWriter
 
writeAttribute(Attributes, int) - Method in class org.dom4j.io.XMLWriter
 
writeAttributes(Element) - Method in class org.dom4j.io.XMLWriter
Writes the attributes of the given element
writeAttributes(Attributes) - Method in class org.dom4j.io.XMLWriter
 
writeCDATA(String) - Method in class org.dom4j.io.HTMLWriter
 
writeCDATA(String) - Method in class org.dom4j.io.XMLWriter
 
writeCDATA(CDATA) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J CDATAto the event stream.
writeChildNodes(Branch) - Method in class org.dom4j.io.STAXEventWriter
Writes each child node within the provided Branchinstance.
writeClose(String) - Method in class org.dom4j.io.HTMLWriter
Overriden method to not close certain element names to avoid wierd behaviour from browsers for versions up to 5.x
writeClose(String) - Method in class org.dom4j.io.XMLWriter
 
writeClose(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the closing tag of the specified Elementto the document.
writeClose(Element) - Method in class org.dom4j.io.SAXWriter
Writes the closing tag of an Element
writeClose(Element) - Method in class org.dom4j.io.XMLWriter
Writes the closing tag of an Element
writeCloseElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the closing tag of the specified Elementto the document.
writeComment(String) - Method in class org.dom4j.io.XMLWriter
 
writeComment(Comment) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Commentto the stream.
writeContent(Branch, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
 
writeDeclaration() - Method in class org.dom4j.io.HTMLWriter
 
writeDeclaration() - Method in class org.dom4j.io.XMLWriter
This will write the declaration to the given Writer.
writeDocType(String, String, String) - Method in class org.dom4j.io.XMLWriter
 
writeDocType(DocumentType) - Method in class org.dom4j.io.XMLWriter
 
writeDocument(Document) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Documentnode, and all its contents, to the stream.
writeDocumentType(DocumentType) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J DocumentTypeto the stream.
writeElement(Element) - Method in class org.dom4j.io.HTMLWriter
This override handles any elements that should not remove whitespace, such as <PRE>, <SCRIPT>, <STYLE>, and <TEXTAREA>.
writeElement(Element) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Elementnode and its children to the stream.
writeElement(Element) - Method in class org.dom4j.io.XMLWriter
 
writeElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the specified Elementto the document.
writeElementContent(Element) - Method in class org.dom4j.io.XMLWriter
Outputs the content of the given element.
writeEmptyElementClose(String) - Method in class org.dom4j.io.HTMLWriter
 
writeEmptyElementClose(String) - Method in class org.dom4j.io.XMLWriter
 
writeEntity(Entity) - Method in class org.dom4j.io.HTMLWriter
 
writeEntity(Entity) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Entityto the stream.
writeEntity(Entity) - Method in class org.dom4j.io.XMLWriter
 
writeEntityRef(String) - Method in class org.dom4j.io.XMLWriter
 
writeEscapeAttributeEntities(String) - Method in class org.dom4j.io.XMLWriter
 
writeExternal(ObjectOutput) - Method in class org.dom4j.io.SAXEventRecorder.SAXEvent
 
writeExternal(ObjectOutput) - Method in class org.dom4j.io.SAXEventRecorder
 
writeMethods - Variable in class org.dom4j.bean.BeanMetaData
Write methods used for setting properties
writeNamespace(String, String) - Method in class org.dom4j.io.XMLWriter
Writes the SAX namepsaces
writeNamespace(Namespace) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Namespaceto the stream.
writeNamespace(Namespace) - Method in class org.dom4j.io.XMLWriter
 
writeNamespace(Element, Namespace) - Method in class org.dom4j.io.DOMWriter
 
writeNamespaces() - Method in class org.dom4j.io.XMLWriter
Writes the SAX namepsaces
writeNode(Node) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Nodeto the stream.
writeNode(Node) - Method in class org.dom4j.io.XMLWriter
 
writeNodeText(Node) - Method in class org.dom4j.io.XMLWriter
This method is used to write out Nodes that contain text and still allow for xml:space to be handled properly.
writeObject(ObjectOutputStream) - Method in class org.dom4j.QName
 
writeOpen(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the opening tag of the specified Elementto the document.
writeOpen(Element) - Method in class org.dom4j.io.SAXWriter
Writes the opening tag of an Element, including its Attributes but without its content.
writeOpen(Element) - Method in class org.dom4j.io.XMLWriter
Writes the opening tag of an Element, including its Attributes but without its content.
writeOpenElement(Element) - Method in class org.dom4j.jaxb.JAXBWriter
Writes the opening tag of the specified Elementto the document.
writePrintln() - Method in class org.dom4j.io.XMLWriter
This will print a new line only if the newlines flag was set to true
writeProcessingInstruction(ProcessingInstruction) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J ProcessingInstructionto the stream.
writeProcessingInstruction(ProcessingInstruction) - Method in class org.dom4j.io.XMLWriter
 
writer - Variable in class org.dom4j.io.XMLWriter
The Writer used to output to
writeString(String) - Method in class org.dom4j.io.HTMLWriter
 
writeString(String) - Method in class org.dom4j.io.XMLWriter
 
writeText(Text) - Method in class org.dom4j.io.STAXEventWriter
Writes a DOM4J Textto the stream.

X

XML_NAMESPACE - Static variable in class org.dom4j.Namespace
XML Namespace
XMLErrorHandler - Class in org.dom4j.util
XMLErrorHandler is a SAX ErrorHandlerwhich turns the SAX parsing errors into XML so that the output can be formatted using XSLT or the errors can be included in a SOAP message.
XMLErrorHandler() - Constructor for class org.dom4j.util.XMLErrorHandler
 
XMLErrorHandler(Element) - Constructor for class org.dom4j.util.XMLErrorHandler
 
xmlFilter - Variable in class org.dom4j.io.SAXReader
The SAX filter used to filter SAX events
xmlNode - Variable in class org.dom4j.swing.LeafTreeNode
The dom4j Node which contains the
XMLNS - Static variable in class org.dom4j.io.SAXEventRecorder
 
xmlReader - Variable in class org.dom4j.io.DocumentSource
The XMLReader to use
xmlReader - Variable in class org.dom4j.io.SAXModifier
 
xmlReader - Variable in class org.dom4j.io.SAXReader
XMLReader used to parse the SAX events
xmlReader - Variable in class org.dom4j.io.SAXValidator
XMLReader used to parse the SAX events
XMLResult - Class in org.dom4j.io
XMLResult implements a JAXP SAXResultfor an output stream with support for pretty printing and control over how the XML is formatted.
XMLResult() - Constructor for class org.dom4j.io.XMLResult
 
XMLResult(OutputStream) - Constructor for class org.dom4j.io.XMLResult
 
XMLResult(OutputStream, OutputFormat) - Constructor for class org.dom4j.io.XMLResult
 
XMLResult(Writer) - Constructor for class org.dom4j.io.XMLResult
 
XMLResult(Writer, OutputFormat) - Constructor for class org.dom4j.io.XMLResult
 
XMLResult(XMLWriter) - Constructor for class org.dom4j.io.XMLResult
 
xmlSchemaReader - Variable in class org.dom4j.datatype.DatatypeDocumentFactory
reader of XML Schemas
XMLTableColumnDefinition - Class in org.dom4j.swing
XMLTableColumnDefinition a column within a table definition.
XMLTableColumnDefinition() - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
 
XMLTableColumnDefinition(String, String, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
 
XMLTableColumnDefinition(String, XPath, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
 
XMLTableColumnDefinition(XPath, XPath, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
 
XMLTableDefinition - Class in org.dom4j.swing
XMLTableDefinition represents a table definition based on XPath expression evaluated on an XML document.
XMLTableDefinition() - Constructor for class org.dom4j.swing.XMLTableDefinition
 
XMLTableModel - Class in org.dom4j.swing
XMLTableDefinition repro.
XMLTableModel(Document, Object) - Constructor for class org.dom4j.swing.XMLTableModel
Creates a TableModel from an XML table definition document and an XML source
XMLTableModel(Element, Object) - Constructor for class org.dom4j.swing.XMLTableModel
Creates a TableModel from an XML table definition document and an XML source
XMLTableModel(XMLTableDefinition, Object) - Constructor for class org.dom4j.swing.XMLTableModel
 
xmlWriter - Variable in class org.dom4j.io.SAXModifier
 
xmlWriter - Variable in class org.dom4j.io.SAXModifyContentHandler
 
xmlWriter - Variable in class org.dom4j.io.SAXModifyReader
 
xmlWriter - Variable in class org.dom4j.io.XMLResult
 
xmlWriter - Variable in class org.dom4j.jaxb.JAXBModifier
 
xmlWriter - Variable in class org.dom4j.jaxb.JAXBWriter
 
XMLWriter - Class in org.dom4j.io
XMLWriter takes a DOM4J tree and formats it to a stream as XML.
XMLWriter() - Constructor for class org.dom4j.io.XMLWriter
 
XMLWriter(OutputStream) - Constructor for class org.dom4j.io.XMLWriter
 
XMLWriter(OutputStream, OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
 
XMLWriter(Writer) - Constructor for class org.dom4j.io.XMLWriter
 
XMLWriter(Writer, OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
 
XMLWriter(OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
 
xpath - Variable in class org.dom4j.swing.XMLTableColumnDefinition
Holds value of property xpath.
xpath - Variable in class org.dom4j.xpath.DefaultXPath
 
xpath - Variable in exception org.dom4j.XPathException
The XPath expression that caused the exception
XPath - Interface in org.dom4j
XPath represents an XPath expression after it has been parsed from a String.
XPathException - Exception in org.dom4j
XPathException is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception.
XPathException(String) - Constructor for exception org.dom4j.XPathException
 
XPathException(String, Exception) - Constructor for exception org.dom4j.XPathException
 
XPathException(String, String) - Constructor for exception org.dom4j.XPathException
 
xpathNamespaceURIs - Variable in class org.dom4j.DocumentFactory
Default namespace prefix → URI mappings for XPath expressions to use
XPathPattern - Class in org.dom4j.xpath
XPathPattern is an implementation of Pattern which uses an XPath xpath.
XPathPattern(String) - Constructor for class org.dom4j.xpath.XPathPattern
 
XPathPattern(Pattern) - Constructor for class org.dom4j.xpath.XPathPattern
 
XPP3Reader - Class in org.dom4j.io
XPP3Reader is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.x .
XPP3Reader() - Constructor for class org.dom4j.io.XPP3Reader
 
XPP3Reader(DocumentFactory) - Constructor for class org.dom4j.io.XPP3Reader
 
xppFactory - Variable in class org.dom4j.io.XPP3Reader
XmlPullParser used to parse XML
xppParser - Variable in class org.dom4j.io.XPP3Reader
XmlPullParser used to parse XML
XSD_ALL - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_ATTRIBUTE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_CHOICE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_COMPLEXTYPE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_ELEMENT - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_INCLUDE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_NAMESPACE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_RESTRICTION - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_SEQUENCE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSD_SIMPLETYPE - Static variable in class org.dom4j.datatype.SchemaParser
 
XSI_NAMESPACE - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
 
XSI_NO_SCHEMA_LOCATION - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
 
XSI_SCHEMA_LOCATION - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages