com.bea.document
Class RTreeDocumentData

java.lang.Object
  extended bycom.bea.document.DocumentData
      extended bycom.bea.document.RTreeDocumentData

public class RTreeDocumentData
extends DocumentData

Represents a RTreeFragment within a DOM.


Field Summary
 
Fields inherited from class com.bea.document.DocumentData
TYPE_BOOLEAN, TYPE_NODESET, TYPE_NULL, TYPE_NUMBER, TYPE_RTREEFRAG, TYPE_STRING, TYPE_UNKNOWN
 
Constructor Summary
RTreeDocumentData(DocumentFragment value)
           
 
Methods inherited from class com.bea.document.DocumentData
createDocumentData, dump, dump, equals, getType, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, toBoolean, toNodeIterator, toNodeSet, toNumber, toObject, toRtree, toStr, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTreeDocumentData

public RTreeDocumentData(DocumentFragment value)