This class defines a base class for Locator derivations in Xalan. More...
#include <XalanLocator.hpp>
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.
| typedef Locator XalanLocator::ParentType |
Definition at line 48 of file XalanLocator.hpp.
| XalanLocator::XalanLocator | ( | ) | [inline] |
Definition at line 50 of file XalanLocator.hpp.
| virtual XalanLocator::~XalanLocator | ( | ) | [inline, virtual] |
Definition at line 53 of file XalanLocator.hpp.
| virtual XalanFileLoc XalanLocator::getColumnNumber | ( | ) | const [pure virtual] |
Implemented in ElemTemplateElement::LocatorProxy.
| static XalanFileLoc XalanLocator::getColumnNumber | ( | const ParentType * | theLocator | ) | [inline, static] |
Get the column number from a locator object.
Definition at line 110 of file XalanLocator.hpp.
| virtual XalanFileLoc XalanLocator::getLineNumber | ( | ) | const [pure virtual] |
Implemented in ElemTemplateElement::LocatorProxy.
| static XalanFileLoc XalanLocator::getLineNumber | ( | const ParentType * | theLocator | ) | [inline, static] |
Get the line number from a locator object.
Definition at line 101 of file XalanLocator.hpp.
| static const XalanDOMChar* XalanLocator::getPublicId | ( | const Locator * | theLocator, | |
| const XalanDOMChar * | theAlternateId = getEmptyPtr() | |||
| ) | [inline, static] |
Get the public identifier from a locator object.
| theLocator | A locator object inherited from Xerces. | |
| theAlternateId | A default name for a public identifier. |
Definition at line 74 of file XalanLocator.hpp.
| virtual const XMLCh* XalanLocator::getPublicId | ( | ) | const [pure virtual] |
Implemented in ElemTemplateElement::LocatorProxy.
| virtual const XMLCh* XalanLocator::getSystemId | ( | ) | const [pure virtual] |
Implemented in ElemTemplateElement::LocatorProxy.
| static const XalanDOMChar* XalanLocator::getSystemId | ( | const Locator * | theLocator, | |
| const XalanDOMChar * | theAlternateId = getEmptyPtr() | |||
| ) | [inline, static] |
Get the system identifier from a locator object.
| theLocator | A locator object inherited from Xerces. | |
| theAlternateId | A default name for a public identifier. |
Definition at line 89 of file XalanLocator.hpp.
| static XalanFileLoc XalanLocator::getUnknownDisplayValue | ( | ) | [inline, static] |
Definition at line 124 of file XalanLocator.hpp.
| static XalanFileLoc XalanLocator::getUnknownValue | ( | ) | [inline, static] |
Definition at line 116 of file XalanLocator.hpp.
| static bool XalanLocator::isUnknownValue | ( | XalanFileLoc | theLocation | ) | [inline, static] |
Definition at line 133 of file XalanLocator.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|