| /external/libxml2/test/valid/dtds/ |
| external2.ent | 1 <!ATTLIST root attr1 NMTOKEN "attrvalue">
|
| nitf-2-5.dtd | 55 lang NMTOKEN #IMPLIED
105 http-equiv NMTOKEN #IMPLIED
106 name NMTOKEN #IMPLIED
126 tobject.subject.refnum NMTOKEN #REQUIRED
136 ver NMTOKEN #IMPLIED
142 num NMTOKEN #REQUIRED
207 ed-urg NMTOKEN #IMPLIED
244 series.part NMTOKEN "0"
245 series.totalpart NMTOKEN "0"
258 generation NMTOKEN #IMPLIED [all...] |
| /external/libxml2/result/ |
| att11 | 4 <!ATTLIST attributes nmtoken NMTOKEN #IMPLIED> 9 <attributes nmtoken="&ent; &ent; &ent;" nmtokens="Test this normalization"/>
|
| att11.sax | 5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...) 16 SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
|
| att11.sax2 | 5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...) 16 SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
|
| /external/libxml2/result/noent/ |
| att11 | 4 <!ATTLIST attributes nmtoken NMTOKEN #IMPLIED> 9 <attributes nmtoken="entityreference entityreference entityreference" nmtokens="Test this normalization"/>
|
| att11.sax2 | 5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...) 18 SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='enti...', 47, nmtokens='Test...', 25)
|
| /external/libxml2/test/ |
| att11 | 5 nmtoken NMTOKEN #IMPLIED 11 nmtoken = " &ent; &ent; &ent; "
|
| /external/libxml2/test/VC/ |
| AttributeDefaultLegal | 4 <!ATTLIST doc At NMTOKEN "$$$"> 5 <!ATTLIST doc Ok NMTOKEN "1abc_2">
|
| /external/mesa3d/src/mapi/glapi/gen/ |
| gl_API.dtd | 22 <!ATTLIST category name NMTOKEN #REQUIRED 23 number NMTOKEN #IMPLIED 24 window_system NMTOKEN #IMPLIED> 25 <!ATTLIST type name NMTOKEN #REQUIRED 26 size NMTOKEN #REQUIRED 30 glx_name NMTOKEN #IMPLIED> 31 <!ATTLIST enum name NMTOKEN #REQUIRED 33 value NMTOKEN #REQUIRED> 34 <!ATTLIST function name NMTOKEN #REQUIRED 35 alias NMTOKEN #IMPLIE [all...] |
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| HTMLSchema.java | 250 attribute("a", "hreflang", "NMTOKEN", null); 252 attribute("a", "tabindex", "NMTOKEN", null); 253 attribute("applet", "align", "NMTOKEN", null); 256 attribute("area", "tabindex", "NMTOKEN", null); 259 attribute("button", "tabindex", "NMTOKEN", null); 261 attribute("caption", "align", "NMTOKEN", null); 262 attribute("col", "align", "NMTOKEN", null); 264 attribute("col", "valign", "NMTOKEN", null); 265 attribute("colgroup", "align", "NMTOKEN", null); 267 attribute("colgroup", "valign", "NMTOKEN", null) [all...] |
| /external/libxml2/result/valid/ |
| index.xml | 51 lang NMTOKEN #IMPLIED 81 <!ATTLIST meta http-equiv NMTOKEN #IMPLIED> 82 <!ATTLIST meta name NMTOKEN #IMPLIED> 93 <!ATTLIST tobject.subject tobject.subject.refnum NMTOKEN #REQUIRED> 100 <!ATTLIST iim ver NMTOKEN #IMPLIED> 103 <!ATTLIST ds num NMTOKEN #REQUIRED> 130 <!ATTLIST urgency ed-urg NMTOKEN #IMPLIED> 149 <!ATTLIST series series.part NMTOKEN "0"> 150 <!ATTLIST series series.totalpart NMTOKEN "0"> 157 <!ATTLIST du-key generation NMTOKEN #IMPLIED [all...] |
| dia.xml | 11 <!ATTLIST dia:object dia:version NMTOKEN #REQUIRED> 15 <!ATTLIST dia:connection dia:handle NMTOKEN #REQUIRED> 17 <!ATTLIST dia:connection dia:connection NMTOKEN #REQUIRED> 24 <!ATTLIST dia:int dia:val NMTOKEN #REQUIRED> 26 <!ATTLIST dia:enum dia:val NMTOKEN #REQUIRED>
|
| /external/libxml2/test/schemas/ |
| import0_0.imp | 8 <xs:restriction base="xs:NMTOKEN">
|
| length1_0.xsd | 6 <xs:attribute name="unit" type="xs:NMTOKEN"/>
|
| length3_0.xsd | 6 <xs:element name="unit" type="xs:NMTOKEN"/>
|
| length2_0.xsd | 8 <xs:element name="unit" type="xs:NMTOKEN"/>
|
| facet-unionST-err1_0.xsd | 16 <xsd:restriction base="xsd:NMTOKEN">
|
| /external/libxml2/result/VC/ |
| AttributeDefaultLegal | 2 <!ATTLIST doc At NMTOKEN "$$$">
|
| AttributeDefaultLegal.rdr | 2 <!ATTLIST doc At NMTOKEN "$$$">
|
| /external/parameter-framework/upstream/schemas/ |
| SystemClass.xsd | 14 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>
|
| ParameterFrameworkConfiguration.xsd | 8 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/> 35 <xs:attribute name="SystemClassName" use="required" type="xs:NMTOKEN"/>
|
| ParameterSettings.xsd | 6 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/> 55 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/> 60 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/> 91 <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>
|
| /external/libxml2/test/valid/ |
| dia.xml | 18 dia:version NMTOKEN #REQUIRED 25 dia:handle NMTOKEN #REQUIRED 27 dia:connection NMTOKEN #REQUIRED> 39 <!ATTLIST dia:int dia:val NMTOKEN #REQUIRED> 42 <!ATTLIST dia:enum dia:val NMTOKEN #REQUIRED>
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
| XML11Char.java | 382 * [7] Nmtoken ::= (NameChar)+
385 * Check to see if a string is a valid Nmtoken according to [7]
388 * @param nmtoken string to check
389 * @return true if nmtoken is a valid Nmtoken
391 public static boolean isXML11ValidNmtoken(String nmtoken) {
392 int length = nmtoken.length();
396 char ch = nmtoken.charAt(i);
399 char ch2 = nmtoken.charAt(i);
|