Xerces 3.1.1 API: R-Index
A B C D E F G H I J K L M N O P R S T U V W X _
R
Range - interface org.w3c.dom.range.Range . RangeException - exception org.w3c.dom.range.RangeException .Range operations may throw a RangeException
as specified in
their method descriptions. RangeException(short, String) -
Constructor for class org.w3c.dom.range.RangeException
RangeExceptionImpl - exception org.apache.xerces.dom.RangeExceptionImpl . RangeExceptionImpl(short, String) -
Constructor for class org.apache.xerces.dom.RangeExceptionImpl
RangeImpl - class org.apache.xerces.dom.RangeImpl .The RangeImpl class implements the org.w3c.dom.range.Range interface. RangeImpl(DocumentImpl) -
Constructor for class org.apache.xerces.dom.RangeImpl
The constructor.
ranges -
Variable in class org.apache.xerces.dom.DocumentImpl
Ranges
readerChange(XMLEntityHandler.EntityReader, int) -
Method in class org.apache.xerces.framework.XMLDTDScanner
Change readers
readerChange(XMLEntityHandler.EntityReader, int) -
Method in class org.apache.xerces.framework.XMLDocumentScanner
Change readers
READONLY -
Static variable in class org.apache.xerces.dom.NodeImpl
READONLY -
Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
Register a serializer factory, keyed by the given
method string.
releaseAttrList(int) -
Method in class org.apache.xerces.framework.XMLAttrList
Make the resources of the current attribute list available for reuse.
REMOVAL -
Static variable in interface org.w3c.dom.events.MutationEvent
The Attr
was just removed.
remove(int) -
Method in class org.apache.html.dom.HTMLSelectElementImpl
remove(int) -
Method in interface org.w3c.dom.html.HTMLSelectElement
Remove an element from the collection of OPTION
elements
for this SELECT
.
Remove an attribute from the list.
removeAttribute(String) -
Method in class org.apache.xerces.dom.ElementImpl
Remove the named attribute from this Element.
removeAttribute(String) -
Method in interface org.w3c.dom.Element
Removes an attribute by name.
Deprecated. Remove an attribute from the list.
removeAttributeNode(Attr) -
Method in class org.apache.xerces.dom.ElementImpl
Remove the specified attribute/value pair.
removeAttributeNode(Attr) -
Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) -
Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
removeAttributeNS(String, String) -
Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(Node) -
Method in class org.apache.xerces.dom.NodeImpl
Remove a child from this Node.
removeChild(Node) -
Method in class org.apache.xerces.dom.ParentNode
Remove a child from this Node.
removeChild(Node) -
Method in class org.apache.xerces.dom.DocumentImpl
Since insertBefore caches the docElement (and, currently, docType),
removeChild has to know how to undo the cache
REVISIT: According to the spec it is not allowed to alter neither the
document element nor the document type in any way
removeChild(Node) -
Method in class org.apache.xerces.dom.ChildAndParentNode
Remove a child from this Node.
removeChild(Node) -
Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild
from the list
of children, and returns it.
removeEventListener(String, EventListener, boolean) -
Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
removeEventListener(String, EventListener, boolean) -
Method in interface org.w3c.dom.events.EventTarget
This method allows the removal of event listeners from the event
target.
removeIdentifier(String) -
Method in class org.apache.xerces.dom.DocumentImpl
Removes a previously registered element with the specified
identifier name.
removeNamedItem(String) -
Method in class org.apache.xerces.dom.NamedNodeMapImpl
removeNamedItem(String) -
Method in class org.apache.xerces.dom.AttributeMap
removeNamedItem(String) -
Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) -
Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
removeNamedItemNS(String, String) -
Method in class org.apache.xerces.dom.AttributeMap
Introduced in DOM Level 2.
removeNamedItemNS(String, String) -
Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNode(Node) -
Method in class org.apache.xerces.dom.NodeIteratorImpl
Fix-up the iterator on a remove.
replaceChild(Node, Node) -
Method in class org.apache.xerces.dom.NodeImpl
Make newChild occupy the location that oldChild used to
have.
replaceChild(Node, Node) -
Method in class org.apache.xerces.dom.ParentNode
Make newChild occupy the location that oldChild used to
have.
replaceChild(Node, Node) -
Method in class org.apache.xerces.dom.DocumentImpl
Since we cache the docElement (and, currently, docType),
replaceChild has to update the cache
REVISIT: According to the spec it is not allowed to alter neither the
document element nor the document type in any way
replaceChild(Node, Node) -
Method in class org.apache.xerces.dom.ChildAndParentNode
Make newChild occupy the location that oldChild used to
have.
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 org.apache.xerces.dom.CharacterDataImpl
Replace a series of characters at the specified (zero-based)
offset with a new string, NOT necessarily of the same
length.
replaceData(int, int, String) -
Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset
with the specified string.
Method in class org.apache.xerces.framework.XMLParser
Report an error.
Method in interface org.apache.xerces.framework.XMLErrorReporter
Report an error detected by a component of the XML parser.
reportRecoverableXMLError(int, int, int) -
Method in class org.apache.xerces.framework.XMLDTDScanner
reportRecoverableXMLError(int, int, String) -
Method in class org.apache.xerces.framework.XMLDTDScanner
reportRecoverableXMLError(int, int, String, String) -
Method in class org.apache.xerces.framework.XMLDTDScanner
reset() -
Method in class org.apache.xerces.framework.XMLParser
Reset parser instance so that it can be reused.
reset() -
Method in class org.apache.xerces.parsers.DOMParser
Resets the parser.
reset() -
Method in class org.apache.html.dom.HTMLFormElementImpl
reset() -
Method in interface org.w3c.dom.html.HTMLFormElement
Restores a form element's default values.
Reset this Namespace support object for reuse.
Deprecated.
Deprecated.
reset(StringPool) -
Method in class org.apache.xerces.framework.XMLAttrList
Reset this instance to an "empty" state.
reset(StringPool, XMLEntityHandler.CharBuffer) -
Method in class org.apache.xerces.framework.XMLDTDScanner
Allow XMLDTDScanner to be reused.
reset(StringPool, XMLEntityHandler.CharBuffer) -
Method in class org.apache.xerces.framework.XMLDocumentScanner
reset the parser so that the instance can be reused
resetOrCopy() -
Method in class org.apache.xerces.framework.XMLParser
Reset or copy parser
Allows parser instance reuse
resetOrCopy() -
Method in class org.apache.xerces.parsers.DOMParser
Resets or copies the parser.
Deprecated.
Allow the application to resolve external entities.
Deprecated. Resolve an external entity.
Filter an external entity resolution.
Resolve an external entity.
RESULT_DUPLICATE_ATTR -
Static variable in class org.apache.xerces.framework.XMLDocumentScanner
RESULT_FAILURE -
Static variable in class org.apache.xerces.framework.XMLDocumentScanner
RESULT_SUCCESS -
Static variable in class org.apache.xerces.framework.XMLDocumentScanner
RevalidatingDOMParser - class org.apache.xerces.parsers.RevalidatingDOMParser .This class is a validating DOM parser which can also
"revalidate" a DOM subtree after the document has been parsed. RevalidatingDOMParser() -
Constructor for class org.apache.xerces.parsers.RevalidatingDOMParser
rootNode -
Variable in class org.apache.xerces.dom.DeepNodeListImpl
A B C D E F G H I J K L M N O P R S T U V W X _