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

1 2 3

  /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/expat/xmlwf/
xmlwf.c 56 const XML_Char *notationName;
331 free((void *)notationListHead->notationName);
363 return xcscmp(n1->notationName, n2->notationName);
407 fputts(notations[i]->notationName, data->fp);
439 const XML_Char *notationName,
452 entry->notationName = xcsdup(notationName);
453 if (entry->notationName == NULL) {
462 free((void *)entry->notationName);
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/libxml2/
testapi.c     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 377 milliseconds

1 2 3