This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces counts the characters sent to the characters event.
More...
#include <xalanc/XPath/FormatterStringLengthCounter.hpp>
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces counts the characters sent to the characters event.
Definition at line 42 of file FormatterStringLengthCounter.hpp.
◆ FormatterStringLengthCounter()
xalanc::FormatterStringLengthCounter::FormatterStringLengthCounter |
( |
| ) |
|
|
explicit |
◆ ~FormatterStringLengthCounter()
virtual xalanc::FormatterStringLengthCounter::~FormatterStringLengthCounter |
( |
| ) |
|
|
virtual |
◆ cdata()
virtual void xalanc::FormatterStringLengthCounter::cdata |
( |
const XMLCh *const |
ch, |
|
|
const size_type |
length |
|
) |
| |
|
virtual |
Receive notification of cdata.
The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity, so that the Locator provides useful information.
The application must not attempt to read from the array outside of the specified range.
Note that some parsers will report whitespace using the ignorableWhitespace() method rather than this one (validating parsers must do so).
- Parameters
-
ch | pointer to characters from the XML document |
length | number of characters to read from the array |
- Exceptions
-
Implements xalanc::FormatterListener.
◆ characters()
virtual void xalanc::FormatterStringLengthCounter::characters |
( |
const XMLCh *const |
chars, |
|
|
const size_type |
length |
|
) |
| |
|
virtual |
◆ charactersRaw()
virtual void xalanc::FormatterStringLengthCounter::charactersRaw |
( |
const XMLCh *const |
chars, |
|
|
const size_type |
length |
|
) |
| |
|
virtual |
Receive notification of character data.
If available, when the disable-output-escaping attribute is used, output raw text without escaping.
- Parameters
-
chars | pointer to characters from the XML document |
length | number of characters to read from the array |
- Exceptions
-
Implements xalanc::FormatterListener.
◆ comment()
virtual void xalanc::FormatterStringLengthCounter::comment |
( |
const XMLCh *const |
data | ) |
|
|
virtual |
Called when a Comment is to be constructed.
- Parameters
-
data | pointer to comment data |
- Exceptions
-
Implements xalanc::FormatterListener.
◆ endDocument()
virtual void xalanc::FormatterStringLengthCounter::endDocument |
( |
| ) |
|
|
virtual |
◆ endElement()
virtual void xalanc::FormatterStringLengthCounter::endElement |
( |
const XMLCh *const |
name | ) |
|
|
virtual |
◆ entityReference()
virtual void xalanc::FormatterStringLengthCounter::entityReference |
( |
const XMLCh *const |
name | ) |
|
|
virtual |
Receive notification of a entityReference.
- Parameters
-
data | pointer to characters from the XML document |
- Exceptions
-
Implements xalanc::FormatterListener.
◆ getCount()
size_type xalanc::FormatterStringLengthCounter::getCount |
( |
| ) |
const |
|
inline |
◆ ignorableWhitespace()
virtual void xalanc::FormatterStringLengthCounter::ignorableWhitespace |
( |
const XMLCh *const |
chars, |
|
|
const size_type |
length |
|
) |
| |
|
virtual |
◆ processingInstruction()
virtual void xalanc::FormatterStringLengthCounter::processingInstruction |
( |
const XMLCh *const |
target, |
|
|
const XMLCh *const |
data |
|
) |
| |
|
virtual |
◆ resetDocument()
virtual void xalanc::FormatterStringLengthCounter::resetDocument |
( |
| ) |
|
|
virtual |
◆ setDocumentLocator()
virtual void xalanc::FormatterStringLengthCounter::setDocumentLocator |
( |
const Locator *const |
locator | ) |
|
|
virtual |
◆ startDocument()
virtual void xalanc::FormatterStringLengthCounter::startDocument |
( |
| ) |
|
|
virtual |
◆ startElement()
virtual void xalanc::FormatterStringLengthCounter::startElement |
( |
const XMLCh *const |
name, |
|
|
AttributeListType & |
attrs |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: