expat

Undocumented in source.

Members

Aliases

XML_AttlistDeclHandler
alias XML_AttlistDeclHandler = void function(void* userData, const(XML_Char)* elname, const(XML_Char)* attname, const(XML_Char)* att_type, const(XML_Char)* dflt, int isrequired)
Undocumented in source.
XML_Bool
alias XML_Bool = bool
Undocumented in source.
XML_Char
alias XML_Char = wchar
Undocumented in source.
XML_Char
alias XML_Char = ushort
Undocumented in source.
XML_Char
alias XML_Char = char
Undocumented in source.
XML_CharacterDataHandler
alias XML_CharacterDataHandler = void function(void* userData, const(XML_Char)* s, int len)
Undocumented in source.
XML_CommentHandler
alias XML_CommentHandler = void function(void* userData, const(XML_Char)* data)
Undocumented in source.
XML_Content_Quant
alias XML_Content_Quant = uint
Undocumented in source.
XML_Content_Type
alias XML_Content_Type = uint
Undocumented in source.
XML_DefaultHandler
alias XML_DefaultHandler = void function(void* userData, const(XML_Char)* s, int len)
Undocumented in source.
XML_ElementDeclHandler
alias XML_ElementDeclHandler = void function(void* userData, const(XML_Char)* name, XML_Content* model)
Undocumented in source.
XML_EndCdataSectionHandler
alias XML_EndCdataSectionHandler = void function(void* userData)
Undocumented in source.
XML_EndDoctypeDeclHandler
alias XML_EndDoctypeDeclHandler = void function(void* userData)
Undocumented in source.
XML_EndElementHandler
alias XML_EndElementHandler = void function(void* userData, const(XML_Char)* name)
Undocumented in source.
XML_EndNamespaceDeclHandler
alias XML_EndNamespaceDeclHandler = void function(void* userData, const(XML_Char)* prefix)
Undocumented in source.
XML_EntityDeclHandler
alias XML_EntityDeclHandler = void function(void* userData, const(XML_Char)* entityName, int is_parameter_entity, const(XML_Char)* value, int value_length, const(XML_Char)* base, const(XML_Char)* systemId, const(XML_Char)* publicId, const(XML_Char)* notationName)
Undocumented in source.
XML_Error
alias XML_Error = uint
Undocumented in source.
XML_ExternalEntityRefHandler
alias XML_ExternalEntityRefHandler = int function(XML_Parser parser, const(XML_Char)* context, const(XML_Char)* base, const(XML_Char)* systemId, const(XML_Char)* publicId)
Undocumented in source.
XML_FeatureEnum
alias XML_FeatureEnum = uint
Undocumented in source.
XML_Index
alias XML_Index = long
Undocumented in source.
XML_Index
alias XML_Index = c_long
Undocumented in source.
XML_LChar
alias XML_LChar = wchar
Undocumented in source.
XML_LChar
alias XML_LChar = char
Undocumented in source.
XML_LChar
alias XML_LChar = char
Undocumented in source.
XML_NotStandaloneHandler
alias XML_NotStandaloneHandler = int function(void* userData)
Undocumented in source.
XML_NotationDeclHandler
alias XML_NotationDeclHandler = void function(void* userData, const(XML_Char)* notationName, const(XML_Char)* base, const(XML_Char)* systemId, const(XML_Char)* publicId)
Undocumented in source.
XML_ParamEntityParsing
alias XML_ParamEntityParsing = uint
Undocumented in source.
XML_Parser
alias XML_Parser = XML_ParserStruct*
Undocumented in source.
XML_Parsing
alias XML_Parsing = uint
Undocumented in source.
XML_ProcessingInstructionHandler
alias XML_ProcessingInstructionHandler = void function(void* userData, const(XML_Char)* target, const(XML_Char)* data)
Undocumented in source.
XML_Size
alias XML_Size = ulong
Undocumented in source.
XML_Size
alias XML_Size = c_ulong
Undocumented in source.
XML_SkippedEntityHandler
alias XML_SkippedEntityHandler = void function(void* userData, const(XML_Char)* entityName, int is_parameter_entity)
Undocumented in source.
XML_StartCdataSectionHandler
alias XML_StartCdataSectionHandler = void function(void* userData)
Undocumented in source.
XML_StartDoctypeDeclHandler
alias XML_StartDoctypeDeclHandler = void function(void* userData, const(XML_Char)* doctypeName, const(XML_Char)* sysid, const(XML_Char)* pubid, int has_internal_subset)
Undocumented in source.
XML_StartElementHandler
alias XML_StartElementHandler = void function(void* userData, const(XML_Char)* name, const(XML_Char*)* atts)
Undocumented in source.
XML_StartNamespaceDeclHandler
alias XML_StartNamespaceDeclHandler = void function(void* userData, const(XML_Char)* prefix, const(XML_Char)* uri)
Undocumented in source.
XML_Status
alias XML_Status = uint
Undocumented in source.
XML_UnknownEncodingHandler
alias XML_UnknownEncodingHandler = int function(void* encodingHandlerData, const(XML_Char)* name, XML_Encoding* info)
Undocumented in source.
XML_UnparsedEntityDeclHandler
alias XML_UnparsedEntityDeclHandler = void function(void* userData, const(XML_Char)* entityName, const(XML_Char)* base, const(XML_Char)* systemId, const(XML_Char)* publicId, const(XML_Char)* notationName)
Undocumented in source.
XML_XmlDeclHandler
alias XML_XmlDeclHandler = void function(void* userData, const(XML_Char)* version_, const(XML_Char)* encoding, int standalone)
Undocumented in source.

Enums

XML_CQUANT_NONE
anonymousenum XML_CQUANT_NONE
Undocumented in source.
XML_CTYPE_EMPTY
anonymousenum XML_CTYPE_EMPTY
Undocumented in source.
XML_ERROR_NONE
anonymousenum XML_ERROR_NONE
Undocumented in source.
XML_FEATURE_END
anonymousenum XML_FEATURE_END
Undocumented in source.
XML_INITIALIZED
anonymousenum XML_INITIALIZED
Undocumented in source.
XML_PARAM_ENTITY_PARSING_NEVER
anonymousenum XML_PARAM_ENTITY_PARSING_NEVER
Undocumented in source.
XML_STATUS_ERROR
anonymousenum XML_STATUS_ERROR
Undocumented in source.

Functions

XML_DefaultCurrent
void XML_DefaultCurrent(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ErrorString
const(XML_LChar)* XML_ErrorString(XML_Error code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ExpatVersion
const(XML_LChar)* XML_ExpatVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ExpatVersionInfo
XML_Expat_Version XML_ExpatVersionInfo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ExternalEntityParserCreate
XML_Parser XML_ExternalEntityParserCreate(XML_Parser parser, const(XML_Char)* context, const(XML_Char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_FreeContentModel
void XML_FreeContentModel(XML_Parser parser, XML_Content* model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetAttributeInfo
const(XML_AttrInfo)* XML_GetAttributeInfo(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetBase
const(XML_Char)* XML_GetBase(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetBuffer
void* XML_GetBuffer(XML_Parser parser, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetCurrentByteCount
int XML_GetCurrentByteCount(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetCurrentByteIndex
XML_Index XML_GetCurrentByteIndex(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetCurrentColumnNumber
XML_Size XML_GetCurrentColumnNumber(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetCurrentLineNumber
XML_Size XML_GetCurrentLineNumber(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetErrorCode
XML_Error XML_GetErrorCode(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetFeatureList
const(XML_Feature)* XML_GetFeatureList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetIdAttributeIndex
int XML_GetIdAttributeIndex(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetInputContext
const(char)* XML_GetInputContext(XML_Parser parser, int* offset, int* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetParsingStatus
void XML_GetParsingStatus(XML_Parser parser, XML_ParsingStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetSpecifiedAttributeCount
int XML_GetSpecifiedAttributeCount(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_GetUserData
auto XML_GetUserData(XML_Parser parser)
Undocumented in source. Be warned that the author may not have intended to support it.
XML_MemFree
void XML_MemFree(XML_Parser parser, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_MemMalloc
void* XML_MemMalloc(XML_Parser parser, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_MemRealloc
void* XML_MemRealloc(XML_Parser parser, void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_Parse
XML_Status XML_Parse(XML_Parser parser, const(char)* s, int len, int isFinal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParseBuffer
XML_Status XML_ParseBuffer(XML_Parser parser, int len, int isFinal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParserCreate
XML_Parser XML_ParserCreate(const(XML_Char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParserCreateNS
XML_Parser XML_ParserCreateNS(const(XML_Char)* encoding, XML_Char namespaceSeparator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParserCreate_MM
XML_Parser XML_ParserCreate_MM(const(XML_Char)* encoding, const(XML_Memory_Handling_Suite)* memsuite, const(XML_Char)* namespaceSeparator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParserFree
void XML_ParserFree(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ParserReset
XML_Bool XML_ParserReset(XML_Parser parser, const(XML_Char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_ResumeParser
XML_Status XML_ResumeParser(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetAttlistDeclHandler
void XML_SetAttlistDeclHandler(XML_Parser parser, XML_AttlistDeclHandler attdecl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetBase
XML_Status XML_SetBase(XML_Parser parser, const(XML_Char)* base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetCdataSectionHandler
void XML_SetCdataSectionHandler(XML_Parser parser, XML_StartCdataSectionHandler start, XML_EndCdataSectionHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetCharacterDataHandler
void XML_SetCharacterDataHandler(XML_Parser parser, XML_CharacterDataHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetCommentHandler
void XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetDefaultHandler
void XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetDefaultHandlerExpand
void XML_SetDefaultHandlerExpand(XML_Parser parser, XML_DefaultHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetDoctypeDeclHandler
void XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetElementDeclHandler
void XML_SetElementDeclHandler(XML_Parser parser, XML_ElementDeclHandler eldecl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetElementHandler
void XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEncoding
XML_Status XML_SetEncoding(XML_Parser parser, const(XML_Char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEndCdataSectionHandler
void XML_SetEndCdataSectionHandler(XML_Parser parser, XML_EndCdataSectionHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEndDoctypeDeclHandler
void XML_SetEndDoctypeDeclHandler(XML_Parser parser, XML_EndDoctypeDeclHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEndElementHandler
void XML_SetEndElementHandler(XML_Parser parser, XML_EndElementHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEndNamespaceDeclHandler
void XML_SetEndNamespaceDeclHandler(XML_Parser parser, XML_EndNamespaceDeclHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetEntityDeclHandler
void XML_SetEntityDeclHandler(XML_Parser parser, XML_EntityDeclHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetExternalEntityRefHandler
void XML_SetExternalEntityRefHandler(XML_Parser parser, XML_ExternalEntityRefHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetExternalEntityRefHandlerArg
void XML_SetExternalEntityRefHandlerArg(XML_Parser parser, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetHashSalt
int XML_SetHashSalt(XML_Parser parser, c_ulong hash_salt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetNamespaceDeclHandler
void XML_SetNamespaceDeclHandler(XML_Parser parser, XML_StartNamespaceDeclHandler start, XML_EndNamespaceDeclHandler end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetNotStandaloneHandler
void XML_SetNotStandaloneHandler(XML_Parser parser, XML_NotStandaloneHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetNotationDeclHandler
void XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetParamEntityParsing
int XML_SetParamEntityParsing(XML_Parser parser, XML_ParamEntityParsing parsing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetProcessingInstructionHandler
void XML_SetProcessingInstructionHandler(XML_Parser parser, XML_ProcessingInstructionHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetReturnNSTriplet
void XML_SetReturnNSTriplet(XML_Parser parser, int do_nst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetSkippedEntityHandler
void XML_SetSkippedEntityHandler(XML_Parser parser, XML_SkippedEntityHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetStartCdataSectionHandler
void XML_SetStartCdataSectionHandler(XML_Parser parser, XML_StartCdataSectionHandler start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetStartDoctypeDeclHandler
void XML_SetStartDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetStartElementHandler
void XML_SetStartElementHandler(XML_Parser parser, XML_StartElementHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetStartNamespaceDeclHandler
void XML_SetStartNamespaceDeclHandler(XML_Parser parser, XML_StartNamespaceDeclHandler start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetUnknownEncodingHandler
void XML_SetUnknownEncodingHandler(XML_Parser parser, XML_UnknownEncodingHandler handler, void* encodingHandlerData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetUnparsedEntityDeclHandler
void XML_SetUnparsedEntityDeclHandler(XML_Parser parser, XML_UnparsedEntityDeclHandler handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetUserData
void XML_SetUserData(XML_Parser parser, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_SetXmlDeclHandler
void XML_SetXmlDeclHandler(XML_Parser parser, XML_XmlDeclHandler xmldecl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_StopParser
XML_Status XML_StopParser(XML_Parser parser, XML_Bool resumable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_UseForeignDTD
XML_Error XML_UseForeignDTD(XML_Parser parser, XML_Bool useDTD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XML_UseParserAsHandlerArg
void XML_UseParserAsHandlerArg(XML_Parser parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

XML_AttrInfo
struct XML_AttrInfo
Undocumented in source.
XML_Content
struct XML_Content
Undocumented in source.
XML_Encoding
struct XML_Encoding
Undocumented in source.
XML_Expat_Version
struct XML_Expat_Version
Undocumented in source.
XML_Feature
struct XML_Feature
Undocumented in source.
XML_Memory_Handling_Suite
struct XML_Memory_Handling_Suite
Undocumented in source.
XML_ParserStruct
struct XML_ParserStruct
Undocumented in source.
XML_ParsingStatus
struct XML_ParsingStatus
Undocumented in source.

Meta