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

R

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
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.
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.
removeModifier(String) - Method in class org.dom4j.io.SAXModifier
Removes the ElementModifierfrom the event based processor, for the specified element path.
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
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
 
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.
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
 
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
 
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(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 L M N O P Q R S T U V W X
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo