Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XResultTreeFrag Class Reference

#include <XResultTreeFrag.hpp>

Inheritance diagram for XResultTreeFrag:

Inheritance graph
[legend]
Collaboration diagram for XResultTreeFrag:

Collaboration graph
[legend]
List of all members.

Public Types

Public Methods

Protected Methods


Member Typedef Documentation

typedef XObject XResultTreeFrag::ParentType
 


Constructor & Destructor Documentation

XResultTreeFrag::XResultTreeFrag ( XalanDocumentFragment & value,
MemoryManagerType & theManager )
 

Construct an XResultTreeFrag object from a result tree fragment.

Parameters:
val   source result tree fragment.

XResultTreeFrag::XResultTreeFrag ( const XResultTreeFrag & source,
MemoryManagerType & theManager,
bool deepClone = false )
 

Construct an XResultTreeFrag object from another.

Parameters:
source   source XResultTreeFrag
deepClone   true to copy all subobjects, default is false

XResultTreeFrag::~XResultTreeFrag ( ) [virtual]
 


Member Function Documentation

void XResultTreeFrag::ProcessXObjectTypeCallback ( XObjectTypeCallback & theCallbackObject ) const [virtual]
 

Process a callback request for preferred type information.

Parameters:
theCallbackObject   object to call back

Reimplemented from XObject.

void XResultTreeFrag::ProcessXObjectTypeCallback ( XObjectTypeCallback & theCallbackObject ) [virtual]
 

Process a callback request for preferred type information.

Parameters:
theCallbackObject   object to call back

Reimplemented from XObject.

bool XResultTreeFrag::boolean ( ) const [virtual]
 

Cast result object to a boolean.

Returns:
boolean value

Reimplemented from XObject.

void XResultTreeFrag::dereferenced ( ) [protected, virtual]
 

Reimplemented from XObject.

MemoryManagerType & XResultTreeFrag::getMemoryManager ( ) const
 

const XalanDOMString & XResultTreeFrag::getTypeString ( ) const [virtual]
 

Given a request type, return the equivalent string.

For diagnostic purposes.

Returns:
string for type

Reimplemented from XObject.

const NodeRefListBase & XResultTreeFrag::nodeset ( ) const [virtual]
 

Cast result object to a nodelist.

Returns:
node list

Reimplemented from XObject.

double XResultTreeFrag::num ( ) const [virtual]
 

Cast result object to a number.

Returns:
numeric value

Reimplemented from XObject.

XalanDocumentFragment * XResultTreeFrag::release ( )
 

Release the ResultTreeFrag held by the instance.

const XalanDocumentFragment & XResultTreeFrag::rtree ( ) const [virtual]
 

Cast result object to a result tree fragment.

Returns:
result tree fragment

Reimplemented from XObject.

void XResultTreeFrag::set ( XalanDocumentFragment & theValue )
 

Change the value of an XResultTreeFrag.

Parameters:
theValue   The new value.

void XResultTreeFrag::setExecutionContext ( StylesheetExecutionContext * theExecutionContext )
 

void XResultTreeFrag::str ( XalanDOMString & theBuffer ) const [virtual]
 

Append the string value directly a string.

Parameters:
theBuffer   The buffer for the data

Reimplemented from XObject.

void XResultTreeFrag::str ( FormatterListener & formatterListener,
MemberFunctionPtr function ) const [virtual]
 

Send the string value to a FormatterListener instance.

Parameters:
formatterListener   The FormatterListener instance
function   A pointer to the member function of FormatterListener to call

Reimplemented from XObject.

const XalanDOMString & XResultTreeFrag::str ( ) const [virtual]
 

Cast result object to a string.

Returns:
string value

Reimplemented from XObject.

double XResultTreeFrag::stringLength ( ) const [virtual]
 

Get the length of the string value of the instance..

Returns:
The length of the string value

Reimplemented from XObject.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo