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.
◆ ParentType
◆ XalanLocator()
XalanLocator::XalanLocator |
( |
| ) |
|
|
inline |
◆ ~XalanLocator()
virtual XalanLocator::~XalanLocator |
( |
| ) |
|
|
inlinevirtual |
◆ getColumnNumber() [1/2]
virtual XalanFileLoc XalanLocator::getColumnNumber |
( |
| ) |
const |
|
pure virtual |
◆ getColumnNumber() [2/2]
static XalanFileLoc XalanLocator::getColumnNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
◆ getLineNumber() [1/2]
virtual XalanFileLoc XalanLocator::getLineNumber |
( |
| ) |
const |
|
pure virtual |
◆ getLineNumber() [2/2]
static XalanFileLoc XalanLocator::getLineNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
◆ getPublicId() [1/2]
virtual const XMLCh* XalanLocator::getPublicId |
( |
| ) |
const |
|
pure virtual |
◆ getPublicId() [2/2]
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.
◆ getSystemId() [1/2]
virtual const XMLCh* XalanLocator::getSystemId |
( |
| ) |
const |
|
pure virtual |
◆ getSystemId() [2/2]
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.
◆ getUnknownDisplayValue()
static XalanFileLoc XalanLocator::getUnknownDisplayValue |
( |
| ) |
|
|
inlinestatic |
◆ getUnknownValue()
static XalanFileLoc XalanLocator::getUnknownValue |
( |
| ) |
|
|
inlinestatic |
◆ isUnknownValue()
static bool XalanLocator::isUnknownValue |
( |
XalanFileLoc |
theLocation | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: