PATH:
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
lxml
/
includes
/
libxml
/* * Summary: API to handle XML Pointers * Description: API to handle XML Pointers * Base implementation was made accordingly to * W3C Candidate Recommendation 7 June 2000 * http://www.w3.org/TR/2000/CR-xptr-20000607 * * Added support for the element() scheme described in: * W3C Proposed Recommendation 13 November 2002 * http://www.w3.org/TR/2002/PR-xptr-element-20021113/ * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __XML_XPTR_H__ #define __XML_XPTR_H__ #include <libxml/xmlversion.h> #ifdef LIBXML_XPTR_ENABLED #include <libxml/tree.h> #include <libxml/xpath.h> #ifdef __cplusplus extern "C" { #endif /* * Functions. */ XML_DEPRECATED XMLPUBFUN xmlXPathContextPtr xmlXPtrNewContext (xmlDocPtr doc, xmlNodePtr here, xmlNodePtr origin); XMLPUBFUN xmlXPathObjectPtr xmlXPtrEval (const xmlChar *str, xmlXPathContextPtr ctx); #ifdef __cplusplus } #endif #endif /* LIBXML_XPTR_ENABLED */ #endif /* __XML_XPTR_H__ */
[-] c14n.h
[edit]
[-] list.h
[edit]
[-] hash.h
[edit]
[-] schematron.h
[edit]
[-] xmlversion.h
[edit]
[-] xpath.h
[edit]
[-] parser.h
[edit]
[-] tree.h
[edit]
[-] xmlwriter.h
[edit]
[-] xmlsave.h
[edit]
[-] HTMLtree.h
[edit]
[-] nanohttp.h
[edit]
[-] xlink.h
[edit]
[-] xmlschemas.h
[edit]
[-] xinclude.h
[edit]
[-] HTMLparser.h
[edit]
[-] xpointer.h
[edit]
[-] nanoftp.h
[edit]
[-] SAX.h
[edit]
[-] uri.h
[edit]
[-] xmlschemastypes.h
[edit]
[-] xmlexports.h
[edit]
[-] schemasInternals.h
[edit]
[-] xpathInternals.h
[edit]
[-] xmlunicode.h
[edit]
[-] valid.h
[edit]
[-] relaxng.h
[edit]
[-] SAX2.h
[edit]
[-] encoding.h
[edit]
[-] debugXML.h
[edit]
[-] dict.h
[edit]
[-] entities.h
[edit]
[-] xmlerror.h
[edit]
[-] xmlIO.h
[edit]
[-] __init__.py
[edit]
[-] xmlstring.h
[edit]
[+]
..
[-] chvalid.h
[edit]
[-] catalog.h
[edit]
[-] xmlmodule.h
[edit]
[-] xmlreader.h
[edit]
[-] threads.h
[edit]
[-] globals.h
[edit]
[-] parserInternals.h
[edit]
[+]
__pycache__
[-] xmlregexp.h
[edit]
[-] xmlmemory.h
[edit]
[-] xmlautomata.h
[edit]