Prehľad
Nástroje obsahu
INT %XML_Load_XSD_Grammar( TEXT in fileName, TEXT in features )
fileName | Path to XSD document on a disk. |
features | Optional parameter of Text type that enables
to change predefined values of some parameters of default SAX Parsera and
thus influence its behaving and then the contents of loaded document
in the memory. The parameters are recorded in pairs in order of name and number. The single parts are separated by blank space. If the value is 0, the parameter will be disabled. If other, it is enabled. The invalid name of parameter is not evaluated as an error. The full list of parameters is stated on the site http://xerces.apache.org/xerces2-j/features.html. |
INT _grammar BOOL _bFree _grammar := %XML_Load_XSD_Grammar(_FILE_REF_XSD,"") . . . _bFree := %XML_FreeGrammar(_grammar)
Pridať komentár