- 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
-
- 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
-
- 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
-
- AbstractNode - Class in org.dom4j.tree
-
AbstractNode
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractNode() - Constructor for class org.dom4j.tree.AbstractNode
-
- AbstractProcessingInstruction - Class in org.dom4j.tree
-
AbstractProcessingInstruction
is an abstract base class for
tree implementors to use for implementation inheritence.
- AbstractProcessingInstruction() - Constructor for class org.dom4j.tree.AbstractProcessingInstruction
-
- AbstractText - Class in org.dom4j.tree
-
AbstractText
is an abstract base class for tree implementors
to use for implementation inheritence.
- AbstractText() - Constructor for class org.dom4j.tree.AbstractText
-
- accept(Visitor) - Method in class org.dom4j.Namespace
-
- accept(Visitor) - Method in interface org.dom4j.Node
-
accept
is the method used in the Visitor Pattern.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractAttribute
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractCDATA
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractComment
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractDocument
-
accept
method is the Visitor Pattern
method.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractDocumentType
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractElement
-
accept
method is the Visitor Pattern
method.
- accept(Visitor) - Method in class org.dom4j.tree.AbstractEntity
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractProcessingInstruction
-
- accept(Visitor) - Method in class org.dom4j.tree.AbstractText
-
- Action - Interface in org.dom4j.rule
-
Action
represents some default action which should occur when
a rule matches a node in the XSLT processing model.
- add(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
-
- 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(String, String, String, String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
parameters modeled after SAX2 attribute approach
- addAttribute(String, String, String, String, boolean) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
Mode
instance
- addDocType(String, String, String) - Method in interface org.dom4j.Document
-
Adds a DOCTYPE declaration to this document
- addDocType(String, String, String) - Method in class org.dom4j.tree.DefaultDocument
-
- addDTDDeclaration(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
QName
to
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.SAXReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPP3Reader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.io.XPPReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - Method in class org.dom4j.jaxb.JAXBReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- additionalNamespaces() - Method in interface org.dom4j.Element
-
Returns any additional namespaces declarations for this element other
than namespace returned via the
Element.getNamespace()
method.
- additionalNamespaces() - Method in class org.dom4j.tree.AbstractElement
-
- additionalNamespaces() - 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
ElementModifier
to 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
JAXBObjectHandler
that 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
JAXBObjectModifier
to be called when the specified xml
path is encounted while parsing the source.
- addProcessingInstruction(String, String) - Method in interface org.dom4j.Document
-
Adds a processing instruction for the given target
- addProcessingInstruction(String, 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
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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_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() - Method in class org.dom4j.util.IndexedElement
-
- attributeIterator() - Method in interface org.dom4j.Element
-
DOCUMENT ME!
- attributeIterator() - Method in class org.dom4j.tree.AbstractElement
-
- attributeIterator() - Method in class org.dom4j.tree.DefaultElement
-
- attributeList() - Method in class org.dom4j.tree.AbstractElement
-
DOCUMENT ME!
- attributeList() - 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
-
- attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMSAXContentHandler
-
- attributeNameForNamespace(Namespace) - Method in class org.dom4j.io.DOMWriter
-
- attributes - Variable in class org.dom4j.tree.BaseElement
-
list of attributes
- attributes() - Method in interface org.dom4j.Element
-
Returns the
Attribute
instances this element contains as a backed
List
so that the attributes may be modified directly using the
List
interface.
- attributes() - Method in class org.dom4j.tree.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
-
- cache - Variable in class org.dom4j.DocumentFactory
-
- cache - Static variable in class org.dom4j.tree.NamespaceCache
-
Cache of
Map
instances indexed by URI which contain caches of
Namespace
for each prefix
- 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
- clear() - Method in class org.dom4j.bean.BeanAttributeList
-
- clear() - Method in class org.dom4j.rule.RuleManager
-
- clear() - Method in class org.dom4j.rule.Stylesheet
-
- clear() - Method in class org.dom4j.swing.XMLTableDefinition
-
- clear() - Method in class org.dom4j.tree.BackedList
-
- clear() - Method in class org.dom4j.tree.ContentListFacade
-
- clear() - Method in class org.dom4j.tree.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
- comment(char[], int, int) - Method in class org.dom4j.io.DOMSAXContentHandler
-
- comment(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
-
- comment(char[], int, int) - Method in class org.dom4j.io.SAXEventRecorder
-
- comment(char[], int, int) - Method in class org.dom4j.io.XMLWriter
-
- Comment - Interface in org.dom4j
-
Comment
defines the behavior of an XML comment.
- 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(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(CharacterData, CharacterData) - 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
-
- compareTo(Rule) - Method in class org.dom4j.rule.Rule
-
Compares two rules in XSLT processing model order assuming that the modes
are equal.
- completeCurrentTextNode() - Method in class org.dom4j.io.DOMSAXContentHandler
-
- completeCurrentTextNode() - Method in class org.dom4j.io.SAXContentHandler
-
If the current text buffer contains any text then create a new text node
with it and add it to the current element
- configureReader() - Method in class org.dom4j.io.SAXValidator
-
Configures the XMLReader before use
- configureReader(XMLReader, DefaultHandler) - Method in class org.dom4j.io.SAXReader
-
Configures the XMLReader before use
- contains(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
-
- content - Variable in class org.dom4j.tree.BaseElement
-
List of content nodes.
- content() - Method in interface org.dom4j.Branch
-
Returns the content nodes of this branch as a backed List
so that
the content of this branch may be modified directly using the
List
interface.
- content() - Method in class org.dom4j.tree.AbstractBranch
-
- contentList() - Method in class org.dom4j.tree.AbstractBranch
-
DOCUMENT ME!
- contentList() - Method in class org.dom4j.tree.BaseElement
-
- contentList() - Method in class org.dom4j.tree.DefaultDocument
-
- contentList() - Method in class org.dom4j.tree.DefaultElement
-
- ContentListFacade<T extends Node> - Class in org.dom4j.tree
-
ContentListFacade
represents a facade of the content of a
Branch
which is returned via calls to the
Branch.content()
method to allow users to modify the content of a
Branch
directly using the
List
interface.
- ContentListFacade(AbstractBranch, List<T>) - Constructor for class org.dom4j.tree.ContentListFacade
-
- contentRemoved() - Method in class org.dom4j.tree.AbstractBranch
-
Called when the given List content has been removed so each node should
have its parent and document relationships cleared
- convertToValue(String) - Method in class org.dom4j.datatype.DatatypeAttribute
-
- create(Object) - Static method in class org.dom4j.xpath.DefaultNamespaceContext
-
- createAttribute(String) - Method in class org.dom4j.dom.DOMDocument
-
- createAttribute(Attribute) - Method in class org.dom4j.io.STAXEventWriter
-
Constructs a STAX
Attribute
event 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
-
- 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
Comment
event 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.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(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
-
- 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
EndDocument
event from a DOM4J
Document
.
- createEndElement(Element) - Method in class org.dom4j.io.STAXEventWriter
-
Constructs a STAX
EndElement
event 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
-
- 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!
- 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
Characters
event from a DOM4J
CDATA
.
- createCharacters(Text) - Method in class org.dom4j.io.STAXEventWriter
-
Constructs a STAX
Characters
event 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
- 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
Mode
instance 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
-
- 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
Namespace
event 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
Pattern
instance 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
Pattern
instance which can then be used in an XSLT
processing model.
- createPattern(String) - Method in class org.dom4j.tree.AbstractNode
-
- createPattern(String) - Method in class org.dom4j.util.ProxyDocumentFactory
-
- 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
QName
from 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.
- createReader(InputStream) - Method in class org.dom4j.io.XPPReader
-
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(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
StartDocument
event from a DOM4J
Document
.
- createStartElement(Element) - Method in class org.dom4j.io.STAXEventWriter
-
Constructs a STAX
StartElement
event 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
- 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
-
- CharacterData - Interface in org.dom4j
-
CharacterData
is a marker interface for character based nodes
such as the CDATA
,Comment
and
Text
nodes.
- characters(char[], int, int) - Method in class org.dom4j.io.DOMSAXContentHandler
-
- characters(char[], int, int) - Method in class org.dom4j.io.SAXContentHandler
-
- characters(char[], int, int) - Method in class org.dom4j.io.SAXEventRecorder
-
- characters(char[], int, int) - Method in class org.dom4j.io.XMLWriter
-
- checkAddElementAllowed(Element) - Method in class org.dom4j.tree.AbstractDocument
-
- checkForNullHandlers() - Method in class org.dom4j.io.SAXWriter
-
Ensures non-null content handlers?
- childAdded(Node) - Method in class org.dom4j.datatype.DatatypeElement
-
Override to force lazy recreation of data object
- childAdded(Node) - Method in class org.dom4j.tree.AbstractBranch
-
Called when a new child node has been added to me to allow any parent
relationships to be created or events to be fired.
- childAdded(Node) - Method in class org.dom4j.tree.AbstractDocument
-
- childAdded(Node) - Method in class org.dom4j.tree.AbstractElement
-
Called when a new child node is added to create any parent relationships
- childRemoved(Node) - Method in class org.dom4j.datatype.DatatypeElement
-
Override to force lazy recreation of data object
- childRemoved(Node) - Method in class org.dom4j.tree.AbstractBranch
-
Called when a child node has been removed to allow any parent
relationships to be deleted or events to be fired.
- childRemoved(Node) - Method in class org.dom4j.tree.AbstractDocument
-
- childRemoved(Node) - Method in class org.dom4j.tree.AbstractElement
-
- children - Variable in class org.dom4j.swing.BranchTreeNode
-
Stores the child tree nodes
- children() - Method in class org.dom4j.swing.BranchTreeNode
-
- children() - Method in class org.dom4j.swing.LeafTreeNode
-
- DatatypeAttribute - Class in org.dom4j.datatype
-
- DatatypeAttribute(QName, XSDatatype) - Constructor for class org.dom4j.datatype.DatatypeAttribute
-
- DatatypeAttribute(QName, XSDatatype, String) - Constructor for class org.dom4j.datatype.DatatypeAttribute
-
- 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(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
-
- Decl - Interface in org.dom4j.dtd
-
Created by filip on 5.7.15.
- 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
-
- DEFAULT_CONTENT_LIST_SIZE - Static variable in class org.dom4j.tree.AbstractBranch
-
- 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.
- 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 - 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
XPath
which uses the
Jaxen project.
- DefaultXPath(String) - Constructor for class org.dom4j.xpath.DefaultXPath
-
Construct an XPath
- 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
-
- 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
-
- document - Variable in class org.dom4j.swing.DocumentTreeModel
-
The document for this model
- Document - Interface in org.dom4j
-
Document
defines an XML Document.
- 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 - 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.
- documentLocator(Document) - Method in class org.dom4j.io.SAXWriter
-
The Locator
is 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
SAXResult
for 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
SAXSource
for a
Document
.
- DocumentSource(Document) - Constructor for class org.dom4j.io.DocumentSource
-
Creates a JAXP
SAXSource
for the given
Document
.
- DocumentSource(Node) - Constructor for class org.dom4j.io.DocumentSource
-
Creates a JAXP
SAXSource
for 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
-
- 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
-
- 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.
- 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.
- 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
-
- getAttributeCount() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getAttributeLocalName(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getAttributeName() - Method in class org.dom4j.dtd.AttributeDecl
-
Getter for property attributeName.
- getAttributeNamespaceUri(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
-
- getAttributePrefix(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getAttributeQName(String, String, String) - Method in class org.dom4j.tree.NamespaceStack
-
- getAttributeQuoteCharacter() - Method in class org.dom4j.io.OutputFormat
-
- getAttributeRawName(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
-
- getAttributeValue(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getAttributeValueFromName(String, String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getAttributeValueFromRawName(String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
-
- 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!
- 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!
- 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
-
- 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.SAXReader
-
- getDispatchHandler() - Method in class org.dom4j.io.XPP3Reader
-
- getDispatchHandler() - Method in class org.dom4j.io.XPPReader
-
- 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.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() - 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
-
- 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.io.XPPReader
-
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
-
- getDocumentFactory() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getElement(int) - Method in interface org.dom4j.ElementPath
-
DOCUMENT ME!
- 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
-
- 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.OutputFormat
-
- getEncoding() - Method in class org.dom4j.io.SAXReader
-
Returns encoding used for InputSource (null means system default
encoding)
- 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.dtd
package
- 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
-
- 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
-
- 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.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.dtd
package
- 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() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getLocalName(Node) - Static method in class org.dom4j.dom.DOMNodeHelper
-
- 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).
- 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!
- 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!
- 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 class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
-
Deprecated.
- 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
-
- getPath() - Method in interface org.dom4j.ElementPath
-
DOCUMENT ME!
- 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.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.AbstractCharacterData
-
- 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() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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
-
- 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 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
-
- 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
-
- getRawName() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- getRootElement() - Method in interface org.dom4j.Document
-
Returns the root
Element
for 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!
- 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
-
- 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.
- 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.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.AbstractCharacterData
-
- getUniquePath(Element) - Method in class org.dom4j.tree.AbstractProcessingInstruction
-
- 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
-
- 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
-
- 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.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
-
- getXMLWriter() - Method in class org.dom4j.io.XMLResult
-
- 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
-
- getXPPFactory() - Method in class org.dom4j.io.XPPReader
-
- getXPPParser() - Method in class org.dom4j.io.XPP3Reader
-
- getXPPParser() - Method in class org.dom4j.io.XPPReader
-
- 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
- name - Variable in class org.dom4j.tree.FlyweightEntity
-
The name of the Entity
- 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
Map
instances indexed by namespace which contain caches
of
QName
for 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
-
- 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
-
- 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 Comparator
of 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
-
- 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
QName
instances 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
Namespace
instances 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.XMLWriter
-
- notSupported() - Static method in class org.dom4j.dom.DOMNodeHelper
-
Called when a method has not been implemented yet
- 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
-
- read(char[]) - Method in class org.dom4j.io.XPP3Reader
-
Reads a Document from the given array of characters
- read(char[]) - Method in class org.dom4j.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.io.XPPReader
-
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.
- 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
Document
from 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.
- readExternal(ObjectInput) - Method in class org.dom4j.io.SAXEventRecorder
-
- readCharacters(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
-
Constructs a DOM4J Text or CDATA section from the provided event stream.
- 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
Node
from the event stream.
- 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
-
- 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
-
- removeAtttributes() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
remove all atribute
- 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.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.io.XPPReader
-
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.
- 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
-
- removeModifier(String) - Method in class org.dom4j.io.SAXModifier
-
Removes the
ElementModifier
from 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
JAXBObjectHandler
from the event based processor, for
the specified element path.
- removeObjectModifier(String) - Method in class org.dom4j.jaxb.JAXBModifier
-
Removes the
JAXBObjectModifier
from 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
-
- 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
-
- 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
-
- 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.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
-
- resetModifiers() - Method in class org.dom4j.io.SAXModifier
-
Removes all registered
ElementModifier
instances from the event
based processor.
- resetNamespaceStack() - Method in class org.dom4j.io.DOMWriter
-
- resetObjectModifiers() - Method in class org.dom4j.jaxb.JAXBModifier
-
- resetStartTag() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- resetTag() - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- resolveEntity(String, String) - Method in class org.dom4j.io.SAXReader.SAXEntityResolver
-
- resolveEntityRefs() - Method in class org.dom4j.io.XMLWriter
-
- resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
-
- resolveNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
Node
or
List
of
Node
s 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
Node
or
List
of
Node
s 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
Node
or
List
of
Node
s 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
List
of
Node
instances 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
List
of
Node
instances 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
-
- 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
Node
or
List
of
Node
s 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
-
- 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
-
- setAttributeValue(String, String) - Method in class org.dom4j.tree.AbstractElement
-
- setAttributeValue(QName, String) - Method in interface org.dom4j.Element
-
- setAttributeValue(QName, String) - Method in class org.dom4j.tree.AbstractElement
-
- setAttributeXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
-
Registers the given XSDatatype
for the given
<attribute> QNames
- 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
-
- 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.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.
- setDefaultHandler(ElementHandler) - Method in class org.dom4j.io.XPPReader
-
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.SAXReader
-
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XPP3Reader
-
- setDispatchHandler(DispatchHandler) - Method in class org.dom4j.io.XPPReader
-
- 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.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
-
- 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.io.XPPReader
-
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
-
- setDocumentFactory(DocumentFactory) - Method in class org.dom4j.xpp.ProxyXmlStartTag
-
- 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.XMLWriter
-
- setDocumentURI(String) - Method in class org.dom4j.dom.DOMDocument
-
- setDomDocumentClass(Class<?>) - Method in class org.dom4j.io.DOMWriter
-
Sets the DOM Document
implementation class used by
the writer when creating DOM documents.
- setDomDocumentClassName(String) - Method in class org.dom4j.io.DOMWriter
-
Sets the DOM Document
implementation 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
-
- 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.dtd
package
- 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
-
- setChildElementXSDatatype(QName, XSDatatype) - Method in class org.dom4j.datatype.DatatypeElementFactory
-
- 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.dtd
package
- 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 (<?
- 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
- 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.jaxb.JAXBModifier
-
Define whether the modified
Document
must 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 (<?
- 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
-
- 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
XMLWriter
used to write the modified document.
- 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.XPPReader
-
- setXPPFactory(XmlPullParserFactory) - Method in class org.dom4j.io.XPP3Reader
-
- shouldEncodeChar(int) - Method in class org.dom4j.io.XMLWriter
-
Should the given character be escaped.
- 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
-
- 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
-
- SingleIterator<T> - Class in org.dom4j.tree
-
SingleIterator
is an Iterator
over a single object
instance.
- SingleIterator(T) - Constructor for class org.dom4j.tree.SingleIterator
-
- singleton - Static variable in class org.dom4j.datatype.DatatypeDocumentFactory
-
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
- 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.tree.ContentListFacade
-
- size() - Method in class org.dom4j.tree.NamespaceStack
-
DOCUMENT ME!
- 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 Comparator
and 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 Comparator
and 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 Comparator
and 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
- splitText(int) - Method in class org.dom4j.dom.DOMCDATA
-
- splitText(int) - Method in class org.dom4j.dom.DOMText
-
- STANDARD_INDENT - Static variable in class org.dom4j.io.OutputFormat
-
standard value to indent by, if we are indenting
- 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.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.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.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.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.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.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
- startsWithWhitespace(CharSequence) - Static method in class org.dom4j.util.StringUtils
-
Finds out if the given character sequence starts with a whitespace
character.
- STAXEventReader - Class in org.dom4j.io
-
Reads a DOM4J
Document
, as well as other
Node
s, 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
DocumentFactory
to construct DOM4J
Node
s.
- STAXEventWriter - Class in org.dom4j.io
-
Writes DOM4J
Node
s 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.
- STRING_TYPE - Static variable in class org.dom4j.swing.XMLTableColumnDefinition
-
- StringUtils - Class in org.dom4j.util
-
Contains utilities related to strings.
- 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
-