Clear search
Valadoc
    • Packages

    • libxml-2.0

    • Xml

    • SAXHandler

    • user_parse_file
    • user_parse_memory
    • attributeDecl
    • cdataBlock
    • characters
    • comment
    • elementDecl
    • endDocument
    • endElement
    • endElementNs
    • entityDecl
    • error
    • externalSubset
    • fatalError
    • getEntity
    • getParameterEntity
    • hasExternalSubset
    • hasInternalSubset
    • ignorableWhitespace
    • initialized
    • internalSubset
    • is_standalone
    • notationDecl
    • processingInstruction
    • reference
    • serror
    • startDocument
    • startElement
    • startElementNs
    • unparsedEntityDecl
    • warning

    SAXHandler


    Object Hierarchy:

    Object hierarchy for SAXHandler

    Description:

    [ Compact ]
    [ CCode ( cname = "xmlSAXHandler" ) ]
    public struct SAXHandler

    Namespace: Xml
    Package: libxml-2.0

    Content:

    Methods:

    • public int user_parse_file (void* user_data, string filename)
    • public int user_parse_memory (void* user_data, string buffer, int size)

    Fields:

    • public internalSubsetSAXFunc internalSubset
    • public isStandaloneSAXFunc is_standalone
    • public hasInternalSubsetSAXFunc hasInternalSubset
    • public hasExternalSubsetSAXFunc hasExternalSubset
    • public getEntitySAXFunc getEntity
    • public entityDeclSAXFunc entityDecl
    • public notationDeclSAXFunc notationDecl
    • public attributeDeclSAXFunc attributeDecl
    • public elementDeclSAXFunc elementDecl
    • public unparsedEntityDeclSAXFunc unparsedEntityDecl
    • public startDocumentSAXFunc startDocument
    • public endDocumentSAXFunc endDocument
    • public startElementSAXFunc startElement
    • public endElementSAXFunc endElement
    • public referenceSAXFunc reference
    • public charactersSAXFunc characters
    • public ignorableWhitespaceSAXFunc ignorableWhitespace
    • public processingInstructionSAXFunc processingInstruction
    • public commentSAXFunc comment
    • public warningSAXFunc warning
    • public errorSAXFunc error
    • public fatalErrorSAXFunc fatalError
    • public getParameterEntitySAXFunc getParameterEntity
    • public cdataBlockSAXFunc cdataBlock
    • public externalSubsetSAXFunc externalSubset
    • public uint initialized
    • public startElementNsSAX2Func startElementNs
    • public endElementNsSAX2Func endElementNs
    • public xmlStructuredErrorFunc serror
    Copyright © 2022 Valadoc.org | Documentation is licensed under the same terms as its upstream | Report an Issue