This class defines a base class for Locator derivations in Xalan.
More...
#include <xalanc/PlatformSupport/XalanLocator.hpp>
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()
xalanc::XalanLocator::XalanLocator |
( |
| ) |
|
|
inline |
◆ ~XalanLocator()
virtual xalanc::XalanLocator::~XalanLocator |
( |
| ) |
|
|
inlinevirtual |
◆ getColumnNumber() [1/2]
virtual XalanFileLoc xalanc::XalanLocator::getColumnNumber |
( |
| ) |
const |
|
pure virtual |
◆ getColumnNumber() [2/2]
static XalanFileLoc xalanc::XalanLocator::getColumnNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
◆ getLineNumber() [1/2]
virtual XalanFileLoc xalanc::XalanLocator::getLineNumber |
( |
| ) |
const |
|
pure virtual |
◆ getLineNumber() [2/2]
static XalanFileLoc xalanc::XalanLocator::getLineNumber |
( |
const ParentType * |
theLocator | ) |
|
|
inlinestatic |
◆ getPublicId() [1/2]
virtual const XMLCh* xalanc::XalanLocator::getPublicId |
( |
| ) |
const |
|
pure virtual |
◆ getPublicId() [2/2]
static const XalanDOMChar* xalanc::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* xalanc::XalanLocator::getSystemId |
( |
| ) |
const |
|
pure virtual |
◆ getSystemId() [2/2]
static const XalanDOMChar* xalanc::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 xalanc::XalanLocator::getUnknownDisplayValue |
( |
| ) |
|
|
inlinestatic |
◆ getUnknownValue()
static XalanFileLoc xalanc::XalanLocator::getUnknownValue |
( |
| ) |
|
|
inlinestatic |
◆ isUnknownValue()
static bool xalanc::XalanLocator::isUnknownValue |
( |
XalanFileLoc |
theLocation | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: