Apache HTTPD
Public Attributes | List of all members
XML_ParserStruct Struct Reference

Public Attributes

void * m_userData
 
void * m_handlerArg
 
charm_buffer
 
const XML_Memory_Handling_Suite m_mem
 
const charm_bufferPtr
 
charm_bufferEnd
 
const charm_bufferLim
 
XML_Index m_parseEndByteIndex
 
const charm_parseEndPtr
 
size_t m_partialTokenBytesBefore
 
XML_Bool m_reparseDeferralEnabled
 
int m_lastBufferRequestSize
 
XML_Charm_dataBuf
 
XML_Charm_dataBufEnd
 
XML_StartElementHandler m_startElementHandler
 
XML_EndElementHandler m_endElementHandler
 
XML_CharacterDataHandler m_characterDataHandler
 
XML_ProcessingInstructionHandler m_processingInstructionHandler
 
XML_CommentHandler m_commentHandler
 
XML_StartCdataSectionHandler m_startCdataSectionHandler
 
XML_EndCdataSectionHandler m_endCdataSectionHandler
 
XML_DefaultHandler m_defaultHandler
 
XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler
 
XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler
 
XML_UnparsedEntityDeclHandler m_unparsedEntityDeclHandler
 
XML_NotationDeclHandler m_notationDeclHandler
 
XML_StartNamespaceDeclHandler m_startNamespaceDeclHandler
 
XML_EndNamespaceDeclHandler m_endNamespaceDeclHandler
 
XML_NotStandaloneHandler m_notStandaloneHandler
 
XML_ExternalEntityRefHandler m_externalEntityRefHandler
 
XML_Parser m_externalEntityRefHandlerArg
 
XML_SkippedEntityHandler m_skippedEntityHandler
 
XML_UnknownEncodingHandler m_unknownEncodingHandler
 
XML_ElementDeclHandler m_elementDeclHandler
 
XML_AttlistDeclHandler m_attlistDeclHandler
 
XML_EntityDeclHandler m_entityDeclHandler
 
XML_XmlDeclHandler m_xmlDeclHandler
 
const ENCODINGm_encoding
 
INIT_ENCODING m_initEncoding
 
const ENCODINGm_internalEncoding
 
const XML_Charm_protocolEncodingName
 
XML_Bool m_ns
 
XML_Bool m_ns_triplets
 
void * m_unknownEncodingMem
 
void * m_unknownEncodingData
 
void * m_unknownEncodingHandlerData
 
void(* m_unknownEncodingRelease )(void *)
 
PROLOG_STATE m_prologState
 
Processorm_processor
 
enum XML_Error m_errorCode
 
const charm_eventPtr
 
const charm_eventEndPtr
 
const charm_positionPtr
 
OPEN_INTERNAL_ENTITYm_openInternalEntities
 
OPEN_INTERNAL_ENTITYm_freeInternalEntities
 
XML_Bool m_defaultExpandInternalEntities
 
int m_tagLevel
 
ENTITYm_declEntity
 
const XML_Charm_doctypeName
 
const XML_Charm_doctypeSysid
 
const XML_Charm_doctypePubid
 
const XML_Charm_declAttributeType
 
const XML_Charm_declNotationName
 
const XML_Charm_declNotationPublicId
 
ELEMENT_TYPEm_declElementType
 
ATTRIBUTE_IDm_declAttributeId
 
XML_Bool m_declAttributeIsCdata
 
XML_Bool m_declAttributeIsId
 
DTDm_dtd
 
const XML_Charm_curBase
 
TAGm_tagStack
 
TAGm_freeTagList
 
BINDINGm_inheritedBindings
 
BINDINGm_freeBindingList
 
int m_attsSize
 
int m_nSpecifiedAtts
 
int m_idAttIndex
 
ATTRIBUTEm_atts
 
NS_ATTm_nsAtts
 
unsigned long m_nsAttsVersion
 
unsigned char m_nsAttsPower
 
POSITION m_position
 
STRING_POOL m_tempPool
 
STRING_POOL m_temp2Pool
 
charm_groupConnector
 
unsigned int m_groupSize
 
XML_Char m_namespaceSeparator
 
XML_Parser m_parentParser
 
XML_ParsingStatus m_parsingStatus
 
unsigned long m_hash_secret_salt
 

Detailed Description

Definition at line 643 of file xmlparse.c.

Member Data Documentation

◆ m_attlistDeclHandler

XML_AttlistDeclHandler XML_ParserStruct::m_attlistDeclHandler

Definition at line 691 of file xmlparse.c.

◆ m_atts

ATTRIBUTE* XML_ParserStruct::m_atts

Definition at line 734 of file xmlparse.c.

◆ m_attsSize

int XML_ParserStruct::m_attsSize

Definition at line 731 of file xmlparse.c.

◆ m_buffer

char* XML_ParserStruct::m_buffer

Definition at line 658 of file xmlparse.c.

◆ m_bufferEnd

char* XML_ParserStruct::m_bufferEnd

Definition at line 661 of file xmlparse.c.

◆ m_bufferLim

const char* XML_ParserStruct::m_bufferLim

Definition at line 662 of file xmlparse.c.

◆ m_bufferPtr

const char* XML_ParserStruct::m_bufferPtr

Definition at line 660 of file xmlparse.c.

◆ m_characterDataHandler

XML_CharacterDataHandler XML_ParserStruct::m_characterDataHandler

Definition at line 673 of file xmlparse.c.

◆ m_commentHandler

XML_CommentHandler XML_ParserStruct::m_commentHandler

Definition at line 675 of file xmlparse.c.

◆ m_curBase

const XML_Char* XML_ParserStruct::m_curBase

Definition at line 726 of file xmlparse.c.

◆ m_dataBuf

XML_Char* XML_ParserStruct::m_dataBuf

Definition at line 669 of file xmlparse.c.

◆ m_dataBufEnd

XML_Char* XML_ParserStruct::m_dataBufEnd

Definition at line 670 of file xmlparse.c.

◆ m_declAttributeId

ATTRIBUTE_ID* XML_ParserStruct::m_declAttributeId

Definition at line 722 of file xmlparse.c.

◆ m_declAttributeIsCdata

XML_Bool XML_ParserStruct::m_declAttributeIsCdata

Definition at line 723 of file xmlparse.c.

◆ m_declAttributeIsId

XML_Bool XML_ParserStruct::m_declAttributeIsId

Definition at line 724 of file xmlparse.c.

◆ m_declAttributeType

const XML_Char* XML_ParserStruct::m_declAttributeType

Definition at line 718 of file xmlparse.c.

◆ m_declElementType

ELEMENT_TYPE* XML_ParserStruct::m_declElementType

Definition at line 721 of file xmlparse.c.

◆ m_declEntity

ENTITY* XML_ParserStruct::m_declEntity

Definition at line 714 of file xmlparse.c.

◆ m_declNotationName

const XML_Char* XML_ParserStruct::m_declNotationName

Definition at line 719 of file xmlparse.c.

◆ m_declNotationPublicId

const XML_Char* XML_ParserStruct::m_declNotationPublicId

Definition at line 720 of file xmlparse.c.

◆ m_defaultExpandInternalEntities

XML_Bool XML_ParserStruct::m_defaultExpandInternalEntities

Definition at line 712 of file xmlparse.c.

◆ m_defaultHandler

XML_DefaultHandler XML_ParserStruct::m_defaultHandler

Definition at line 678 of file xmlparse.c.

◆ m_doctypeName

const XML_Char* XML_ParserStruct::m_doctypeName

Definition at line 715 of file xmlparse.c.

◆ m_doctypePubid

const XML_Char* XML_ParserStruct::m_doctypePubid

Definition at line 717 of file xmlparse.c.

◆ m_doctypeSysid

const XML_Char* XML_ParserStruct::m_doctypeSysid

Definition at line 716 of file xmlparse.c.

◆ m_dtd

DTD* XML_ParserStruct::m_dtd

Definition at line 725 of file xmlparse.c.

◆ m_elementDeclHandler

XML_ElementDeclHandler XML_ParserStruct::m_elementDeclHandler

Definition at line 690 of file xmlparse.c.

◆ m_encoding

const ENCODING* XML_ParserStruct::m_encoding

Definition at line 694 of file xmlparse.c.

◆ m_endCdataSectionHandler

XML_EndCdataSectionHandler XML_ParserStruct::m_endCdataSectionHandler

Definition at line 677 of file xmlparse.c.

◆ m_endDoctypeDeclHandler

XML_EndDoctypeDeclHandler XML_ParserStruct::m_endDoctypeDeclHandler

Definition at line 680 of file xmlparse.c.

◆ m_endElementHandler

XML_EndElementHandler XML_ParserStruct::m_endElementHandler

Definition at line 672 of file xmlparse.c.

◆ m_endNamespaceDeclHandler

XML_EndNamespaceDeclHandler XML_ParserStruct::m_endNamespaceDeclHandler

Definition at line 684 of file xmlparse.c.

◆ m_entityDeclHandler

XML_EntityDeclHandler XML_ParserStruct::m_entityDeclHandler

Definition at line 692 of file xmlparse.c.

◆ m_errorCode

enum XML_Error XML_ParserStruct::m_errorCode

Definition at line 706 of file xmlparse.c.

◆ m_eventEndPtr

const char* XML_ParserStruct::m_eventEndPtr

Definition at line 708 of file xmlparse.c.

◆ m_eventPtr

const char* XML_ParserStruct::m_eventPtr

Definition at line 707 of file xmlparse.c.

◆ m_externalEntityRefHandler

XML_ExternalEntityRefHandler XML_ParserStruct::m_externalEntityRefHandler

Definition at line 686 of file xmlparse.c.

◆ m_externalEntityRefHandlerArg

XML_Parser XML_ParserStruct::m_externalEntityRefHandlerArg

Definition at line 687 of file xmlparse.c.

◆ m_freeBindingList

BINDING* XML_ParserStruct::m_freeBindingList

Definition at line 730 of file xmlparse.c.

◆ m_freeInternalEntities

OPEN_INTERNAL_ENTITY* XML_ParserStruct::m_freeInternalEntities

Definition at line 711 of file xmlparse.c.

◆ m_freeTagList

TAG* XML_ParserStruct::m_freeTagList

Definition at line 728 of file xmlparse.c.

◆ m_groupConnector

char* XML_ParserStruct::m_groupConnector

Definition at line 744 of file xmlparse.c.

◆ m_groupSize

unsigned int XML_ParserStruct::m_groupSize

Definition at line 745 of file xmlparse.c.

◆ m_handlerArg

void* XML_ParserStruct::m_handlerArg

Definition at line 647 of file xmlparse.c.

◆ m_hash_secret_salt

unsigned long XML_ParserStruct::m_hash_secret_salt

Definition at line 754 of file xmlparse.c.

◆ m_idAttIndex

int XML_ParserStruct::m_idAttIndex

Definition at line 733 of file xmlparse.c.

◆ m_inheritedBindings

BINDING* XML_ParserStruct::m_inheritedBindings

Definition at line 729 of file xmlparse.c.

◆ m_initEncoding

INIT_ENCODING XML_ParserStruct::m_initEncoding

Definition at line 695 of file xmlparse.c.

◆ m_internalEncoding

const ENCODING* XML_ParserStruct::m_internalEncoding

Definition at line 696 of file xmlparse.c.

◆ m_lastBufferRequestSize

int XML_ParserStruct::m_lastBufferRequestSize

Definition at line 668 of file xmlparse.c.

◆ m_mem

const XML_Memory_Handling_Suite XML_ParserStruct::m_mem

Definition at line 659 of file xmlparse.c.

◆ m_namespaceSeparator

XML_Char XML_ParserStruct::m_namespaceSeparator

Definition at line 746 of file xmlparse.c.

◆ m_notationDeclHandler

XML_NotationDeclHandler XML_ParserStruct::m_notationDeclHandler

Definition at line 682 of file xmlparse.c.

◆ m_notStandaloneHandler

XML_NotStandaloneHandler XML_ParserStruct::m_notStandaloneHandler

Definition at line 685 of file xmlparse.c.

◆ m_ns

XML_Bool XML_ParserStruct::m_ns

Definition at line 698 of file xmlparse.c.

◆ m_ns_triplets

XML_Bool XML_ParserStruct::m_ns_triplets

Definition at line 699 of file xmlparse.c.

◆ m_nsAtts

NS_ATT* XML_ParserStruct::m_nsAtts

Definition at line 735 of file xmlparse.c.

◆ m_nsAttsPower

unsigned char XML_ParserStruct::m_nsAttsPower

Definition at line 737 of file xmlparse.c.

◆ m_nsAttsVersion

unsigned long XML_ParserStruct::m_nsAttsVersion

Definition at line 736 of file xmlparse.c.

◆ m_nSpecifiedAtts

int XML_ParserStruct::m_nSpecifiedAtts

Definition at line 732 of file xmlparse.c.

◆ m_openInternalEntities

OPEN_INTERNAL_ENTITY* XML_ParserStruct::m_openInternalEntities

Definition at line 710 of file xmlparse.c.

◆ m_parentParser

XML_Parser XML_ParserStruct::m_parentParser

Definition at line 747 of file xmlparse.c.

◆ m_parseEndByteIndex

XML_Index XML_ParserStruct::m_parseEndByteIndex

Definition at line 664 of file xmlparse.c.

◆ m_parseEndPtr

const char* XML_ParserStruct::m_parseEndPtr

Definition at line 665 of file xmlparse.c.

◆ m_parsingStatus

XML_ParsingStatus XML_ParserStruct::m_parsingStatus

Definition at line 748 of file xmlparse.c.

◆ m_partialTokenBytesBefore

size_t XML_ParserStruct::m_partialTokenBytesBefore

Definition at line 666 of file xmlparse.c.

◆ m_position

POSITION XML_ParserStruct::m_position

Definition at line 741 of file xmlparse.c.

◆ m_positionPtr

const char* XML_ParserStruct::m_positionPtr

Definition at line 709 of file xmlparse.c.

◆ m_processingInstructionHandler

XML_ProcessingInstructionHandler XML_ParserStruct::m_processingInstructionHandler

Definition at line 674 of file xmlparse.c.

◆ m_processor

Processor* XML_ParserStruct::m_processor

Definition at line 705 of file xmlparse.c.

◆ m_prologState

PROLOG_STATE XML_ParserStruct::m_prologState

Definition at line 704 of file xmlparse.c.

◆ m_protocolEncodingName

const XML_Char* XML_ParserStruct::m_protocolEncodingName

Definition at line 697 of file xmlparse.c.

◆ m_reparseDeferralEnabled

XML_Bool XML_ParserStruct::m_reparseDeferralEnabled

Definition at line 667 of file xmlparse.c.

◆ m_skippedEntityHandler

XML_SkippedEntityHandler XML_ParserStruct::m_skippedEntityHandler

Definition at line 688 of file xmlparse.c.

◆ m_startCdataSectionHandler

XML_StartCdataSectionHandler XML_ParserStruct::m_startCdataSectionHandler

Definition at line 676 of file xmlparse.c.

◆ m_startDoctypeDeclHandler

XML_StartDoctypeDeclHandler XML_ParserStruct::m_startDoctypeDeclHandler

Definition at line 679 of file xmlparse.c.

◆ m_startElementHandler

XML_StartElementHandler XML_ParserStruct::m_startElementHandler

Definition at line 671 of file xmlparse.c.

◆ m_startNamespaceDeclHandler

XML_StartNamespaceDeclHandler XML_ParserStruct::m_startNamespaceDeclHandler

Definition at line 683 of file xmlparse.c.

◆ m_tagLevel

int XML_ParserStruct::m_tagLevel

Definition at line 713 of file xmlparse.c.

◆ m_tagStack

TAG* XML_ParserStruct::m_tagStack

Definition at line 727 of file xmlparse.c.

◆ m_temp2Pool

STRING_POOL XML_ParserStruct::m_temp2Pool

Definition at line 743 of file xmlparse.c.

◆ m_tempPool

STRING_POOL XML_ParserStruct::m_tempPool

Definition at line 742 of file xmlparse.c.

◆ m_unknownEncodingData

void* XML_ParserStruct::m_unknownEncodingData

Definition at line 701 of file xmlparse.c.

◆ m_unknownEncodingHandler

XML_UnknownEncodingHandler XML_ParserStruct::m_unknownEncodingHandler

Definition at line 689 of file xmlparse.c.

◆ m_unknownEncodingHandlerData

void* XML_ParserStruct::m_unknownEncodingHandlerData

Definition at line 702 of file xmlparse.c.

◆ m_unknownEncodingMem

void* XML_ParserStruct::m_unknownEncodingMem

Definition at line 700 of file xmlparse.c.

◆ m_unknownEncodingRelease

void( * XML_ParserStruct::m_unknownEncodingRelease) (void *)

Definition at line 703 of file xmlparse.c.

◆ m_unparsedEntityDeclHandler

XML_UnparsedEntityDeclHandler XML_ParserStruct::m_unparsedEntityDeclHandler

Definition at line 681 of file xmlparse.c.

◆ m_userData

void* XML_ParserStruct::m_userData

Definition at line 646 of file xmlparse.c.

◆ m_xmlDeclHandler

XML_XmlDeclHandler XML_ParserStruct::m_xmlDeclHandler

Definition at line 693 of file xmlparse.c.


The documentation for this struct was generated from the following file: