Unit 'xml2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libxml2]

xmlSAXHandler

Declaration

Source position: libxmlparser.inc line 671

type xmlSAXHandler = record

  internalSubset: internalSubsetSAXFunc;

  isStandalone: isStandaloneSAXFunc;

  hasInternalSubset: hasInternalSubsetSAXFunc;

  hasExternalSubset: hasExternalSubsetSAXFunc;

  resolveEntity: resolveEntitySAXFunc;

  getEntity: getEntitySAXFunc;

  entityDecl: entityDeclSAXFunc;

  notationDecl: notationDeclSAXFunc;

  attributeDecl: attributeDeclSAXFunc;

  elementDecl: elementDeclSAXFunc;

  unparsedEntityDecl: unparsedEntityDeclSAXFunc;

  setDocumentLocator: setDocumentLocatorSAXFunc;

  startDocument: startDocumentSAXFunc;

  endDocument: endDocumentSAXFunc;

  startElement: startElementSAXFunc;

  endElement: endElementSAXFunc;

  reference: referenceSAXFunc;

  characters: charactersSAXFunc;

  ignorableWhitespace: ignorableWhitespaceSAXFunc;

  processingInstruction: processingInstructionSAXFunc;

  comment: commentSAXFunc;

  warning: warningSAXFunc;

  error: errorSAXFunc;

  fatalError: fatalErrorSAXFunc;

  getParameterEntity: getParameterEntitySAXFunc;

  cdataBlock: cdataBlockSAXFunc;

  externalSubset: externalSubsetSAXFunc;

  initialized: cuint;

  _private: pointer;

  startElementNs: startElementNsSAX2Func;

  endElementNs: endElementNsSAX2Func;

  serror: xmlStructuredErrorFunc;

end;


Documentation generated on: 2023-03-18