Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XalanLocator Class Reference

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

Inheritance diagram for XalanLocator:

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.


Member Typedef Documentation

typedef Locator XalanLocator::ParentType

typedef XMLSSize_t XalanLocator::size_type


Constructor & Destructor Documentation

XalanLocator::XalanLocator (  ) 

virtual XalanLocator::~XalanLocator (  )  [virtual]


Member Function Documentation

virtual const XMLCh* XalanLocator::getPublicId (  )  const [pure virtual]

virtual const XMLCh* XalanLocator::getSystemId (  )  const [pure virtual]

virtual size_type XalanLocator::getLineNumber (  )  const [pure virtual]

virtual size_type XalanLocator::getColumnNumber (  )  const [pure virtual]

static size_type XalanLocator::getLineNumber ( const ParentType theLocator  )  [static]

static size_type XalanLocator::getColumnNumber ( const ParentType theLocator  )  [static]

static size_type XalanLocator::getUnknownValue (  )  [static]


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