XML for Java Compatibility API 2.0.13
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.
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.
removeAttributeNode(Attr) - Method in class com.ibm.xml.parser.TXElement
Removes the specified attribute from this Element.
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.
removeLastOtherTerm() - Method in class com.ibm.xml.xpointer.XPointer
Returns and removes the OtherTerm at the end of this XPointer.
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.
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.
REQUIRED - Static variable in class com.ibm.xml.parser.AttDef
 
reset() - Method in class com.ibm.xml.parser.Parser
This method is not part of the Parser API and is called automatically by the parser internals. Resets the parser between calls to parse.
resetCheckValidity() - Method in class com.ibm.xml.parser.TXDocument
Reconfigure checkValidity flag.
resetDefaultAttribute(String) - Method in class com.ibm.xml.parser.TXElement
Sets a default attribute if name has default value.
reverse(String) - Static method in class com.ibm.xml.parser.MIME2Java
Convert a Java encoding name to MIME charset name.

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