|
|
|
XML Security Library Reference Manual |
|
parser
Nameparser -- Parser transform implementation.
Description
Parser transform implementation.
Details
xmlSecParseFile ()
xmlDocPtr xmlSecParseFile (const char *filename );
Loads XML Doc from file filename . We need a special version because of
c14n issue. The code is copied from xmlSAXParseFileWithData() function.
filename : |
the filename. |
Returns : |
pointer to the loaded XML document or NULL if an error occurs. |
xmlSecParseMemory ()
xmlDocPtr xmlSecParseMemory (const xmlSecByte *buffer ,
xmlSecSize size ,
int recovery );
Loads XML Doc from memory. We need a special version because of
c14n issue. The code is copied from xmlSAXParseMemory() function.
xmlSecTransformXmlParserId
#define xmlSecTransformXmlParserId
The XML Parser transform klass.
xmlSecTransformXmlParserGetKlass ()
xmlSecTransformId xmlSecTransformXmlParserGetKlass (void );
The XML parser transform.
|