Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NS

1589  * Pushes a new parser namespace on top of the ns stack
1640 * Pops the top @nr parser prefix/namespace from the ns stack
1651 xmlGenericError(xmlGenericErrorContext, "Pbm popping %d NS\n", nr);
2876 * [NS 5] QName ::= (Prefix ':')? LocalPart
2878 * [NS 6] Prefix ::= NCName
2880 * [NS 7] LocalPart ::= NCName
3394 * [4NS
3397 * [5NS] NCName ::= (Letter | '_') (NCNameChar)*
8339 * [NS 11] Attribute ::= QName Eq AttValue
8429 * [NS 8] STag ::= '<' QName (S Attribute)* S? '>'
8431 * [NS 10] EmptyElement ::= '<' QName (S Attribute)* S? '/>'
8575 * [NS 9] ETag ::= '</' QName S? '>'
8637 * [NS 9] ETag ::= '</' QName S? '>'
9169 * [NS 8] STag ::= '<' QName (S Attribute)* S? '>'
9171 * [NS 10] EmptyElement ::= '<' QName (S Attribute)* S? '/>'
9612 * [NS 9] ETag ::= '</' QName S? '>'
13641 xmlNsPtr ns = cur->nsDef;
13644 while (ns != NULL) {
13646 iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1);
13647 ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
13649 iprefix = ns->prefix;
13650 ihref = ns->href;
13657 ns = ns->next;