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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Entity.h 34 String notationName() const { ASSERT_NOT_REACHED(); return String(); }
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NotationImpl.java 34 private String notationName;
40 NotationImpl(DocumentImpl document, String notationName, String publicID,
47 return notationName;
EntityImpl.java 34 private String notationName;
40 EntityImpl(DocumentImpl document, String notationName, String publicID,
43 this.notationName = notationName;
59 return notationName;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetnotations.java 68 String notationName;
82 notationName = notation.getNodeName();
83 actual.add(notationName);
nodenotationnodename.java 67 String notationName;
75 notationName = notationNode.getNodeName();
76 assertEquals("nodeName", "notation1", notationName);
notationgetnotationname.java 65 String notationName;
72 notationName = notationNode.getNodeName();
73 assertEquals("notationGetNotationNameAssert", "notation1", notationName);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode09.java 41 * notationName attributes are copied.
81 String notationName;
99 notationName = entity1.getNotationName();
100 assertEquals("notationName", "notation2", notationName);
namednodemapgetnameditemns01.java 79 String notationName;
documentimportnode19.java 88 String notationName;
114 notationName = entity2.getNotationName();
116 assertEquals("documentimportnode19_Ent2NotationName", notationName, notationNameImp);
117 notationName = entity6.getNotationName();
119 assertEquals("documentimportnode19_Ent6NotationName", notationName, notationNameImp);
  /external/chromium_org/third_party/libxml/src/
testapi.c     [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /external/jdiff/
xerces.jar 

Completed in 335 milliseconds