ACEXML
6.4.1
|
ACEXML_LocatorImpl is an implementation of ACEXML_Locator. More...
#include <LocatorImpl.h>
Public Member Functions | |
ACEXML_LocatorImpl (void) | |
ACEXML_LocatorImpl (const ACEXML_Char *systemId, const ACEXML_Char *publicId) | |
ACEXML_LocatorImpl (const ACEXML_Locator &locator) | |
virtual | ~ACEXML_LocatorImpl (void) |
virtual int | getColumnNumber (void) const |
virtual int | getLineNumber (void) const |
virtual const ACEXML_Char * | getPublicId (void) const |
virtual const ACEXML_Char * | getSystemId (void) const |
void | setColumnNumber (int cn) |
void | setLineNumber (int ln) |
void | setPublicId (const ACEXML_Char *id) |
void | setSystemId (const ACEXML_Char *id) |
void | incrLineNumber () |
void | incrColumnNumber () |
void | reset (void) |
Public Member Functions inherited from ACEXML_Locator | |
virtual | ~ACEXML_Locator (void) |
Private Attributes | |
ACEXML_Char * | publicId_ |
ACEXML_Char * | systemId_ |
int | lineNumber_ |
int | columnNumber_ |
Additional Inherited Members | |
Private Member Functions inherited from ACE_Copy_Disabled | |
ACE_Copy_Disabled (void) | |
ACEXML_LocatorImpl is an implementation of ACEXML_Locator.
This class is available mainly for application writers, who can use it to make a persistent snapshot of a locator at any point during a document parse:
Normally, parser writers will not use this class, since it is more efficient to provide location information only when requested, rather than constantly updating a Locator object.
ACEXML_LocatorImpl::ACEXML_LocatorImpl | ( | void | ) |
ACEXML_LocatorImpl::ACEXML_LocatorImpl | ( | const ACEXML_Char * | systemId, |
const ACEXML_Char * | publicId | ||
) |
Construct a locator with systemId and publicId
ACEXML_LocatorImpl::ACEXML_LocatorImpl | ( | const ACEXML_Locator & | locator | ) |
Copy constructor. Create a persistent copy of the current state of a locator. When the original locator changes, this copy will still keep the original values (and it can be used outside the scope of DocumentHandler methods).
|
virtual |
|
virtual |
Implements ACEXML_Locator.
|
virtual |
Implements ACEXML_Locator.
|
virtual |
Implements ACEXML_Locator.
|
virtual |
Implements ACEXML_Locator.
ACEXML_INLINE void ACEXML_LocatorImpl::incrColumnNumber | ( | ) |
ACEXML_INLINE void ACEXML_LocatorImpl::incrLineNumber | ( | ) |
void ACEXML_LocatorImpl::reset | ( | void | ) |
ACEXML_INLINE void ACEXML_LocatorImpl::setColumnNumber | ( | int | cn | ) |
ACEXML_INLINE void ACEXML_LocatorImpl::setLineNumber | ( | int | ln | ) |
ACEXML_INLINE void ACEXML_LocatorImpl::setPublicId | ( | const ACEXML_Char * | id | ) |
ACEXML_INLINE void ACEXML_LocatorImpl::setSystemId | ( | const ACEXML_Char * | id | ) |
|
private |
|
private |
|
private |
|
private |