pub fn xml_xpath_next_self(
ctxt: &mut XmlXPathParserContext<'_>,
cur: Option<XmlGenericNodePtr>,
) -> Option<XmlGenericNodePtr>Expand description
Traversal function for the “self” direction The self axis contains just the context node itself
Returns the next element following that axis