Alphabetical Index: A

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

A

accept(org.dom4j.Visitor) - method in class org.dom4j.Namespace
accept is the method used in the Visitor Pattern.
accept(org.dom4j.Visitor) - method in class org.dom4j.Node
accept is the method used in the Visitor Pattern.
Action - interface org.dom4j.rule.Action
Action represents some default action which should occur when a rule matches a node in the XSLT processing model.
add(org.dom4j.Attribute) - method in class org.dom4j.Element
Adds the given Attribute to this element.
add(org.dom4j.CDATA) - method in class org.dom4j.Element
Adds the given CDATA to this element.
add(org.dom4j.Comment) - method in class org.dom4j.Branch
Adds the given Comment to this branch.
add(org.dom4j.Element) - method in class org.dom4j.Branch
Adds the given Element to this branch.
add(org.dom4j.Entity) - method in class org.dom4j.Element
Adds the given Entity to this element.
add(org.dom4j.Namespace) - method in class org.dom4j.Element
Adds the given Namespace to this element.
add(org.dom4j.Node) - method in class org.dom4j.Branch
Adds the given Node or throws IllegalAddException if the given node is not of a valid type.
add(org.dom4j.ProcessingInstruction) - method in class org.dom4j.Branch
Adds the given ProcessingInstruction to this branch.
add(org.dom4j.Text) - method in class org.dom4j.Element
Adds the given Text to this element.
addAll(org.dom4j.rule.RuleSet) - method in class org.dom4j.rule.RuleSet
Adds all the rules to this RuleSet from the given other rule set.
addAttribute(org.dom4j.QName,String) - method in class org.dom4j.Element
Adds the attribute value of the given fully qualified name.
addAttribute(String,String) - method in class org.dom4j.Element
Adds the attribute value of the given local name.
Add all the attributes to the given elements
addCDATA(String) - method in class org.dom4j.Element
Adds a new CDATA node with the given text to this element.
addComment(String) - method in class org.dom4j.Document
Adds a new Comment node with the given text to this branch.
addComment(String) - method in class org.dom4j.Element
Adds a new Comment node with the given text to this element.
Add all namespaces declared before the startElement() SAX event to the current element so that they are available to child elements and attributes
addDefaultRules(org.dom4j.rule.Mode) - method in class org.dom4j.rule.RuleManager
Adds the default stylesheet rules to the given Modeinstance
addDocType(String,String,String) - method in class org.dom4j.Document
Adds a DOCTYPE declaration to this document
addDTDDeclaration(Object) - method in class org.dom4j.io.SAXContentHandler
Adds an internal DTD declaration to the list of declarations
addElement(org.dom4j.QName) - method in class org.dom4j.Branch
Adds a new Element node with the given QNameto this branch and returns a reference to the new node.
addElement(String) - method in class 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,String) - method in class 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.
addEntity(String,String) - method in class 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.
Adds the given parse exception information to the given element instance
Adds an external DTD declaration to the list of declarations
Adds the ElementHandler to be called when the specified path is encounted.
Adds the ElementHandler to be called when the specified path is encounted.
Adds the ElementHandler to be called when the specified path is encounted.
Adds the ElementHandler to be called when the specified path is encounted.
additionalNamespaces() - method in class org.dom4j.Element
Returns any additional namespaces declarations for this element other than namespace returned via the getNamespace()method.
Adds the ElementModifierto be called when the specified element path is encounted while parsing the source.
addNamespace(String,String) - method in class org.dom4j.Element
Adds a namespace to this element for use by its child content
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.
addNode(org.dom4j.Node) - method in class org.dom4j.util.IndexedElement
Adds a processing instruction for the given target
addProcessingInstruction(String,Map) - method in class org.dom4j.Element
Adds a processing instruction for the given target
Adds a processing instruction for the given target
Adds a processing instruction for the given target
addRule(org.dom4j.rule.Rule) - method in class org.dom4j.rule.Mode
addRule(org.dom4j.rule.Rule) - method in class org.dom4j.rule.RuleManager
addRule(org.dom4j.rule.Rule) - method in class org.dom4j.rule.RuleSet
addRule(org.dom4j.rule.Rule) - method in class org.dom4j.rule.Stylesheet
Add a rule to this stylesheet.
addText(String) - method in class org.dom4j.datatype.DatatypeElement
addText(String) - method in class org.dom4j.Element
Adds a new Text node with the given text to this element.
addToElementIndex(org.dom4j.Element) - method in class org.dom4j.util.IndexedElement
addToNameMap(Map,String,org.dom4j.rule.Rule) - method in class org.dom4j.rule.Mode
Adds the Rule to a RuleSet for the given name.
ANY_NODE - static field in class org.dom4j.Node
Matches Element nodes
ANY_NODE - static field in class org.dom4j.rule.Pattern
Matches any node
appendAttributes(org.dom4j.Element) - method in class org.dom4j.Element
Appends the attributes of the given element to me.
appendContent(org.dom4j.Branch) - method in class org.dom4j.Branch
Appends the content of the given branch to this branch instance.
appendText(String) - method in class org.dom4j.CharacterData
Appends the given text to this nodes text value.
applyTemplates(Object) - method in class org.dom4j.rule.Stylesheet
If input is a Node, this will processes all of the children of that node.
applyTemplates(Object,org.dom4j.XPath) - method in class org.dom4j.rule.Stylesheet
Processes the result of the xpath expression.
Processes the result of the xpath expression in the given mode.
applyTemplates(Object,org.jaxen.XPath) - method in class org.dom4j.rule.Stylesheet
Processes the result of the xpath expression.
Processes the result of the xpath expression in the given mode.
applyTemplates(Object,String) - method in class org.dom4j.rule.Stylesheet
Processes the input object in the given mode.
applyTemplates(org.dom4j.Document) - method in class org.dom4j.rule.Mode
applyTemplates(org.dom4j.Element) - method in class org.dom4j.rule.Mode
asElement(Object) - method in class org.dom4j.util.IndexedElement
asElementIterator(Object) - method in class org.dom4j.util.IndexedElement
DOCUMENT ME!
asElementList(Object) - method in class org.dom4j.util.IndexedElement
asXML() - method in class org.dom4j.Namespace
asXML returns the textual XML representation of this node.
asXML() - method in class org.dom4j.Node
asXML returns the textual XML representation of this node.
asXPathResult(org.dom4j.Element) - method in class org.dom4j.Node
asXPathResult returns a version of this node which is capable of being an XPath result.
Attribute - interface org.dom4j.Attribute
Attribute defines an XML attribute.
attribute(int) - method in class org.dom4j.Element
Returns the attribute at the specified indexGets the
attribute(org.dom4j.QName) - method in class org.dom4j.Element
DOCUMENT ME!
attribute(org.dom4j.QName) - method in class org.dom4j.util.IndexedElement
attribute(String) - method in class org.dom4j.Element
Returns the attribute with the given name
attribute(String) - method in class org.dom4j.util.IndexedElement
ATTRIBUTE_NODE - static field in class org.dom4j.Node
Matches elements nodes
attributeCount() - method in class org.dom4j.Element
DOCUMENT ME!
AttributeDecl - class org.dom4j.dtd.AttributeDecl
AttributeDecl represents an attribute declaration in a DTD.
AttributeDecl() - constructor for class org.dom4j.dtd.AttributeDecl
Report an attribute type declaration.
AttributeHelper - class org.dom4j.util.AttributeHelper
AttributeHelper a number of helper methods for working with attribute values.
AttributeHelper() - constructor for class org.dom4j.util.AttributeHelper
attributeIndex() - method in class org.dom4j.util.IndexedElement
attributeIterator() - method in class org.dom4j.Element
DOCUMENT ME!
attributes() - method in class org.dom4j.Element
Returns the Attributeinstances this element contains as a backed Listso that the attributes may be modified directly using the Listinterface.
attributeValue(org.dom4j.QName) - method in class 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.
This returns the attribute value for the attribute with the given fully qualified name or the default value if there is no such attribute value.
attributeValue(String) - method in class org.dom4j.Element
This returns the attribute value for the attribute with the given name and any namespace or null if there is no such attribute or the empty string if the attribute value is empty.
attributeValue(String,String) - method in class 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.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo