|
CartoType API
|
#include <cartotype_sax.h>
Public Member Functions | |
| virtual int32 | ColumnNumber () const =0 |
| virtual int32 | LineNumber () const =0 |
| virtual int32 | ByteIndex () const =0 |
If a SAX parser provides location information to the SAX application, it does so by implementing this interface and then passing an instance to the application using the content handler's setDocumentLocator method. The application can use the object to obtain the location of any other SAX event in the XML source document.
| virtual int32 CartoType::Sax::MLocator::ByteIndex | ( | ) | const [pure virtual] |
Return the byte position of the end of the current document event.
| virtual int32 CartoType::Sax::MLocator::ColumnNumber | ( | ) | const [pure virtual] |
Return the column number where the current document event ends.
| virtual int32 CartoType::Sax::MLocator::LineNumber | ( | ) | const [pure virtual] |
Return the line number where the current document event ends.
1.7.5.1