Home
last modified time | relevance | path

Searched refs:ENTITY (Results 1 – 25 of 38) sorted by relevance

12

/external/libxml2/test/recurse/
Dlol3.dtd2 <!ENTITY % laugh0 "<!-- Ha ! -->">
3 <!ENTITY % laugh1 "%laugh0;%laugh0;">
4 <!ENTITY % laugh2 "%laugh1;%laugh1;">
5 <!ENTITY % laugh3 "%laugh2;%laugh2;">
6 <!ENTITY % laugh4 "%laugh3;%laugh3;">
7 <!ENTITY % laugh5 "%laugh4;%laugh4;">
8 <!ENTITY % laugh6 "%laugh5;%laugh5;">
9 <!ENTITY % laugh7 "%laugh6;%laugh6;">
10 <!ENTITY % laugh8 "%laugh7;%laugh7;">
11 <!ENTITY % laugh9 "%laugh8;%laugh8;">
[all …]
/external/libxml2/result/errors/
D759573.xml.err1 ./test/errors/759573.xml:1: parser error : Space required after '<!ENTITY'
2 ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITY
5 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
8 LEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz
11 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
17 T t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;000&#37;z;'><!ENTITYz>%xx;
24 <?h?><!DOCTYPEt[<!ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;00
27 <?h?><!DOCTYPEt[<!ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;00
30 <?h?><!DOCTYPEt[<!ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;00
33 <?h?><!DOCTYPEt[<!ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;00
D759573-2.xml.err1 Entity: line 1: parser error : Space required after '<!ENTITY'
5 <!ENTITY<?xDOCTYPEm~?>
11 <!ENTITY<?xDOCTYPEm~?>
17 <!ENTITY<?xDOCTYPEm~?>
19 Entity: line 3: parser error : Space required after '<!ENTITY'
23 <!ENTITY<?xDOCTYPEm~?>
29 <!ENTITY<?xDOCTYPEm~?>
35 <!ENTITY<?xDOCTYPEm~?>
D759573.xml.str2 <?h?><!DOCTYPEt[<!ELEMENT t (A)><!ENTITY % xx '&#37;<![INCLUDE[000&#37;&#3000;00
/external/libxml2/result/
Disolat3.rde5 2 4 #cdata-section 0 1 <!ENTITY % pub "&#xc9;ditions Gallimard" >
6 <!ENTITY rights "All rights reserved" >
7 <!ENTITY book "La Peste: Albert Camus,
Disolat3.rdr5 2 4 #cdata-section 0 1 <!ENTITY % pub "&#xc9;ditions Gallimard" >
6 <!ENTITY rights "All rights reserved" >
7 <!ENTITY book "La Peste: Albert Camus,
Dxml2.sax8 SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
Dxml2.sax28 SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
/external/libxml2/test/valid/dtds/
Dexternal.ent2 <!ENTITY % peInCdata SYSTEM "external2.ent">
3 <!ENTITY peInCdata "<![CDATA[%peInCdata;]]>">
Dxhtml1.dcl116 ENTITY NO
160 ENTITY NO
/external/libxml2/result/valid/
Dt4a.dtd.err2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
Dt4.dtd.err2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
Dt4.dtd.err.rdr2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
Dt4a.dtd.err.rdr2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
Dt6.dtd.err.rdr2 <!ENTITY % xdef "def">
5 <!ENTITY % xdef "def">
Dt6.dtd.err2 <!ENTITY % xdef "def">
5 <!ENTITY % xdef "def">
/external/libxml2/result/VC/
DPENesting22 <!ENTITY % p1 "(A|B">
5 <!ENTITY % p1 "(A|B">
DPENesting2 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
5 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
DPENesting2.rdr2 <!ENTITY % p1 "(A|B">
DPENesting.rdr2 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
/external/libxml2/doc/
Dstructure.fig228 4 0 0 0 0 14 16 0.0000 4 135 900 8775 4350 ENTITY\001
236 4 0 0 0 0 14 16 0.0000 4 135 900 2475 4275 ENTITY\001
/external/expat/doc/
Dxmlwf.sgml13 <!ENTITY dhfirstname "<firstname>Scott</firstname>">
14 <!ENTITY dhsurname "<surname>Bronson</surname>">
16 <!ENTITY dhdate "<date>March 11, 2016</date>">
19 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
20 <!ENTITY dhemail "<email>bronson@rinspin.com</email>">
21 <!ENTITY dhusername "Scott Bronson">
22 <!ENTITY dhucpackage "<refentrytitle>XMLWF</refentrytitle>">
23 <!ENTITY dhpackage "xmlwf">
25 <!ENTITY debian "<productname>Debian GNU/Linux</productname>">
26 <!ENTITY gnu "<acronym>GNU</acronym>">
[all …]
/external/libxml2/test/threads/b/
Db.dtd2 <!ENTITY bent "the b entity">
/external/python/cpython2/Modules/expat/
Dxmlparse.c203 } ENTITY; typedef
295 ENTITY *entity;
336 processInternalEntity(XML_Parser parser, ENTITY *entity,
519 ENTITY *m_declEntity;
2324 ENTITY *entity; in doContent()
2340 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); in doContent()
3900 declEntity = (ENTITY *)lookup(parser, in doProlog()
3903 sizeof(ENTITY)); in doProlog()
3958 ENTITY *entity = (ENTITY *)lookup(parser, in doProlog()
3961 sizeof(ENTITY)); in doProlog()
[all …]
/external/expat/lib/
Dxmlparse.c211 } ENTITY; typedef
303 ENTITY *entity;
344 processInternalEntity(XML_Parser parser, ENTITY *entity,
527 ENTITY *m_declEntity;
2360 ENTITY *entity; in doContent()
2376 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); in doContent()
3936 declEntity = (ENTITY *)lookup(parser, in doProlog()
3939 sizeof(ENTITY)); in doProlog()
3994 ENTITY *entity = (ENTITY *)lookup(parser, in doProlog()
3997 sizeof(ENTITY)); in doProlog()
[all …]

12