ReactOS 0.4.15-dev-7918-g2a2556c
_xmlSAXHandler Struct Reference

#include <parser.h>

Collaboration diagram for _xmlSAXHandler:

Public Attributes

internalSubsetSAXFunc internalSubset
 
isStandaloneSAXFunc isStandalone
 
hasInternalSubsetSAXFunc hasInternalSubset
 
hasExternalSubsetSAXFunc hasExternalSubset
 
resolveEntitySAXFunc resolveEntity
 
getEntitySAXFunc getEntity
 
entityDeclSAXFunc entityDecl
 
notationDeclSAXFunc notationDecl
 
attributeDeclSAXFunc attributeDecl
 
elementDeclSAXFunc elementDecl
 
unparsedEntityDeclSAXFunc unparsedEntityDecl
 
setDocumentLocatorSAXFunc setDocumentLocator
 
startDocumentSAXFunc startDocument
 
endDocumentSAXFunc endDocument
 
startElementSAXFunc startElement
 
endElementSAXFunc endElement
 
referenceSAXFunc reference
 
charactersSAXFunc characters
 
ignorableWhitespaceSAXFunc ignorableWhitespace
 
processingInstructionSAXFunc processingInstruction
 
commentSAXFunc comment
 
warningSAXFunc warning
 
errorSAXFunc error
 
fatalErrorSAXFunc fatalError
 
getParameterEntitySAXFunc getParameterEntity
 
cdataBlockSAXFunc cdataBlock
 
externalSubsetSAXFunc externalSubset
 
unsigned int initialized
 
void_private
 
startElementNsSAX2Func startElementNs
 
endElementNsSAX2Func endElementNs
 
xmlStructuredErrorFunc serror
 

Detailed Description

Definition at line 719 of file parser.h.

Member Data Documentation

◆ _private

void* _xmlSAXHandler::_private

Definition at line 749 of file parser.h.

◆ attributeDecl

attributeDeclSAXFunc _xmlSAXHandler::attributeDecl

Definition at line 728 of file parser.h.

Referenced by xmlSAXVersion().

◆ cdataBlock

cdataBlockSAXFunc _xmlSAXHandler::cdataBlock

Definition at line 745 of file parser.h.

Referenced by xmlSAXVersion().

◆ characters

charactersSAXFunc _xmlSAXHandler::characters

Definition at line 737 of file parser.h.

Referenced by xmlSAXVersion().

◆ comment

commentSAXFunc _xmlSAXHandler::comment

Definition at line 740 of file parser.h.

Referenced by xmlSAXVersion().

◆ elementDecl

elementDeclSAXFunc _xmlSAXHandler::elementDecl

Definition at line 729 of file parser.h.

Referenced by xmlSAXVersion().

◆ endDocument

endDocumentSAXFunc _xmlSAXHandler::endDocument

Definition at line 733 of file parser.h.

Referenced by xmlSAXVersion().

◆ endElement

endElementSAXFunc _xmlSAXHandler::endElement

Definition at line 735 of file parser.h.

Referenced by xmlSAXVersion().

◆ endElementNs

endElementNsSAX2Func _xmlSAXHandler::endElementNs

Definition at line 751 of file parser.h.

Referenced by xmlSAXVersion().

◆ entityDecl

entityDeclSAXFunc _xmlSAXHandler::entityDecl

Definition at line 726 of file parser.h.

Referenced by xmlSAXVersion().

◆ error

errorSAXFunc _xmlSAXHandler::error

Definition at line 742 of file parser.h.

Referenced by xmlSAXVersion().

◆ externalSubset

externalSubsetSAXFunc _xmlSAXHandler::externalSubset

Definition at line 746 of file parser.h.

Referenced by xmlSAXVersion().

◆ fatalError

fatalErrorSAXFunc _xmlSAXHandler::fatalError

Definition at line 743 of file parser.h.

Referenced by xmlSAXVersion().

◆ getEntity

getEntitySAXFunc _xmlSAXHandler::getEntity

Definition at line 725 of file parser.h.

Referenced by xmlSAXVersion().

◆ getParameterEntity

getParameterEntitySAXFunc _xmlSAXHandler::getParameterEntity

Definition at line 744 of file parser.h.

Referenced by xmlSAXVersion().

◆ hasExternalSubset

hasExternalSubsetSAXFunc _xmlSAXHandler::hasExternalSubset

Definition at line 723 of file parser.h.

Referenced by xmlSAXVersion().

◆ hasInternalSubset

hasInternalSubsetSAXFunc _xmlSAXHandler::hasInternalSubset

Definition at line 722 of file parser.h.

Referenced by xmlSAXVersion().

◆ ignorableWhitespace

ignorableWhitespaceSAXFunc _xmlSAXHandler::ignorableWhitespace

Definition at line 738 of file parser.h.

Referenced by xmlSAXVersion().

◆ initialized

unsigned int _xmlSAXHandler::initialized

Definition at line 747 of file parser.h.

Referenced by xmlSAX2InitDefaultSAXHandler(), and xmlSAXVersion().

◆ internalSubset

internalSubsetSAXFunc _xmlSAXHandler::internalSubset

Definition at line 720 of file parser.h.

Referenced by xmlSAXVersion().

◆ isStandalone

isStandaloneSAXFunc _xmlSAXHandler::isStandalone

Definition at line 721 of file parser.h.

Referenced by xmlSAXVersion().

◆ notationDecl

notationDeclSAXFunc _xmlSAXHandler::notationDecl

Definition at line 727 of file parser.h.

Referenced by xmlSAXVersion().

◆ processingInstruction

processingInstructionSAXFunc _xmlSAXHandler::processingInstruction

Definition at line 739 of file parser.h.

Referenced by xmlSAXVersion().

◆ reference

referenceSAXFunc _xmlSAXHandler::reference

Definition at line 736 of file parser.h.

Referenced by xmlSAXVersion().

◆ resolveEntity

resolveEntitySAXFunc _xmlSAXHandler::resolveEntity

Definition at line 724 of file parser.h.

Referenced by xmlSAXVersion().

◆ serror

xmlStructuredErrorFunc _xmlSAXHandler::serror

Definition at line 752 of file parser.h.

Referenced by xmlSAXVersion().

◆ setDocumentLocator

setDocumentLocatorSAXFunc _xmlSAXHandler::setDocumentLocator

Definition at line 731 of file parser.h.

Referenced by xmlSAXVersion().

◆ startDocument

startDocumentSAXFunc _xmlSAXHandler::startDocument

Definition at line 732 of file parser.h.

Referenced by xmlSAXVersion().

◆ startElement

startElementSAXFunc _xmlSAXHandler::startElement

Definition at line 734 of file parser.h.

Referenced by xmlSAXVersion().

◆ startElementNs

startElementNsSAX2Func _xmlSAXHandler::startElementNs

Definition at line 750 of file parser.h.

Referenced by xmlSAXVersion().

◆ unparsedEntityDecl

unparsedEntityDeclSAXFunc _xmlSAXHandler::unparsedEntityDecl

Definition at line 730 of file parser.h.

Referenced by xmlSAXVersion().

◆ warning

warningSAXFunc _xmlSAXHandler::warning

Definition at line 741 of file parser.h.

Referenced by xmlSAX2InitDefaultSAXHandler(), and xmlSAXVersion().


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