Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.4

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

XalanLocator Class Reference

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

#include <XalanLocator.hpp>

Inheritance diagram for XalanLocator:

Locator ElemTemplateElement::LocatorProxy Collaboration diagram for XalanLocator:

List of all members.

Public Types

Public Methods


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 int XalanLocator::size_type


Constructor & Destructor Documentation

XalanLocator::XalanLocator ()

XalanLocator::~XalanLocator () [virtual]


Member Function Documentation

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

Reimplemented in ElemTemplateElement::LocatorProxy.

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

Reimplemented in ElemTemplateElement::LocatorProxy.

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

Reimplemented in ElemTemplateElement::LocatorProxy.

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

Reimplemented in ElemTemplateElement::LocatorProxy.


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.4
Copyright © 2000, 2001, 2002 The Apache Software Foundation. All Rights Reserved.