WebLogic Integration


com.bea.document
Class BooleanDocumentData

java.lang.Object
  |
  +--com.bea.document.DocumentData
        |
        +--com.bea.document.BooleanDocumentData

public class BooleanDocumentData
extends DocumentData

Represents a boolean value within a DOM tree. Objects of this class may be returned by IDocument.getDocumentData() or may be created for use in IDocument.addDocumentData(String, DocumentData). Objects of this type result from a logical expression in the XPath string passed to IDocument.getDocumentData().
For example, the string "//rootElement/@name = 'blah'" will return a BooleanDocumentData object. If the XPath refers to non-existent nodes, the result is false.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
IDocument.getDocumentData(String), IDocument.addDocumentData(String, DocumentData)

Fields inherited from class com.bea.document.DocumentData
m_xobj, TYPE_BOOLEAN, TYPE_NODESET, TYPE_NULL, TYPE_NUMBER, TYPE_RTREEFRAG, TYPE_STRING, TYPE_UNKNOWN
 
Constructor Summary
BooleanDocumentData(boolean 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanDocumentData

public BooleanDocumentData(boolean value)

WebLogic Integration

WebLogic Integration (WLI)