Geant4.10
|
Go to the source code of this file.
Data Structures | |
struct | XML_cp |
struct | XML_Memory_Handling_Suite |
struct | XML_Encoding |
struct | XML_ParsingStatus |
struct | XML_Expat_Version |
struct | XML_Feature |
Macros | |
#define | XML_TRUE ((XML_Bool) 1) |
#define | XML_FALSE ((XML_Bool) 0) |
#define | XML_STATUS_ERROR XML_STATUS_ERROR |
#define | XML_STATUS_OK XML_STATUS_OK |
#define | XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED |
#define | XML_GetUserData(parser) (*(void **)(parser)) |
#define | XML_GetErrorLineNumber XML_GetCurrentLineNumber |
#define | XML_GetErrorColumnNumber XML_GetCurrentColumnNumber |
#define | XML_GetErrorByteIndex XML_GetCurrentByteIndex |
#define | XML_MAJOR_VERSION 2 |
#define | XML_MINOR_VERSION 0 |
#define | XML_MICRO_VERSION 1 |
#define XML_FALSE ((XML_Bool) 0) |
Definition at line 30 of file include/expat.h.
Referenced by XML_GetFeatureList(), XML_ParserReset(), XML_SetDefaultHandler(), and XML_SetReturnNSTriplet().
#define XML_GetErrorByteIndex XML_GetCurrentByteIndex |
Definition at line 936 of file include/expat.h.
#define XML_GetErrorColumnNumber XML_GetCurrentColumnNumber |
Definition at line 935 of file include/expat.h.
#define XML_GetErrorLineNumber XML_GetCurrentLineNumber |
Definition at line 934 of file include/expat.h.
#define XML_GetUserData | ( | parser | ) | (*(void **)(parser)) |
Definition at line 674 of file include/expat.h.
#define XML_MAJOR_VERSION 2 |
Definition at line 1006 of file include/expat.h.
Referenced by XML_ExpatVersion(), and XML_ExpatVersionInfo().
#define XML_MICRO_VERSION 1 |
Definition at line 1008 of file include/expat.h.
Referenced by XML_ExpatVersion(), and XML_ExpatVersionInfo().
#define XML_MINOR_VERSION 0 |
Definition at line 1007 of file include/expat.h.
Referenced by XML_ExpatVersion(), and XML_ExpatVersionInfo().
#define XML_STATUS_ERROR XML_STATUS_ERROR |
Definition at line 47 of file include/expat.h.
Referenced by xData_parse(), xData_parseEndOfXML(), XML_Parse(), XML_ParseBuffer(), XML_ResumeParser(), XML_SetBase(), XML_SetEncoding(), and XML_StopParser().
#define XML_STATUS_OK XML_STATUS_OK |
Definition at line 49 of file include/expat.h.
Referenced by XML_Parse(), XML_ParseBuffer(), XML_ResumeParser(), XML_SetBase(), XML_SetEncoding(), and XML_StopParser().
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED |
Referenced by XML_Parse(), XML_ParseBuffer(), and XML_ResumeParser().
#define XML_TRUE ((XML_Bool) 1) |
Definition at line 29 of file include/expat.h.
Referenced by XML_ExternalEntityParserCreate(), XML_GetFeatureList(), XML_SetDefaultHandlerExpand(), and XML_SetReturnNSTriplet().
Definition at line 168 of file include/expat.h.
Definition at line 168 of file include/expat.h.
Definition at line 253 of file include/expat.h.
Definition at line 331 of file include/expat.h.
Definition at line 434 of file include/expat.h.
Definition at line 268 of file include/expat.h.
Definition at line 168 of file include/expat.h.
typedef const XML_Char* doctypeName |
Definition at line 300 of file include/expat.h.
Definition at line 168 of file include/expat.h.
Definition at line 187 of file include/expat.h.
typedef const XML_Char * entityName |
Definition at line 331 of file include/expat.h.
typedef const XML_Char const XML_Char const XML_Char int has_internal_subset |
Definition at line 300 of file include/expat.h.
typedef const XML_Char XML_Encoding* info |
Definition at line 530 of file include/expat.h.
typedef const XML_Char int is_parameter_entity |
Definition at line 331 of file include/expat.h.
Definition at line 168 of file include/expat.h.
Definition at line 262 of file include/expat.h.
typedef const XML_Char XML_Content* model |
Definition at line 151 of file include/expat.h.
Definition at line 151 of file include/expat.h.
typedef const XML_Char * notationName |
Definition at line 331 of file include/expat.h.
Definition at line 380 of file include/expat.h.
Definition at line 300 of file include/expat.h.
Definition at line 331 of file include/expat.h.
Definition at line 262 of file include/expat.h.
typedef const XML_Char const XML_Char int standalone |
Definition at line 187 of file include/expat.h.
Definition at line 300 of file include/expat.h.
Definition at line 331 of file include/expat.h.
Definition at line 268 of file include/expat.h.
Definition at line 380 of file include/expat.h.
typedef const XML_Char int const XML_Char int value_length |
Definition at line 331 of file include/expat.h.
Definition at line 187 of file include/expat.h.
typedef unsigned char XML_Bool |
Definition at line 28 of file include/expat.h.
typedef struct XML_cp XML_Content |
Definition at line 135 of file include/expat.h.
Definition at line 309 of file include/expat.h.
typedef struct XML_ParserStruct* XML_Parser |
Definition at line 25 of file include/expat.h.
enum XML_Content_Quant |
Enumerator | |
---|---|
XML_CQUANT_NONE | |
XML_CQUANT_OPT | |
XML_CQUANT_REP | |
XML_CQUANT_PLUS | |
XML_CQUANT_NONE | |
XML_CQUANT_OPT | |
XML_CQUANT_REP | |
XML_CQUANT_PLUS |
Definition at line 110 of file include/expat.h.
enum XML_Content_Type |
Enumerator | |
---|---|
XML_CTYPE_EMPTY | |
XML_CTYPE_ANY | |
XML_CTYPE_MIXED | |
XML_CTYPE_NAME | |
XML_CTYPE_CHOICE | |
XML_CTYPE_SEQ | |
XML_CTYPE_EMPTY | |
XML_CTYPE_ANY | |
XML_CTYPE_MIXED | |
XML_CTYPE_NAME | |
XML_CTYPE_CHOICE | |
XML_CTYPE_SEQ |
Definition at line 101 of file include/expat.h.
enum XML_Error |
Definition at line 54 of file include/expat.h.
enum XML_FeatureEnum |
Definition at line 977 of file include/expat.h.
Definition at line 853 of file include/expat.h.
enum XML_Parsing |
Enumerator | |
---|---|
XML_INITIALIZED | |
XML_PARSING | |
XML_FINISHED | |
XML_SUSPENDED | |
XML_INITIALIZED | |
XML_PARSING | |
XML_FINISHED | |
XML_SUSPENDED |
Definition at line 812 of file include/expat.h.
enum XML_Status |
Enumerator | |
---|---|
XML_STATUS_ERROR | |
XML_STATUS_ERROR | |
XML_STATUS_OK | |
XML_STATUS_OK | |
XML_STATUS_SUSPENDED | |
XML_STATUS_ERROR | |
XML_STATUS_ERROR | |
XML_STATUS_OK | |
XML_STATUS_OK | |
XML_STATUS_SUSPENDED |
Definition at line 45 of file include/expat.h.
typedef int | ( | XMLCALL * | XML_NotStandaloneHandler | ) |
Referenced by CML2ExpVoxels::add(), G4HepRepFileXMLWriter::addAttValue(), G4AdjointCSMatrix::AddData(), G4DigiManager::AddNewModule(), G4VarNtp::addParticle(), G4NeutronHPFinalState::adjust_final_state(), UVoxelizer::AllocatedMemory(), G4LENDCapture::ApplyYourself(), G4LENDInelastic::ApplyYourself(), G4LENDFission::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4Abla::breakItUp(), G4AdjointCSManager::BuildCrossSectionMatrices(), G4GMocrenIO::calcDoseDistScale(), G4QMDNucleus::CalEnergyAndAngularMomentumInCM(), CML2WorldConstruction::checkVolumeOverlap(), testem0.App::cmd_beamOn(), G4VEmAdjointModel::ComputeAdjointCrossSectionVectorPerAtomForScatProj(), G4VEmAdjointModel::ComputeAdjointCrossSectionVectorPerAtomForSecond(), G4GMocrenIO::convertDensityToHU(), CLHEP::crc32ul(), G4LENDModel::create_used_target_map(), G4LENDCrossSection::create_used_target_map(), CLHEP::DoubConv::d2x(), G4GenericMessenger::DeclareProperty(), deflate_rle(), diagr(), UVoxelizer::DisplayListNodes(), dminit(), G4ITModelProcessor::DoCalculateStep(), dttest(), G4VScoreWriter::DumpAllQuantitiesToFile(), G4VScoreWriter::DumpQuantityToFile(), BrachyUserScoreWriter::DumpQuantityToFile(), RE03UserScoreWriter::DumpQuantityToFile(), G4AblaFission::even_odd(), ficonf(), findComponentsFastest(), G4DigiManager::FindDigitizerModule(), G4AblaFission::fissionDistri(), CLHEP::RanecuEngine::flat(), CLHEP::RanecuEngine::flatArray(), CLHEP::HepStat::flatToGaussian(), G4JpegCoder::ForwardDCT(), fozoca(), G4ITModelHandler::G4ITModelHandler(), G4ITModelProcessor::G4ITModelProcessor(), B5PrimaryGeneratorAction::GeneratePrimaries(), cheprep::DefaultHepRepDefinition::getAttDefFromNode(), cheprep::DefaultHepRepAttribute::getAttValueFromNode(), UVoxelizer::GetBitsPerSlice(), G4QMDParticipant::GetChargeInUnitOfEplus(), G4DCtable::GetCollectionID(), cheprep::DefaultHepRepAttDef::getLowerCaseName(), cheprep::DefaultHepRepAttValue::getLowerCaseName(), cheprep::DefaultHepRepAttValue::getLowerCaseString(), CML2ExpVoxels::getMaxNumberOfEvents(), __1DSortOut::GetMidle(), CML2ExpVoxels::getMinNumberOfEvents(), CLHEP::RanecuEngine::getState(), gzprintf(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), G4HadSignalHandler_local::HandleIt(), harsca(), G4AblaFission::haz(), G4Abla::haz(), hijing(), hisfil(), hisfil2(), G4AblaFission::idint(), G4Abla::idint(), inflate(), inflate_table(), G4ITModelHandler::Initialize(), G4MTRunManager::InitializeEventLoop(), G4AdjointInterpolator::InterpolateWithIndexVector(), laptab(), leptox(), G4DigiManager::List(), longest_match(), lqcdpr(), lqqbev(), lremh(), lu4ent(), lucell(), ludecy(), luindf(), lujoin(), lukfdi(), luprep(), lushow(), lusphe(), lustrf(), lutabu(), lutest(), luthru(), lux4jt(), luxkfl(), G4JpegCoder::makeYCC(), G4LatticeLogical::MapKtoV(), G4LatticeLogical::MapKtoVDir(), MarshaledG4String::marshal1(), MarshaledExN04MuonHit::marshal1(), MarshaledExN04TrackerHit::marshal1(), MarshaledG4VHitsCollection::marshal1(), MarshaledG4HCofThisEvent::marshal1(), MarshaledG4HitsCollection::marshal1(), MarshaledExN02TrackerHit::marshal1(), MarshaledExN04CalorimeterHit::marshal1(), MarshaledG4THitsCollection< T >::marshal1(), MarshaledExN04MuonHit::marshal2(), MarshaledExN04TrackerHit::marshal2(), MarshaledG4VHitsCollection::marshal2(), MarshaledExN04CalorimeterHit::marshal2(), MarshaledExN02TrackerHit::marshal2(), MarshaledExN04CalorimeterHit::marshal3(), MarshaledG4VHitsCollection::marshal3(), MarshaledExN02TrackerHit::marshal3(), MarshaledExN04CalorimeterHit::marshal4(), MarshaledExN02TrackerHit::marshal4(), MarshaledObj::marshalPrimitive(), G4AblaFission::nint(), G4Abla::nint(), CLHEP::HepJamesRandom::operator unsigned int(), CLHEP::RanecuEngine::operator unsigned int(), CLHEP::RanluxEngine::operator unsigned int(), UPolyhedraSide::PhiSegment(), phoerr(), pomdi(), G4KDMap::PopOutMiddle(), G4Analyser::printResultsNtuple(), py4ent(), pycell(), pydecy(), pyeig4(), pygamm(), pyindf(), pyjoin(), pykfdi(), pymult(), pyofsh(), pyplot(), pyprep(), pyrand(), pyresd(), pyscat(), pyshow(), pysigh(), pysphe(), pyspli(), pystrf(), pytabu(), pytest(), pythru(), pyx4jt(), pyxkfl(), CLHEP::RanshiEngine::RanshiEngine(), G4ITModelHandler::RegisterModel(), G4DCtable::Registor(), cheprep::DefaultHepRepAttribute::removeAttValue(), G4DNADamages::Reset(), CML2ExpVoxels::resetNEventsInVoxels(), CLHEP::RanecuEngine::restoreStatus(), G4GMocrenIO::retrieveData(), G4GMocrenIO::retrieveData2(), G4GMocrenIO::retrieveData3(), G4GMocrenIO::retrieveData4(), romg(), CML2ExpVoxels::saveResults(), UPolycone::SetOriginalParameters(), CLHEP::NonRandomEngine::setRandomSequence(), CLHEP::MTwistEngine::setSeed(), CLHEP::RanshiEngine::setSeeds(), G4DigiManager::SetVerboseLevel(), G4GMocrenIO::storeData2(), G4GMocrenIO::storeData3(), G4GMocrenIO::storeData4(), RunAction::SumFluence(), tpia_angular_getFromElement(), tpia_angularEnergy_getFromElement(), tpia_channel_getFromElement(), tpia_misc_sampleEqualProbableBin(), tpia_miscNameToZAm(), tpia_product_sampleMultiplicity(), tpia_target_heated_read(), CLHEP::RandLandau::transform(), CLHEP::RandGaussQ::transformQuick(), MarshaledG4String::unmarshal1(), MarshaledExN04MuonHit::unmarshal1(), MarshaledExN04TrackerHit::unmarshal1(), MarshaledG4VHitsCollection::unmarshal1(), MarshaledExN04CalorimeterHit::unmarshal1(), MarshaledExN02TrackerHit::unmarshal1(), MarshaledG4HitsCollection::unmarshal1(), MarshaledG4HCofThisEvent::unmarshal1(), MarshaledG4THitsCollection< T >::unmarshal1(), MarshaledExN04TrackerHit::unmarshal2(), MarshaledExN04MuonHit::unmarshal2(), MarshaledG4VHitsCollection::unmarshal2(), MarshaledExN04CalorimeterHit::unmarshal2(), MarshaledExN02TrackerHit::unmarshal2(), MarshaledExN02TrackerHit::unmarshal3(), MarshaledExN04CalorimeterHit::unmarshal3(), MarshaledG4VHitsCollection::unmarshal3(), MarshaledExN02TrackerHit::unmarshal4(), MarshaledExN04CalorimeterHit::unmarshal4(), MarshaledObj::unmarshalPrimitive(), SteppingAction::UserSteppingAction(), UVoxelizer::Voxelize(), xData_malloc(), XML_GetBuffer(), XML_GetFeatureList(), XML_GetInputContext(), XmlInitUnknownEncoding(), G4DigiManager::~G4DigiManager(), G4DNADamages::~G4DNADamages(), G4MolecularDecayTable::~G4MolecularDecayTable(), and G4TrackingInformation::~G4TrackingInformation().
typedef void | ( | XMLCALL * | XML_ElementDeclHandler | ) |
XML_DefaultCurrent | ( | XML_Parser | parser | ) |
Definition at line 1834 of file xmlparse.cc.
XML_ErrorString | ( | enum XML_Error | code | ) |
Definition at line 1848 of file xmlparse.cc.
Referenced by xData_parseEndOfXML().
XML_ExpatVersion | ( | void | ) |
Definition at line 1899 of file xmlparse.cc.
XML_ExpatVersionInfo | ( | void | ) |
Definition at line 1919 of file xmlparse.cc.
XML_ExternalEntityParserCreate | ( | XML_Parser | parser, |
const XML_Char * | context, | ||
const XML_Char * | encoding | ||
) |
Definition at line 939 of file xmlparse.cc.
XML_FreeContentModel | ( | XML_Parser | parser, |
XML_Content * | model | ||
) |
Definition at line 1810 of file xmlparse.cc.
XML_GetBase | ( | XML_Parser | parser | ) |
Definition at line 1196 of file xmlparse.cc.
XML_GetBuffer | ( | XML_Parser | parser, |
int | len | ||
) |
Definition at line 1601 of file xmlparse.cc.
XML_GetCurrentByteCount | ( | XML_Parser | parser | ) |
Definition at line 1769 of file xmlparse.cc.
XML_GetErrorCode | ( | XML_Parser | parser | ) |
Definition at line 1755 of file xmlparse.cc.
Referenced by xData_parseEndOfXML().
XML_GetFeatureList | ( | void | ) |
Definition at line 1931 of file xmlparse.cc.
XML_GetIdAttributeIndex | ( | XML_Parser | parser | ) |
Definition at line 1208 of file xmlparse.cc.
XML_GetInputContext | ( | XML_Parser | parser, |
int * | offset, | ||
int * | size | ||
) |
Definition at line 1777 of file xmlparse.cc.
XML_GetParsingStatus | ( | XML_Parser | parser, |
XML_ParsingStatus * | status | ||
) |
Definition at line 1748 of file xmlparse.cc.
XML_GetSpecifiedAttributeCount | ( | XML_Parser | parser | ) |
Definition at line 1202 of file xmlparse.cc.
XML_MemFree | ( | XML_Parser | parser, |
void * | ptr | ||
) |
Definition at line 1828 of file xmlparse.cc.
XML_MemMalloc | ( | XML_Parser | parser, |
size_t | size | ||
) |
Definition at line 1816 of file xmlparse.cc.
XML_MemRealloc | ( | XML_Parser | parser, |
void * | ptr, | ||
size_t | size | ||
) |
Definition at line 1822 of file xmlparse.cc.
XML_Parse | ( | XML_Parser | parser, |
const char * | s, | ||
int | len, | ||
int | isFinal | ||
) |
Definition at line 1430 of file xmlparse.cc.
Referenced by xData_parse(), and xData_parseEndOfXML().
XML_ParseBuffer | ( | XML_Parser | parser, |
int | len, | ||
int | isFinal | ||
) |
Definition at line 1550 of file xmlparse.cc.
XML_ParserCreate | ( | const XML_Char * | encoding | ) |
Definition at line 658 of file xmlparse.cc.
Referenced by xData_parseInitialize().
XML_ParserCreate_MM | ( | const XML_Char * | encoding, |
const XML_Memory_Handling_Suite * | memsuite, | ||
const XML_Char * | namespaceSeparator | ||
) |
Definition at line 681 of file xmlparse.cc.
Definition at line 664 of file xmlparse.cc.
XML_ParserFree | ( | XML_Parser | parser | ) |
Definition at line 1082 of file xmlparse.cc.
Referenced by xData_parseEndOfXML().
XML_ParserReset | ( | XML_Parser | parser, |
const XML_Char * | encoding | ||
) |
Definition at line 884 of file xmlparse.cc.
XML_ResumeParser | ( | XML_Parser | parser | ) |
Definition at line 1710 of file xmlparse.cc.
XML_SetAttlistDeclHandler | ( | XML_Parser | parser, |
XML_AttlistDeclHandler | attdecl | ||
) |
Definition at line 1395 of file xmlparse.cc.
XML_SetBase | ( | XML_Parser | parser, |
const XML_Char * | base | ||
) |
Definition at line 1182 of file xmlparse.cc.
XML_SetCdataSectionHandler | ( | XML_Parser | parser, |
XML_StartCdataSectionHandler | start, | ||
XML_EndCdataSectionHandler | end | ||
) |
Definition at line 1256 of file xmlparse.cc.
XML_SetCharacterDataHandler | ( | XML_Parser | parser, |
XML_CharacterDataHandler | handler | ||
) |
XML_SetCommentHandler | ( | XML_Parser | parser, |
XML_CommentHandler | handler | ||
) |
Definition at line 1249 of file xmlparse.cc.
XML_SetDefaultHandler | ( | XML_Parser | parser, |
XML_DefaultHandler | handler | ||
) |
Definition at line 1277 of file xmlparse.cc.
XML_SetDefaultHandlerExpand | ( | XML_Parser | parser, |
XML_DefaultHandler | handler | ||
) |
Definition at line 1285 of file xmlparse.cc.
XML_SetDoctypeDeclHandler | ( | XML_Parser | parser, |
XML_StartDoctypeDeclHandler | start, | ||
XML_EndDoctypeDeclHandler | end | ||
) |
Definition at line 1293 of file xmlparse.cc.
XML_SetElementDeclHandler | ( | XML_Parser | parser, |
XML_ElementDeclHandler | eldecl | ||
) |
Definition at line 1388 of file xmlparse.cc.
XML_SetElementHandler | ( | XML_Parser | parser, |
XML_StartElementHandler | start, | ||
XML_EndElementHandler | end | ||
) |
XML_SetEncoding | ( | XML_Parser | parser, |
const XML_Char * | encoding | ||
) |
Definition at line 920 of file xmlparse.cc.
XML_SetEndCdataSectionHandler | ( | XML_Parser | parser, |
XML_EndCdataSectionHandler | end | ||
) |
Definition at line 1271 of file xmlparse.cc.
XML_SetEndDoctypeDeclHandler | ( | XML_Parser | parser, |
XML_EndDoctypeDeclHandler | end | ||
) |
Definition at line 1308 of file xmlparse.cc.
XML_SetEndElementHandler | ( | XML_Parser | parser, |
XML_EndElementHandler | handler | ||
) |
Definition at line 1229 of file xmlparse.cc.
XML_SetEndNamespaceDeclHandler | ( | XML_Parser | parser, |
XML_EndNamespaceDeclHandler | end | ||
) |
Definition at line 1343 of file xmlparse.cc.
XML_SetEntityDeclHandler | ( | XML_Parser | parser, |
XML_EntityDeclHandler | handler | ||
) |
Definition at line 1402 of file xmlparse.cc.
XML_SetExternalEntityRefHandler | ( | XML_Parser | parser, |
XML_ExternalEntityRefHandler | handler | ||
) |
Definition at line 1356 of file xmlparse.cc.
XML_SetExternalEntityRefHandlerArg | ( | XML_Parser | parser, |
void * | arg | ||
) |
Definition at line 1363 of file xmlparse.cc.
XML_SetNamespaceDeclHandler | ( | XML_Parser | parser, |
XML_StartNamespaceDeclHandler | start, | ||
XML_EndNamespaceDeclHandler | end | ||
) |
Definition at line 1328 of file xmlparse.cc.
XML_SetNotationDeclHandler | ( | XML_Parser | parser, |
XML_NotationDeclHandler | handler | ||
) |
Definition at line 1321 of file xmlparse.cc.
XML_SetNotStandaloneHandler | ( | XML_Parser | parser, |
XML_NotStandaloneHandler | handler | ||
) |
Definition at line 1349 of file xmlparse.cc.
XML_SetParamEntityParsing | ( | XML_Parser | parser, |
enum XML_ParamEntityParsing | parsing | ||
) |
Definition at line 1415 of file xmlparse.cc.
XML_SetProcessingInstructionHandler | ( | XML_Parser | parser, |
XML_ProcessingInstructionHandler | handler | ||
) |
Definition at line 1242 of file xmlparse.cc.
XML_SetReturnNSTriplet | ( | XML_Parser | parser, |
int | do_nst | ||
) |
Definition at line 1164 of file xmlparse.cc.
XML_SetSkippedEntityHandler | ( | XML_Parser | parser, |
XML_SkippedEntityHandler | handler | ||
) |
Definition at line 1372 of file xmlparse.cc.
XML_SetStartCdataSectionHandler | ( | XML_Parser | parser, |
XML_StartCdataSectionHandler | start | ||
) |
Definition at line 1265 of file xmlparse.cc.
XML_SetStartDoctypeDeclHandler | ( | XML_Parser | parser, |
XML_StartDoctypeDeclHandler | start | ||
) |
Definition at line 1302 of file xmlparse.cc.
XML_SetStartElementHandler | ( | XML_Parser | parser, |
XML_StartElementHandler | handler | ||
) |
Definition at line 1223 of file xmlparse.cc.
XML_SetStartNamespaceDeclHandler | ( | XML_Parser | parser, |
XML_StartNamespaceDeclHandler | start | ||
) |
Definition at line 1337 of file xmlparse.cc.
XML_SetUnknownEncodingHandler | ( | XML_Parser | parser, |
XML_UnknownEncodingHandler | handler, | ||
void * | encodingHandlerData | ||
) |
Definition at line 1379 of file xmlparse.cc.
XML_SetUnparsedEntityDeclHandler | ( | XML_Parser | parser, |
XML_UnparsedEntityDeclHandler | handler | ||
) |
Definition at line 1314 of file xmlparse.cc.
XML_SetUserData | ( | XML_Parser | parser, |
void * | userData | ||
) |
XML_SetXmlDeclHandler | ( | XML_Parser | parser, |
XML_XmlDeclHandler | xmldecl | ||
) |
Definition at line 1409 of file xmlparse.cc.
XML_StopParser | ( | XML_Parser | parser, |
XML_Bool | resumable | ||
) |
Definition at line 1680 of file xmlparse.cc.
XML_UseForeignDTD | ( | XML_Parser | parser, |
XML_Bool | useDTD | ||
) |
Definition at line 1150 of file xmlparse.cc.
XML_UseParserAsHandlerArg | ( | XML_Parser | parser | ) |
Definition at line 1144 of file xmlparse.cc.
XMLPARSEAPI | ( | XML_Size | ) |
XMLPARSEAPI | ( | XML_Index | ) |