/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapremovenameditemns05.java | 74 NamedNodeMap entities; local 81 entities = docType.getEntities(); 82 assertNotNull("entitiesNotNull", entities); 87 removedNode = entities.removeNamedItemNS(nullNS, "ent1");
|
namednodemapsetnameditemns09.java | 37 * Create a new attribute node and attempt to add it to the nodemap of entities and notations 73 NamedNodeMap entities; local 79 entities = docType.getEntities(); 86 newNode = entities.setNamedItemNS(attr);
|
namednodemapsetnameditemns10.java | 75 NamedNodeMap entities; local 84 entities = docType.getEntities(); 85 assertNotNull("entitiesNotNull", entities); 86 entity = (Entity) entities.getNamedItem("ent1");
|
namednodemapsetnameditemns05.java | 74 NamedNodeMap entities; local 83 entities = docType.getEntities(); 84 assertNotNull("entitiesNotNull", entities); 87 entity = (Entity) entities.getNamedItem("ent1"); 93 newNode = entities.setNamedItemNS(entity);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
GetNamedItemNS.java | 90 // NamedNodeMap entities; 96 // entities = docType.getEntities(); 97 // assertNotNull("entitiesNotNull", entities); 98 // entity = (Entity) entities.getNamedItemNS(nullNS, "ent1");
|
NamedNodeMapGetNamedItemNS.java | 35 * "notation1" from a NamedNodeMap of this DocumentTypes entities and notations. 36 * Both should be null since entities and notations are not namespaced. 82 // NamedNodeMap entities; 91 // entities = docType.getEntities(); 92 // assertNotNull("entitiesNotNull", entities); 95 // entity = (Entity) entities.getNamedItemNS(nullNS, "ent1");
|
/external/expat/doc/ |
xmlwf.1 | 55 external entities (see the \fB-x\fR option). 114 entities. 117 entities. \fB-p\fR tells it to always parse them. 138 references to parameter entities. 162 Turns on parsing external entities. 165 entities, or even expand entities at all. 166 Expat always expands internal entities (?), 169 External entities are simply entities that obtain thei [all...] |
/libcore/luni/src/main/java/org/xml/sax/ext/ |
EntityResolver2.java | 31 * interface defines for external entities, it must ensure that it uses 98 * of local caches of DTD entities. Also, this method will never be 100 * parameter entities. </p> 104 * undesirable network accesses for external entities, or which for 112 * the input document. By providing definitions for general entities, 137 * Allows applications to map references to external entities into input 139 * This method is only called for external entities which have been 153 * a class of entities (parameter or general) through use of feature 154 * flags, this method is not invoked for such entities. </p> 178 * entities, and any external subset, are resolved by such parsers [all...] |
DeclHandler.java | 26 * <p>Note that data-related DTD declarations (unparsed entities and 57 * that all parameter entities are fully resolved and all whitespace 77 * "ENTITIES", a parenthesized token group with 108 * will be reported. All parameter entities in the value 109 * will be expanded, but general entities will not.</p>
|
/external/libxml2/ |
entities.c | 2 * entities.c : implementation for the XML entities handling 18 #include <libxml/entities.h> 26 * The XML predefined entities. 198 * xmlAddEntity : register a new entity for an entities table. 219 if (dtd->entities == NULL) 220 dtd->entities = xmlHashCreateDict(0, dict); 221 table = dtd->entities; 425 * @parameter: look for parameter entities 484 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) [all...] |
/external/libvpx/libvpx/examples/ |
gen_example_doxy.php | 58 // Decode XML entities. GeSHi doesn't anticipate that 66 // Un-encode ampersand entities 111 * encoded entities to ordinary characters, since a 121 $entities = array ('|&|' variable 129 $input = preg_replace($entities, $characters, $input);
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Entity.java | 20 * <p>An XML processor may choose to completely expand entities before the 25 * parameter entities. This means that parsed entities declared in the 60 * For unparsed entities, the name of the notation for the entity. For 61 * parsed entities, this is <code>null</code>.
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSResourceResolver.java | 26 * any external entities, including the external DTD subset and external 27 * parameter entities, before including them. The top-level document entity 43 * entities referenced within the DTD, and external entities referenced 54 * (i.e. entities), applications must use the value
|
/libcore/luni/src/main/java/org/xml/sax/ |
DTDHandler.java | 19 * unparsed entities, then the application implements this 30 * of the order in which the notations and unparsed entities were 41 * "ENTITY", or "ENTITIES", it can use the information that it 68 * reported before any unparsed entities that use it.</p> 93 * unparsed entities may appear as attribute values.
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactLoader.java | 43 public ArrayList<Entity> entities; field in class:ContactLoader.ContactData 120 ArrayList<Entity> entities = Lists.newArrayList(); local 125 entities.add(entity); 130 result.entities = entities;
|
/external/libxml2/include/libxml/ |
entities.h | 2 * Summary: interface for the XML entities handling 65 * All entities are stored in an hash table. 66 * There is 2 separate hash tables for global and parameter entities.
|
/external/valgrind/main/docs/xml/ |
design-impl.xml | 4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
|
manual.xml | 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfiginfoset1.js | 77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entities 103 state = domConfig.getParameter("entities"); 110 domConfig.setParameter("entities", true);
|
domconfigurationcansetparameter04.js | 80 The parameter entities is turned on by default. Check to see if this feature can be set 107 canSet = domConfig.canSetParameter("entities",false); 109 paramVal = domConfig.getParameter("entities");
|
entities03.js | 81 Normalize document with entities set to false, check that 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entities 111 domConfig.setParameter("entities", false);
|
/external/webkit/Tools/Scripts/ |
update-iexploder-cssproperties | 64 my @entities = (); 85 push(@entities, $l); 89 $result .= join("\n", sort { $a cmp $b } @entities) . "\n\n";
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p1.cpp | 4 // This test creates cases where implicit instantiations of various entities 6 // entities that avoid the diagnostic. The intent is to verify that
|
/external/quake/quake/src/QW/server/ |
world.h | 60 // called after the world model has been loaded, before linking any entities 75 // does not check any entities at all
|
/external/quake/quake/src/WinQuake/ |
world.h | 46 // called after the world model has been loaded, before linking any entities
62 // does not check any entities at all
|