Home | History | Annotate | Download | only in libxml

Lines Matching refs:nameSpace

98  * This is the namespace for the special xml: prefix predefined in the
99 * XML Namespace specification.
102 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
230 const xmlChar *prefix; /* the namespace prefix if any */
274 const xmlChar *prefix; /* Namespace prefix */
321 const xmlChar *prefix; /* the namespace prefix if any */
333 * A namespace declaration node.
341 * An XML namespace.
342 * Note that prefix == NULL is valid, it defines the default namespace
353 const xmlChar *href; /* URL for the namespace */
354 const xmlChar *prefix; /* prefix for the namespace */
405 xmlNs *ns; /* pointer to the associated namespace */
462 xmlNs *ns; /* pointer to the associated namespace */
465 xmlNs *nsDef; /* namespace definitions on this node */
495 XML_DOC_NSVALID = 1<<1, /* document is Namespace valid */
533 struct _xmlNs *oldNs; /* Global namespace, the old way */
557 * @nsName: the requested namespace name
558 * @nsPrefix: the requested namespace prefix
582 * Internal namespace map used for various operations.
944 const xmlChar *nameSpace);
989 const xmlChar *nameSpace);
993 const xmlChar *nameSpace);
1090 * Namespace handling.