Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
SAX2SAX2 - SAX2 parser interface used to build the DOM tree those are the default SAX2 interfaces used by the library when building DOM tree. Author(s): Daniel Veillard Synopsisvoid htmlDefaultSAXHandlerInit (void); void xmlDefaultSAXHandlerInit (void); void xmlSAX2AttributeDecl (void * ctx, DescriptionDetailshtmlDefaultSAXHandlerInit ()void htmlDefaultSAXHandlerInit (void) DEPRECATED: This function will be made private. Call xmlInitParser to initialize the library. Initialize the default SAX handler xmlDefaultSAXHandlerInit ()void xmlDefaultSAXHandlerInit (void) DEPRECATED: This function will be made private. Call xmlInitParser to initialize the library. Initialize the default SAX2 handler xmlSAX2AttributeDecl ()void xmlSAX2AttributeDecl (void * ctx, An attribute definition has been parsed xmlSAX2CDataBlock ()void xmlSAX2CDataBlock (void * ctx, called when a pcdata block has been parsed
xmlSAX2Characters ()void xmlSAX2Characters (void * ctx, receiving some chars from the parser. xmlSAX2Comment ()void xmlSAX2Comment (void * ctx, A xmlSAX2Comment has been parsed.
xmlSAX2ElementDecl ()void xmlSAX2ElementDecl (void * ctx, An element definition has been parsed
xmlSAX2EndDocument ()void xmlSAX2EndDocument (void * ctx) called when the document end has been detected.
xmlSAX2EndElement ()void xmlSAX2EndElement (void * ctx, called when the end of an element has been detected.
xmlSAX2EndElementNs ()void xmlSAX2EndElementNs (void * ctx, SAX2 callback when an element end has been detected by the parser. It provides the namespace information for the element.
xmlSAX2EntityDecl ()void xmlSAX2EntityDecl (void * ctx, An entity definition has been parsed
xmlSAX2ExternalSubset ()void xmlSAX2ExternalSubset (void * ctx, Callback on external subset declaration.
xmlSAX2GetColumnNumber ()int xmlSAX2GetColumnNumber (void * ctx) Provide the column number of the current parsing point.
xmlSAX2GetEntity ()xmlEntityPtr xmlSAX2GetEntity (void * ctx, Get an entity by name
xmlSAX2GetLineNumber ()int xmlSAX2GetLineNumber (void * ctx) Provide the line number of the current parsing point.
xmlSAX2GetParameterEntity ()xmlEntityPtr xmlSAX2GetParameterEntity (void * ctx, Get a parameter entity by name
xmlSAX2GetPublicId ()const xmlChar * xmlSAX2GetPublicId (void * ctx) Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN"
xmlSAX2GetSystemId ()const xmlChar * xmlSAX2GetSystemId (void * ctx) Provides the system ID, basically URL or filename e.g. http://www.sgmlsource.com/dtds/memo.dtd
xmlSAX2HasExternalSubset ()int xmlSAX2HasExternalSubset (void * ctx) Does this document has an external subset
xmlSAX2HasInternalSubset ()int xmlSAX2HasInternalSubset (void * ctx) Does this document has an internal subset
xmlSAX2IgnorableWhitespace ()void xmlSAX2IgnorableWhitespace (void * ctx, receiving some ignorable whitespaces from the parser. UNUSED: by default the DOM building will use xmlSAX2Characters xmlSAX2InitDefaultSAXHandler ()void xmlSAX2InitDefaultSAXHandler (xmlSAXHandler * hdlr, Initialize the default XML SAX2 handler
xmlSAX2InitHtmlDefaultSAXHandler ()void xmlSAX2InitHtmlDefaultSAXHandler (xmlSAXHandler * hdlr) Initialize the default HTML SAX2 handler
xmlSAX2InternalSubset ()void xmlSAX2InternalSubset (void * ctx, Callback on internal subset declaration.
xmlSAX2IsStandalone ()int xmlSAX2IsStandalone (void * ctx) Is this document tagged standalone ?
xmlSAX2NotationDecl ()void xmlSAX2NotationDecl (void * ctx, What to do when a notation declaration has been parsed.
xmlSAX2ProcessingInstruction ()void xmlSAX2ProcessingInstruction (void * ctx, A processing instruction has been parsed.
xmlSAX2Reference ()void xmlSAX2Reference (void * ctx, called when an entity xmlSAX2Reference is detected.
xmlSAX2ResolveEntity ()xmlParserInputPtr xmlSAX2ResolveEntity (void * ctx, The entity loader, to control the loading of external entities, the application can either: - override this xmlSAX2ResolveEntity() callback in the SAX block - or better use the xmlSetExternalEntityLoader() function to set up it's own entity resolution routine
xmlSAX2SetDocumentLocator ()void xmlSAX2SetDocumentLocator (void * ctx, Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case.
xmlSAX2StartDocument ()void xmlSAX2StartDocument (void * ctx) called when the document start being processed.
xmlSAX2StartElement ()void xmlSAX2StartElement (void * ctx, called when an opening tag has been processed.
xmlSAX2StartElementNs ()void xmlSAX2StartElementNs (void * ctx, SAX2 callback when an element start has been detected by the parser. It provides the namespace information for the element, as well as the new namespace declarations on the element.
xmlSAX2UnparsedEntityDecl ()void xmlSAX2UnparsedEntityDecl (void * ctx, What to do when an unparsed entity declaration is parsed
xmlSAXDefaultVersion ()int xmlSAXDefaultVersion (int version) Set the default version of SAX used globally by the library. By default, during initialization the default is set to 2. Note that it is generally a better coding style to use xmlSAXVersion() to set up the version explicitly for a given parsing context.
xmlSAXVersion ()int xmlSAXVersion (xmlSAXHandler * hdlr, Initialize the default XML SAX handler according to the version
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0039 ]-- |