This class defines a base class for Locator derivations in Xalan.
More...
#include <XalanLocator.hpp>
Inherits Locator.
Inherited by ElemTemplateElement::LocatorProxy.
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.
XalanLocator::XalanLocator |
( |
| ) |
|
|
inline |
virtual XalanLocator::~XalanLocator |
( |
| ) |
|
|
inlinevirtual |
virtual XalanFileLoc XalanLocator::getColumnNumber |
( |
| ) |
const |
|
pure virtual |
static XalanFileLoc XalanLocator::getColumnNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
virtual XalanFileLoc XalanLocator::getLineNumber |
( |
| ) |
const |
|
pure virtual |
static XalanFileLoc XalanLocator::getLineNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
virtual const XMLCh* XalanLocator::getPublicId |
( |
| ) |
const |
|
pure virtual |
static const XalanDOMChar* XalanLocator::getPublicId |
( |
const Locator * |
theLocator, |
|
|
const XalanDOMChar * |
theAlternateId = getEmptyPtr() |
|
) |
| |
|
inlinestatic |
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::getSystemId |
( |
| ) |
const |
|
pure virtual |
static const XalanDOMChar* XalanLocator::getSystemId |
( |
const Locator * |
theLocator, |
|
|
const XalanDOMChar * |
theAlternateId = getEmptyPtr() |
|
) |
| |
|
inlinestatic |
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 |
( |
| ) |
|
|
inlinestatic |
static XalanFileLoc XalanLocator::getUnknownValue |
( |
| ) |
|
|
inlinestatic |
static bool XalanLocator::isUnknownValue |
( |
XalanFileLoc |
theLocation | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: