Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.htmlParseCharRef

Name Version Deprecated
htmlParseCharRef version 1.0 no

Prototype:
number htmlParseCharRef(number ctxt)

Parameters:
ctxt      an HTML parser context

Description:
Parse Reference declarations.
[66] CharRef ::= '&#' [0-9]+ ';' | '&#x' [0-9a-fA-F]+ ';'

Returns:
Returns the value parsed (as an int).

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software