A B C D E F G H I J 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.XPP3Reader
Reads a Document from the given File
read(URL) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given URL
read(String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given URL or filename.
read(InputStream) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given stream
read(Reader) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given Reader
read(char[]) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given array of characters
read(InputStream, String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given stream
read(Reader, String) - Method in class org.dom4j.io.XPP3Reader
Reads a Document from the given Reader
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
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(InputSource) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputSource
read(InputStream) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputStream
read(InputStream, String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified InputStream
read(Reader) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified Reader
read(Reader, String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the specified Reader
read(String) - Method in class org.dom4j.jaxb.JAXBReader
Parses the the given URL or filename.
read(URL) - Method in class org.dom4j.jaxb.JAXBReader
Parses the the given URL.
readAttribute(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Attribute from the provided event stream.
readCharacters(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Text or CDATA section from the provided event stream.
readComment(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Comment from the provided event stream.
readDocument(InputStream) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O stream and reads a DOM4J document from it.
readDocument(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(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, String) - Method in class org.dom4j.io.STAXEventReader
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
readDocument(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a DOM4J Documentfrom the provided stream.
readElement(Node, Branch) - Method in class org.dom4j.io.DOMReader
 
readElement(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a DOM4J Element from the provided event stream.
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
 
readNamespace(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Constructs a DOM4J Namespace from the provided event stream.
readNode(XMLEventReader) - Method in class org.dom4j.io.STAXEventReader
Reads a Nodefrom the event stream.
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(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
Deprecated. 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
 
removeAttributeByRawName(String) - Method in class org.dom4j.xpp.ProxyXmlStartTag
 
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
 
removeAtttributes() - Method in class org.dom4j.xpp.ProxyXmlStartTag
Deprecated. Use removeAttributes() instead.
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.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.
removeModifier(String) - Method in class org.dom4j.io.SAXModifier
Removes the ElementModifierfrom the event based processor, for the specified element path.
removeNamedItem(String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
removeNamedItemNS(String, String) - Method in class org.dom4j.dom.DOMAttributeNodeMap
 
removeNode(Node) - Method in class org.dom4j.tree.AbstractBranch
 
removeNode(Node) - Method in class org.dom4j.tree.AbstractElement
 
removeNode(Node) - Method in class org.dom4j.tree.DefaultDocument
 
removeNode(Node) - Method in class org.dom4j.tree.DefaultElement
 
removeNode(Node) - Method in class org.dom4j.util.IndexedElement
 
removeObjectHandler(String) - Method in class org.dom4j.jaxb.JAXBReader
Removes the JAXBObjectHandlerfrom the event based processor, for the specified element path.
removeObjectModifier(String) - Method in class org.dom4j.jaxb.JAXBModifier
Removes the JAXBObjectModifierfrom the event based processor, for the specified element path.
removeProcessingInstruction(String) - Method in interface org.dom4j.Branch
Removes the processing instruction for the given target if it exists
removeProcessingInstruction(String) - Method in class org.dom4j.tree.AbstractElement
 
removeProcessingInstruction(String) - Method in class org.dom4j.tree.DefaultDocument
 
removeProcessingInstruction(String) - Method in class org.dom4j.tree.DefaultElement
 
removeRule(Rule) - Method in class org.dom4j.rule.Mode
 
removeRule(Rule) - Method in class org.dom4j.rule.RuleManager
 
removeRule(Rule) - Method in class org.dom4j.rule.RuleSet
 
removeRule(Rule) - Method in class org.dom4j.rule.Stylesheet
Removes the specified rule from this stylesheet.
removeValue(String) - Method in interface org.dom4j.ProcessingInstruction
 
removeValue(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
 
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
 
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
Removes all registered JAXBObjectHandlerand ElementHandler instances from the event based processor.
resetModifiers() - Method in class org.dom4j.io.SAXModifier
Removes all registered ElementModifierinstances from the event based processor.
resetNamespaceStack() - Method in class org.dom4j.io.DOMWriter
 
resetObjectModifiers() - Method in class org.dom4j.jaxb.JAXBModifier
Removes all registered JAXBObjectModifierinstances from the event based processor.
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
 
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(Object, String) - Method in class org.dom4j.rule.Stylesheet
 
run(List) - Method in class org.dom4j.rule.Stylesheet
 
run(List, String) - Method in class org.dom4j.rule.Stylesheet
 
run(Node) - Method in class org.dom4j.rule.Stylesheet
 
run(Node, String) - Method in class org.dom4j.rule.Stylesheet
 

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

SourceForge Logo