Home | History | Annotate | Download | only in libxml2

Lines Matching defs:CURRENT

884  *   CUR_PTR return the current pointer to the xmlChar to be parsed.
885 * CUR returns the current xmlChar value, i.e. a 8 bit value
894 * CURRENT Returns the current char value, with the full decoding of
898 * It returns the pointer to the current xmlChar.
909 #define CURRENT (*ctxt->cur)
917 * Move the current node of the nodeset on the stack to the
2391 * if there is no move needed return the current value.