Home | History | Annotate | Download | only in libxml

Lines Matching refs:nameSpace

137  * This is the namespace for the special xml: prefix predefined in the
138 * XML Namespace specification.
141 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
269 const xmlChar *prefix; /* the namespace prefix if any */
313 const xmlChar *prefix; /* Namespace prefix */
360 const xmlChar *prefix; /* the namespace prefix if any */
372 * A namespace declaration node.
380 * An XML namespace.
381 * Note that prefix == NULL is valid, it defines the default namespace
392 const xmlChar *href; /* URL for the namespace */
393 const xmlChar *prefix; /* prefix for the namespace */
444 xmlNs *ns; /* pointer to the associated namespace */
501 xmlNs *ns; /* pointer to the associated namespace */
504 xmlNs *nsDef; /* namespace definitions on this node */
534 XML_DOC_NSVALID = 1<<1, /* document is Namespace valid */
572 struct _xmlNs *oldNs; /* Global namespace, the old way */
596 * @nsName: the requested namespace name
597 * @nsPrefix: the requested namespace prefix
621 * Internal namespace map used for various operations.
989 const xmlChar *nameSpace);
1037 const xmlChar *nameSpace);
1041 const xmlChar *nameSpace);
1143 * Namespace handling.