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
Member Function Documentation
| override void callback |
( |
IDcCallback |
visitor | ) |
[virtual] |
| override void visit |
( |
IDcVisitor |
visitor | ) |
[virtual] |
Member Data Documentation