HomeSort by relevance Sort by last modified time
    Searched defs:entityValue (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeentitynodevalue.java 63 String entityValue;
71 entityValue = entityNode.getNodeValue();
72 assertNull("entityNodeValue", entityValue);
nodeentitysetnodevalue.java 63 String entityValue;
72 entityValue = entityNode.getNodeValue();
73 assertNull("nodeValueNull", entityValue);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 911 String entityValue;
914 entityValue = readValue((char) quote, true, false, ValueContext.ENTITY_DECLARATION);
923 entityValue = "";
938 documentEntities.put(name, entityValue.toCharArray());
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 261 milliseconds