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

R

readDTDStream(InputStream) - Method in class com.ibm.xml.parser.Parser
Returns a parsed external DTD subset based on the specified inputStream.
readDTDStream(Reader) - Method in class com.ibm.xml.parser.Parser
Returns a parsed external DTD subset based on the specified reader.
readDTDStream(Source) - Method in class com.ibm.xml.parser.Parser
Returns a parsed external DTD subset based on the specified source.
readStream(InputStream) - Method in class com.ibm.xml.parser.Parser
Returns a parsed XML document based on the specified inputStream.
readStream(Reader) - Method in class com.ibm.xml.parser.Parser
Returns a parsed XML document based on the specified reader.
readStream(Source) - Method in class com.ibm.xml.parser.Parser
Returns a parsed XML document based on the specified source.
realInsert(Node, int) - Method in class com.ibm.xml.parser.Parent
Insert a Child Node into the specified position in this Node's list of children.
realInsert(Node, int) - Method in class com.ibm.xml.parser.TXDocument
Insert a Child Node into the specified position.
realInsert(Node, int) - Method in class com.ibm.xml.parser.TXAttribute
Insert a Node into the specified position.
realInsert(Node, int) - Method in class com.ibm.xml.parser.DTD
Insert a Child Node into the specified position in this Node's list of children.
RecursivePreorderTreeTraversal - class com.ibm.xml.parser.util.RecursivePreorderTreeTraversal.
RecursivePreorderTreeTraversal defines a specific document object tree traversal algorithm for use by the visitor design pattern.
RecursivePreorderTreeTraversal(Visitor) - Constructor for class com.ibm.xml.parser.util.RecursivePreorderTreeTraversal
Constructor.
ReferenceHandler - interface com.ibm.xml.parser.ReferenceHandler.
An interface for receiving control when a General Reference is recognized by the XML4J parser.
Regexp - class com.ibm.xml.omake.Regexp.
Regular expression matching using non-deterministic finate automaton (NFA).
Regexp(String) - Constructor for class com.ibm.xml.omake.Regexp
Constructor.
RegexpParseException - exception com.ibm.xml.omake.RegexpParseException.
 
RegexpParseException() - Constructor for class com.ibm.xml.omake.RegexpParseException
 
RegexpParseException(String) - Constructor for class com.ibm.xml.omake.RegexpParseException
 
registID(Element, String) - Method in class com.ibm.xml.parser.DTD
Register the identifier attribute associated with the specified element in the XML document.
RelTerm - class com.ibm.xml.xpointer.RelTerm.
The RelTerm class provides support for relative location terms in XPointers.
RelTerm(int) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(all).
RelTerm(int, boolean, int) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(all,nodeType).
RelTerm(int, boolean, int, int, String, Vector) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for specifying attributes and for full customization.
RelTerm(int, int) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(instance).
RelTerm(int, int, int) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(instance,nodeType).
RelTerm(int, int, String) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(instance,elementName).
RelTerm(int, String) - Constructor for class com.ibm.xml.xpointer.RelTerm
Constructor for keywordType(all,elementName).
RelTermAttribute - class com.ibm.xml.xpointer.RelTermAttribute.
The RelTermAttribute class provides support for attribute qualifiers to elements which are candidates for relative location terms in XPointers.
RelTermAttribute(String, int, String) - Constructor for class com.ibm.xml.xpointer.RelTermAttribute
Constructor.
removeAttribute(String) - Method in class com.ibm.xml.parser.TXElement
Removes the attribute that matches the specified name from this Element.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Remove an attribute from the list.
removeAttributeNode(Attr) - Method in class com.ibm.xml.parser.TXElement
Removes the specified attribute from this Element.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute.
removeChild(Node) - Method in class com.ibm.xml.parser.Child
Throws a DOMException because Child Nodes are leaf Nodes.
removeChild(Node) - Method in class com.ibm.xml.parser.Parent
Removes the Child Node indicated by oldChild from this Nodes list of children, and returns it.
removeChild(Node) - Method in class com.ibm.xml.parser.TXDocument
Removes the Child Node indicated by oldChild from this Nodes list of children, and returns it.
removeChild(Node) - Method in class com.ibm.xml.parser.TXAttribute
Removes the child Node indicated by oldChild from this Nodes list of children, and returns it.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeLastOtherTerm() - Method in class com.ibm.xml.xpointer.XPointer
Returns and removes the OtherTerm at the end of this XPointer.
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeOverlappedNamespaceAttributes() - Method in class com.ibm.xml.parser.TXElement
Remove overlapped xmlns: attributes.
removeOverlappedNamespaceAttributes() - Method in class com.ibm.xml.parser.GeneralReference
Call removeOverlappedNamespaceAttributes() for each TXElement child.
replaceChild(Node, Node) - Method in class com.ibm.xml.parser.Child
Throws a DOMException because Child Nodes are leaf Nodes.
replaceChild(Node, Node) - Method in class com.ibm.xml.parser.Parent
Replaces the Child Node oldChild with newChild in this Node's list of children, and return the oldChild Node.
replaceChild(Node, Node) - Method in class com.ibm.xml.parser.TXDocument
Replaces the Child Node oldChild with newChild in this Node's list of children, and return the oldChild Node.
replaceChild(Node, Node) - Method in class com.ibm.xml.parser.TXAttribute
Replaces the child Node oldChild with newChild in this Node's list of children, and return the oldChild Node.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in class com.ibm.xml.parser.TXCharacterData
Replace the characters starting at the specified character offset with the specified string.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified character offset with the specified string.
REQUIRED - Static variable in class com.ibm.xml.parser.AttDef
 
resetCheckValidity() - Method in class com.ibm.xml.parser.TXDocument
Reconfigure checkValidity flag.
resetDefaultAttribute(String) - Method in class com.ibm.xml.parser.TXElement
Called in removeAttribute()/removeAttributeNode().
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
reverse(String) - Static method in class com.ibm.xml.parser.MIME2Java
Convert a Java encoding name to MIME charset name.

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