Xml CharRef node.
More...
List of all members.
Detailed Description
Xml CharRef node.
http://www.w3.org/TR/REC-xml/#NT-CharRef
grammar:
CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'
Constructor & Destructor Documentation
| DcCharRef::DcCharRef |
( |
| ) |
[inline] |
| virtual DcCharRef::~DcCharRef |
( |
| ) |
[inline, virtual] |
Member Function Documentation
| virtual void DcCharRef::callback |
( |
IDcCallback * |
visitor | ) |
[virtual] |
| virtual void DcCharRef::visit |
( |
IDcVisitor * |
visitor | ) |
[virtual] |
Member Data Documentation