libxml2_sax.h File Reference

getPublicId ( void * )

XMLPUBFUN const xmlChar *XMLCALLgetPublicId(void *ctx)

getSystemId ( void * )

XMLPUBFUN const xmlChar *XMLCALLgetSystemId(void *ctx)

setDocumentLocator ( void *, xmlSAXLocatorPtr )

XMLPUBFUN void XMLCALLsetDocumentLocator(void *ctx,
xmlSAXLocatorPtrloc
)

getLineNumber ( void * )

XMLPUBFUN int XMLCALLgetLineNumber(void *ctx)

getColumnNumber ( void * )

XMLPUBFUN int XMLCALLgetColumnNumber(void *ctx)

isStandalone ( void * )

XMLPUBFUN int XMLCALLisStandalone(void *ctx)

hasInternalSubset ( void * )

XMLPUBFUN int XMLCALLhasInternalSubset(void *ctx)

hasExternalSubset ( void * )

XMLPUBFUN int XMLCALLhasExternalSubset(void *ctx)

internalSubset ( void *, const xmlChar *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLinternalSubset(void *ctx,
const xmlChar *name,
const xmlChar *ExternalID,
const xmlChar *SystemID
)

externalSubset ( void *, const xmlChar *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLexternalSubset(void *ctx,
const xmlChar *name,
const xmlChar *ExternalID,
const xmlChar *SystemID
)

getEntity ( void *, const xmlChar * )

XMLPUBFUN xmlEntityPtr XMLCALLgetEntity(void *ctx,
const xmlChar *name
)

getParameterEntity ( void *, const xmlChar * )

XMLPUBFUN xmlEntityPtr XMLCALLgetParameterEntity(void *ctx,
const xmlChar *name
)

resolveEntity ( void *, const xmlChar *, const xmlChar * )

XMLPUBFUN xmlParserInputPtr XMLCALLresolveEntity(void *ctx,
const xmlChar *publicId,
const xmlChar *systemId
)

entityDecl ( void *, const xmlChar *, int, const xmlChar *, const xmlChar *, xmlChar * )

XMLPUBFUN void XMLCALLentityDecl(void *ctx,
const xmlChar *name,
inttype,
const xmlChar *publicId,
const xmlChar *systemId,
xmlChar *content
)

attributeDecl ( void *, const xmlChar *, const xmlChar *, int, int, const xmlChar *, xmlEnumerationPtr )

XMLPUBFUN void XMLCALLattributeDecl(void *ctx,
const xmlChar *elem,
const xmlChar *fullname,
inttype,
intdef,
const xmlChar *defaultValue,
xmlEnumerationPtrtree
)

elementDecl ( void *, const xmlChar *, int, xmlElementContentPtr )

XMLPUBFUN void XMLCALLelementDecl(void *ctx,
const xmlChar *name,
inttype,
xmlElementContentPtrcontent
)

notationDecl ( void *, const xmlChar *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLnotationDecl(void *ctx,
const xmlChar *name,
const xmlChar *publicId,
const xmlChar *systemId
)

unparsedEntityDecl ( void *, const xmlChar *, const xmlChar *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLunparsedEntityDecl(void *ctx,
const xmlChar *name,
const xmlChar *publicId,
const xmlChar *systemId,
const xmlChar *notationName
)

startDocument ( void * )

XMLPUBFUN void XMLCALLstartDocument(void *ctx)

endDocument ( void * )

XMLPUBFUN void XMLCALLendDocument(void *ctx)

attribute ( void *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLattribute(void *ctx,
const xmlChar *fullname,
const xmlChar *value
)

startElement ( void *, const xmlChar *, const xmlChar ** )

XMLPUBFUN void XMLCALLstartElement(void *ctx,
const xmlChar *fullname,
const xmlChar **atts
)

endElement ( void *, const xmlChar * )

XMLPUBFUN void XMLCALLendElement(void *ctx,
const xmlChar *name
)

reference ( void *, const xmlChar * )

XMLPUBFUN void XMLCALLreference(void *ctx,
const xmlChar *name
)

characters ( void *, const xmlChar *, int )

XMLPUBFUN void XMLCALLcharacters(void *ctx,
const xmlChar *ch,
intlen
)

ignorableWhitespace ( void *, const xmlChar *, int )

XMLPUBFUN void XMLCALLignorableWhitespace(void *ctx,
const xmlChar *ch,
intlen
)

processingInstruction ( void *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLprocessingInstruction(void *ctx,
const xmlChar *target,
const xmlChar *data
)

globalNamespace ( void *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLglobalNamespace(void *ctx,
const xmlChar *href,
const xmlChar *prefix
)

setNamespace ( void *, const xmlChar * )

XMLPUBFUN void XMLCALLsetNamespace(void *ctx,
const xmlChar *name
)

getNamespace ( void * )

XMLPUBFUN xmlNsPtr XMLCALLgetNamespace(void *ctx)

checkNamespace ( void *, xmlChar * )

XMLPUBFUN int XMLCALLcheckNamespace(void *ctx,
xmlChar *nameSpace
)

namespaceDecl ( void *, const xmlChar *, const xmlChar * )

XMLPUBFUN void XMLCALLnamespaceDecl(void *ctx,
const xmlChar *href,
const xmlChar *prefix
)

comment ( void *, const xmlChar * )

XMLPUBFUN void XMLCALLcomment(void *ctx,
const xmlChar *value
)

cdataBlock ( void *, const xmlChar *, int )

XMLPUBFUN void XMLCALLcdataBlock(void *ctx,
const xmlChar *value,
intlen
)

initxmlDefaultSAXHandler ( xmlSAXHandlerV1 *, int )

XMLPUBFUN void XMLCALLinitxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr,
intwarning
)