Home
last modified time | relevance | path

Searched defs:nameSpace (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dtree.c5828 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs()
6515 xmlHasNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp()
6587 xmlGetNsProp(xmlNodePtr node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp()
Dvalid.c6239 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local