Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions

XBoolean Class Reference

#include <XBoolean.hpp>

Inherits XObject.

List of all members.

Public Types

Public Member Functions


Detailed Description

Definition at line 37 of file XBoolean.hpp.


Member Typedef Documentation

Definition at line 41 of file XBoolean.hpp.


Constructor & Destructor Documentation

XBoolean::XBoolean ( bool  val,
MemoryManager &  theMemoryManager 
)

Construct an XBoolean object from a boolean value.

Parameters:
val The boolean value to initialize object
theMemoryManager The MemoryManager instance.
XBoolean::XBoolean ( const XBoolean source,
MemoryManager &  theMemoryManager 
)

Construct an XBoolean object from another.

Parameters:
source The source XBoolean instance.
theMemoryManager The MemoryManager instance.
virtual XBoolean::~XBoolean (  )  [virtual]

Member Function Documentation

virtual bool XBoolean::boolean ( XPathExecutionContext executionContext  )  const [virtual]

Cast result object to a boolean.

Parameters:
executionContext The current XPathExecutionContext
Returns:
boolean value

Implements XObject.

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

Given a request type, return the equivalent string.

For diagnostic purposes.

Returns:
string for type

Implements XObject.

virtual double XBoolean::num ( XPathExecutionContext executionContext  )  const [virtual]

Cast result object to a number.

Parameters:
executionContext The current XPathExecutionContext
Returns:
numeric value

Reimplemented from XObject.

virtual void XBoolean::ProcessXObjectTypeCallback ( XObjectTypeCallback theCallbackObject  )  [virtual]

Process a callback request for preferred type information.

Parameters:
theCallbackObject object to call back

Implements XObject.

virtual void XBoolean::ProcessXObjectTypeCallback ( XObjectTypeCallback theCallbackObject  )  const [virtual]

Process a callback request for preferred type information.

Parameters:
theCallbackObject object to call back

Implements XObject.

virtual const XalanDOMString& XBoolean::str ( XPathExecutionContext executionContext  )  const [virtual]

Cast result object to a string.

Parameters:
executionContext The current XPathExecutionContext
Returns:
string value

Implements XObject.

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

Send the string value to a FormatterListener instance.

This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.

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

Implements XObject.

virtual void XBoolean::str ( XPathExecutionContext executionContext,
FormatterListener formatterListener,
MemberFunctionPtr  function 
) const [virtual]

Send the string value to a FormatterListener instance.

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

Implements XObject.

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

Cast result object to a string.

This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.

Parameters:
executionContext The current XPathExecutionContext
Returns:
string value

Implements XObject.

virtual void XBoolean::str ( XPathExecutionContext executionContext,
XalanDOMString theBuffer 
) const [virtual]

Append the string value directly a string.

Parameters:
executionContext The current XPathExecutionContext
theBuffer The buffer for the data

Implements XObject.

virtual void XBoolean::str ( XalanDOMString theBuffer  )  const [virtual]

Append the string value directly a string.

This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.

Parameters:
theBuffer The buffer for the data

Implements XObject.

virtual double XBoolean::stringLength ( XPathExecutionContext executionContext  )  const [virtual]

Get the length of the string value of the instance.

Returns:
The length of the string value

Implements 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.

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

Apache Logo