/libcore/dom/src/test/java/org/w3c/domts/ |
LSDocumentBuilderFactory.java | 249 strategies.put("expandEntityReferences", new LSParameterStrategy("entities", true)); 386 return!hasProperty("entities");
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
ExpatReader.java | 62 = BASE_URI + "external-general-entities"; 64 = BASE_URI + "external-parameter-entities";
|
/libcore/luni/src/main/java/org/xml/sax/ |
AttributeList.java | 118 * "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY", "ENTITIES", 142 * ENTITIES, or NMTOKENS), the tokens will be concatenated
|
Attributes.java | 135 * "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY", "ENTITIES", 158 * ENTITIES, or NMTOKENS), the tokens will be concatenated
|
Parser.java | 80 * to entities itself (this is the default behaviour implemented in 87 * @param resolver The object for resolving entities.
|
ContentHandler.java | 36 * and for reporting skipped entities (in non-validating XML 394 * recommendation requires reporting skipped external entities. 399 * skipped. Non-validating processors may skip entities if they 402 * may skip external entities, depending on the values of the 403 * <code>http://xml.org/sax/features/external-general-entities</code> 405 * <code>http://xml.org/sax/features/external-parameter-entities</code>
|
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 11 its entities not be used in advertising or publicity pertaining 17 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
|
proto.h | 11 its entities not be used in advertising or publicity pertaining 17 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
cpp_type_traits.h | 48 // Firstly, these compile-time entities are used as template-arguments 49 // so function return values won't work: We need compile-time entities.
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/ |
httpcomponents-core-4.1.pom | 186 <entities> 191 </entities>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlPrettyPrinter.java | 147 // Get the original source string. This will contain the actual entities 149 // By operating on source we can preserve the user's entities rather than
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 99 /** Keeps track if we are in an entity reference when entities=true */
159 // Parameter entities, true [required] (default)
160 private final static int ENTITIES = 0x1 << 6;
1669 NamedNodeMap entities = docType.getEntities(); local [all...] |
LSSerializerImpl.java | 139 // Parameter entities, true [required] (default)
140 private final static int ENTITIES = 0x1 << 6;
218 fFeatures |= ENTITIES;
281 // entities
284 // preserve entities
312 // preserve entities
443 return ((fFeatures & ENTITIES) != 0) ? Boolean.TRUE : Boolean.FALSE;
472 if ((fFeatures & ENTITIES) == 0 &&
546 fFeatures = state ? fFeatures | ENTITIES : fFeatures
547 & ~ENTITIES;
[all...] |
/external/clang/docs/ |
PCHInternals.rst | 82 entity (and those entities it depends on) are deserialized from the AST file. 393 stores all of the selectors used by entities within the AST file. The design 414 routines be able to query the AST file to find entities stored there. 483 Many different kinds of entities --- identifiers, declarations, types, etc. 503 entities described in an earlier precompiled header. For example, later 525 different numbering schemes for entities they imported from common shared 527 which modules it depends on and which ID numbers it assigned to the entities 529 entities. The AST reader then maps these "local" ID numbers into a "global" 531 between entities (in whatever AST file they inhabit) and global ID numbers.
|
/external/libxml2/include/libxml/ |
tree.h | 46 /* entities.h */ 382 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd 385 void *pentities; /* Hash table for param entities if any */ [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 53 * <code>false</code>. Parameters set to <code>false</code>: "entities", " 126 * <dt><code>"entities"</code></dt> 159 * validate-if-schema", "entities", "datatype-normalization", "cdata-sections 227 * implementation can successfully resolve any external entities referenced. </dd> 348 * <p> The resolution of the system identifiers associated with entities is
|
/external/expat/doc/ |
reference.html | 329 not load external entities or process conditional sections. This does 643 other encodings may be declared in XML documents or entities. For the 650 <p>External parsed entities may begin with a text declaration, which 715 <p>Expat does not read or parse external entities directly. Note that 729 parser. Since external entities my refer to other external entities, 734 <p>In order to parse parameter entities, before starting the parse, 740 <dd>Don't parse parameter entities or the external subset</dd> 745 <dd>Always parse parameter entities and the external subset</dd> [all...] |