Home
last modified time | relevance | path

Searched refs:schemas_sax (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dxmlschemas.c28482 xmlSAXHandlerPtr schemas_sax; member
28497 xmlSAXHandler schemas_sax; member
28853 ret->schemas_sax.initialized = XML_SAX2_MAGIC; in xmlSchemaSAXPlug()
28861 ret->schemas_sax.startElementNs = xmlSchemaSAXHandleStartElementNs; in xmlSchemaSAXPlug()
28862 ret->schemas_sax.endElementNs = xmlSchemaSAXHandleEndElementNs; in xmlSchemaSAXPlug()
28867 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText; in xmlSchemaSAXPlug()
28868 ret->schemas_sax.characters = xmlSchemaSAXHandleText; in xmlSchemaSAXPlug()
28870 ret->schemas_sax.cdataBlock = xmlSchemaSAXHandleCDataSection; in xmlSchemaSAXPlug()
28871 ret->schemas_sax.reference = xmlSchemaSAXHandleReference; in xmlSchemaSAXPlug()
28882 ret->schemas_sax.internalSubset = internalSubsetSplit; in xmlSchemaSAXPlug()
[all …]