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

R

Rule - class org.dom4j.rule.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 org.dom4j.rule.RuleManager.
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 org.dom4j.rule.RuleSet.
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
 
read(Document) - Method in class org.dom4j.io.DOMReader
 
read(File) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given File
read(URL) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given URL using SAX
read(String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given URL or filename using SAX.
read(InputStream) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given stream using SAX
read(Reader) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given Reader using SAX
read(InputStream, String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given stream using SAX
read(Reader, String) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given Reader using SAX
read(InputSource) - Method in class org.dom4j.io.SAXReader
Reads a Document from the given InputSource using SAX
read(File) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given File
read(URL) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given URL
read(String) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given URL or filename.
read(InputStream) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given stream
read(Reader) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given Reader
read(char[]) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given array of characters
read(InputStream, String) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given stream
read(Reader, String) - Method in class org.dom4j.io.XPPReader
Reads a Document from the given Reader
readElement(Node, Branch) - Method in class org.dom4j.io.DOMReader
 
readTree(Node, Branch) - Method in class org.dom4j.io.DOMReader
 
remove(Node) - Method in interface org.dom4j.Branch
Removes the given Node if the node is an immediate child of this branch.
remove(Comment) - Method in interface org.dom4j.Branch
Removes the given Comment if the node is an immediate child of this branch.
remove(Element) - Method in interface org.dom4j.Branch
Removes the given Element if the node is an immediate child of this branch.
remove(ProcessingInstruction) - Method in interface org.dom4j.Branch
Removes the given ProcessingInstruction if the node is an immediate child of this branch.
remove(Attribute) - Method in interface org.dom4j.Element
Removes the given Attribute from this element.
remove(CDATA) - Method in interface org.dom4j.Element
Removes the given CDATA if the node is an immediate child of this element.
remove(Entity) - Method in interface org.dom4j.Element
Removes the given Entity if the node is an immediate child of this element.
remove(Namespace) - Method in interface org.dom4j.Element
Removes the given Namespace if the node is an immediate child of this element.
remove(Text) - Method in interface org.dom4j.Element
Removes the given Text if the node is an immediate child of this element.
remove(Object) - Method in class org.dom4j.bean.BeanAttributeList
 
remove(int) - Method in class org.dom4j.bean.BeanAttributeList
 
remove(Node) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Comment) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Element) - Method in class org.dom4j.tree.AbstractBranch
 
remove(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractBranch
 
remove(Element) - Method in class org.dom4j.tree.AbstractDocument
 
remove(Attribute) - Method in class org.dom4j.tree.AbstractElement
 
remove(Node) - Method in class org.dom4j.tree.AbstractElement
 
remove(CDATA) - Method in class org.dom4j.tree.AbstractElement
 
remove(Comment) - Method in class org.dom4j.tree.AbstractElement
 
remove(Element) - Method in class org.dom4j.tree.AbstractElement
 
remove(Entity) - Method in class org.dom4j.tree.AbstractElement
 
remove(Namespace) - Method in class org.dom4j.tree.AbstractElement
 
remove(ProcessingInstruction) - Method in class org.dom4j.tree.AbstractElement
 
remove(Text) - Method in class org.dom4j.tree.AbstractElement
 
remove(Object) - Method in class org.dom4j.tree.BackedList
 
remove(int) - Method in class org.dom4j.tree.BackedList
 
remove(Object) - Method in class org.dom4j.tree.ContentListFacade
 
remove(int) - Method in class org.dom4j.tree.ContentListFacade
 
remove(Attribute) - Method in class org.dom4j.tree.DefaultElement
 
remove() - Method in class org.dom4j.tree.FilterIterator
Always throws UnsupportedOperationException as this class does look-ahead with its internal iterator.
remove(int) - Method in class org.dom4j.tree.NamespaceStack
Removes the namespace at the given index of the stack
remove() - Method in class org.dom4j.tree.SingleIterator
 
removeAll(Collection) - Method in class org.dom4j.tree.ContentListFacade
 
removeAttribute(String) - Method in class org.dom4j.dom.DOMElement
 
removeAttributeByName(String, String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
remove an atribute by name
removeAttributeByRawName(String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
remove an atribute by raw name
removeAttributeNS(String, String) - Method in class org.dom4j.dom.DOMElement
 
removeAttributeNode(Attr) - Method in class org.dom4j.dom.DOMElement
 
removeAttributes() - Method in class org.dom4j.xpp.ProxyXmlStartTag
remove all atribute
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, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
removeChild(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
removeChild(Node) - Method in class org.dom4j.dom.DOMText
 
removeColumn(XMLTableColumnDefinition) - Method in class org.dom4j.swing.XMLTableDefinition
 
removeDuplicates(List, Map) - Method in class org.dom4j.xpath.DefaultXPath
Removes items from the list which have duplicate values
removeFromAttributeIndex(Attribute) - Method in class org.dom4j.util.IndexedElement
 
removeFromAttributeIndex(Object, Attribute) - Method in class org.dom4j.util.IndexedElement
 
removeFromElementIndex(Element) - Method in class org.dom4j.util.IndexedElement
 
removeFromElementIndex(Object, Element) - Method in class org.dom4j.util.IndexedElement
 
removeFromNameMap(Map, 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.XPPReader
Removes the ElementHandler from the event based processor, for the specified 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
 
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
 
removeValue(String) - Method in interface org.dom4j.ProcessingInstruction
 
removeValue(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
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, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
replaceChild(Node, Node) - Method in class org.dom4j.dom.DOMText
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMCDATA
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMComment
 
replaceData(CharacterData, int, int, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
replaceData(int, int, String) - Method in class org.dom4j.dom.DOMText
 
resetNamespaceStack() - Method in class org.dom4j.io.DOMWriter
 
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
 
resolver - Variable in class org.dom4j.persistence.nativ.XMLDBStrategy
 
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
 
run(Node) - Method in interface org.dom4j.rule.Action
 
run(Node) - Method in class org.dom4j.rule.NullAction
 
run(Object) - Method in class org.dom4j.rule.Stylesheet
Runs this stylesheet on the given input which should be either a Node or a List of Node objects.
run(List) - Method in class org.dom4j.rule.Stylesheet
 
run(Node) - Method in class org.dom4j.rule.Stylesheet
 

A B C D E F G H I L M N O P Q R S T U V W X
Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo