Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ns

1361  * Pushes a new parser namespace on top of the ns stack
1412 * Pops the top @nr parser prefix/namespace from the ns stack
1423 xmlGenericError(xmlGenericErrorContext, "Pbm popping %d NS\n", nr);
2751 * [NS 5] QName ::= (Prefix ':')? LocalPart
2753 * [NS 6] Prefix ::= NCName
2755 * [NS 7] LocalPart ::= NCName
3206 * [4NS] NCNameChar ::= Letter | Digit | '.' | '-' | '_' |
3209 * [5NS] NCName ::= (Letter | '_') (NCNameChar)*
7863 * [NS 11] Attribute ::= QName Eq AttValue
7953 * [NS 8] STag ::= '<' QName (S Attribute)* S? '>'
7955 * [NS 10] EmptyElement ::= '<' QName (S Attribute)* S? '/>'
8100 * [NS 9] ETag ::= '</' QName S? '>'
8162 * [NS 9] ETag ::= '</' QName S? '>'
8632 * [NS 8] STag ::= '<' QName (S Attribute)* S? '>'
8634 * [NS 10] EmptyElement ::= '<' QName (S Attribute)* S? '/>'
9074 * [NS 9] ETag ::= '</' QName S? '>'
12782 xmlNsPtr ns = cur->nsDef;
12785 while (ns != NULL) {
12787 iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1);
12788 ihref = xmlDictLookup(ctxt->dict, ns->href, -1);
12790 iprefix = ns->prefix;
12791 ihref = ns->href;
12798 ns = ns->next;