Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | Static Public Member Functions

XalanLocator Class Reference

This class defines a base class for Locator derivations in Xalan. More...

#include <XalanLocator.hpp>

Inherited by ElemTemplateElement::LocatorProxy.

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


Detailed Description

This class defines a base class for Locator derivations in Xalan.

It was defined because Xerces made changes in their Locator class which caused turbulence.

Definition at line 44 of file XalanLocator.hpp.


Member Typedef Documentation

typedef Locator XalanLocator::ParentType

Definition at line 48 of file XalanLocator.hpp.


Constructor & Destructor Documentation

XalanLocator::XalanLocator (  )  [inline]

Definition at line 50 of file XalanLocator.hpp.

virtual XalanLocator::~XalanLocator (  )  [inline, virtual]

Definition at line 53 of file XalanLocator.hpp.


Member Function Documentation

virtual XalanFileLoc XalanLocator::getColumnNumber (  )  const [pure virtual]
static XalanFileLoc XalanLocator::getColumnNumber ( const ParentType theLocator  )  [inline, static]

Get the column number from a locator object.

Definition at line 110 of file XalanLocator.hpp.

virtual XalanFileLoc XalanLocator::getLineNumber (  )  const [pure virtual]
static XalanFileLoc XalanLocator::getLineNumber ( const ParentType theLocator  )  [inline, static]

Get the line number from a locator object.

Definition at line 101 of file XalanLocator.hpp.

static const XalanDOMChar* XalanLocator::getPublicId ( const Locator *  theLocator,
const XalanDOMChar *  theAlternateId = getEmptyPtr() 
) [inline, static]

Get the public identifier from a locator object.

Parameters:
theLocator A locator object inherited from Xerces.
theAlternateId A default name for a public identifier.
Returns:
a null terminated XalanDOMChar string.

Definition at line 74 of file XalanLocator.hpp.

virtual const XMLCh* XalanLocator::getPublicId (  )  const [pure virtual]
virtual const XMLCh* XalanLocator::getSystemId (  )  const [pure virtual]
static const XalanDOMChar* XalanLocator::getSystemId ( const Locator *  theLocator,
const XalanDOMChar *  theAlternateId = getEmptyPtr() 
) [inline, static]

Get the system identifier from a locator object.

Parameters:
theLocator A locator object inherited from Xerces.
theAlternateId A default name for a public identifier.
Returns:
a null terminated XalanDOMChar string.

Definition at line 89 of file XalanLocator.hpp.

static XalanFileLoc XalanLocator::getUnknownDisplayValue (  )  [inline, static]

Definition at line 124 of file XalanLocator.hpp.

static XalanFileLoc XalanLocator::getUnknownValue (  )  [inline, static]

Definition at line 116 of file XalanLocator.hpp.

static bool XalanLocator::isUnknownValue ( XalanFileLoc  theLocation  )  [inline, static]

Definition at line 133 of file XalanLocator.hpp.


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