Home | History | Annotate | Download | only in libxml2

Lines Matching full:charref

294             errmsg = "CharRef: invalid hexadecimal value\n";
297 errmsg = "CharRef: invalid decimal value\n";
300 errmsg = "CharRef: invalid value\n";
2157 * [66] CharRef ::= '&#' [0-9]+ ';' |
2261 * [66] CharRef ::= '&#' [0-9]+ ';' |
2615 * [67] Reference ::= EntityRef | CharRef
2795 * [67] Reference ::= EntityRef | CharRef
3697 * reference constructs. Note Charref will be handled in
6828 * CharRef, a predefined entity, if there is no reference() callback.
6831 * [67] Reference ::= EntityRef | CharRef
6846 * Simple case of a CharRef
6860 * generate a CharRef.