HomeSort by relevance Sort by last modified time
    Searched full:normid (Results 1 - 14 of 14) sorted by null

  /external/libxml2/result/
att5 3 <!ATTLIST normId attr NMTOKENS #IMPLIED>
24 <normId attr=""/>
25 <normId attr="foo bar"/>
26 <normId attr="foobar"/>
27 <normId attr="foo bar"/>
28 <normId attr="foobar"/>
29 <normId attr="&amp;"/>
30 <normId attr="foo&amp;bar"/>
31 <normId attr="foobar&amp;"/>
32 <normId attr="&amp;foo bar"/
    [all...]
att5.sax 4 SAX.attributeDecl(normId, attr, 8, 3, NULL, ...)
80 SAX.startElement(normId, attr=' ')
81 SAX.endElement(normId)
84 SAX.startElement(normId, attr=' foo bar ')
85 SAX.endElement(normId)
88 SAX.startElement(normId, attr=' foobar')
89 SAX.endElement(normId)
92 SAX.startElement(normId, attr=' foo bar ')
93 SAX.endElement(normId)
96 SAX.startElement(normId, attr='foobar '
    [all...]
att5.rde 59 1 1 normId 1 0
62 1 1 normId 1 0
65 1 1 normId 1 0
68 1 1 normId 1 0
71 1 1 normId 1 0
74 1 1 normId 1 0
77 1 1 normId 1 0
80 1 1 normId 1 0
83 1 1 normId 1 0
86 1 1 normId 1
    [all...]
att5.rdr 59 1 1 normId 1 0
62 1 1 normId 1 0
65 1 1 normId 1 0
68 1 1 normId 1 0
71 1 1 normId 1 0
74 1 1 normId 1 0
77 1 1 normId 1 0
80 1 1 normId 1 0
83 1 1 normId 1 0
86 1 1 normId 1
    [all...]
att5.sax2 4 SAX.attributeDecl(normId, attr, 8, 3, NULL, ...)
80 SAX.startElementNs(normId, NULL, NULL, 0, 1, 0, attr=''/>
82 SAX.endElementNs(normId, NULL, NULL)
85 SAX.startElementNs(normId, NULL, NULL, 0, 1, 0, attr='foo ...', 7)
86 SAX.endElementNs(normId, NULL, NULL)
89 SAX.startElementNs(normId, NULL, NULL, 0, 1, 0, attr='foob...', 6)
90 SAX.endElementNs(normId, NULL, NULL)
93 SAX.startElementNs(normId, NULL, NULL, 0, 1, 0, attr='foo ...', 7)
94 SAX.endElementNs(normId, NULL, NULL)
97 SAX.startElementNs(normId, NULL, NULL, 0, 1, 0, attr='foob...', 6
    [all...]
  /external/libxml2/result/noent/
att5 3 <!ATTLIST normId attr NMTOKENS #IMPLIED>
24 <normId attr=""/>
25 <normId attr="foo bar"/>
26 <normId attr="foobar"/>
27 <normId attr="foo bar"/>
28 <normId attr="foobar"/>
29 <normId attr="&amp;"/>
30 <normId attr="foo&amp;bar"/>
31 <normId attr="foobar&amp;"/>
32 <normId attr="&amp;foo bar"/
    [all...]
  /external/libxml2/test/
att5 1 <!DOCTYPE doc [<!ATTLIST normId attr NMTOKENS #IMPLIED>]>
39 <normId attr=' '/>
40 <normId attr='
42 <normId attr='
45 <normId attr=' foo bar
47 <normId attr='foobar
50 <normId attr=' &amp; '/>
51 <normId attr='
53 <normId attr='
56 <normId attr='&amp;foo ba
    [all...]
  /external/libxml2/result/c14n/1-1-without-comments/
example-4 8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
  /external/libxml2/result/c14n/with-comments/
example-4 8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
  /external/libxml2/result/c14n/without-comments/
example-4 8 <normId id="' &#xD;&#xA;&#x9; '"></normId>
  /external/libxml2/test/c14n/1-1-without-comments/
example-4.xml 1 <!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
8 <normId id=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
  /external/libxml2/test/c14n/with-comments/
example-4.xml 1 <!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
8 <normId id=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
  /external/libxml2/test/c14n/without-comments/
example-4.xml 1 <!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
8 <normId id=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
  /external/libxml2/
catalog.c 278 xmlChar *normid = NULL; local
290 normid = xmlCatalogNormalizePublic(name);
291 if (normid != NULL)
292 name = (*normid != 0 ? normid : NULL);
298 if (normid != NULL)
299 xmlFree(normid);
2007 xmlChar *normid; local
2428 xmlChar *normid; local
2547 xmlChar *normid; local
    [all...]

Completed in 106 milliseconds