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

1 2 3

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetnotations.java 67 Node notation; local
81 notation = (Node) notationList.item(indexN1005B);
82 notationName = notation.getNodeName();
documenttypegetnotationstype.java 32 * method implements the Notation interface.
66 Node notation; local
74 notation = (Node) notationList.item(indexN10049);
75 notationType = (int) notation.getNodeType();
entitygetpublicid.java 72 String notation; local
83 notation = entityNode.getNotationName();
84 assertEquals("notation", "notation1", notation);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS04.java 34 * Notation nodes are not namespaced and should not be retrievable using
66 Notation notation; local
73 notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
74 assertNull("notationNull", notation);
importNode13.java 36 * The importedNode is of type Notation.
38 * Retrieve notation named "notation1" from document staffNS.xml.
40 * contains the retrieved notation and deep is false. Method should
41 * return a node of type notation whose name is "notation1".
74 Notation notation; local
75 Notation aNode;
85 notation = (Notation) notationList.getNamedItem("notation1");
86 aNode = (Notation) doc.importNode(notation, false)
    [all...]
namednodemapgetnameditemns01.java 34 * Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1"
77 Notation notation; local
90 notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
91 assertNull("notationNull", notation);
namednodemapsetnameditemns05.java 34 * Retreive an entity and notation node and add the first notation to the
35 * notation node map and first entity node to the entity map. Since both these
77 Notation notation; local
88 notation = (Notation) notations.getNamedItem("notation1");
103 newNode = notations.setNamedItemNS(notation);
namednodemapsetnameditemns10.java 78 Notation notation; local
namednodemapsetnameditemns11.java 37 * Attempt to add a notation node to a NamedNodeMap of attribute nodes,
77 Notation notation; local
87 notation = (Notation) notations.getNamedItem("notation1");
95 newNode = attributes.setNamedItemNS(notation);
  /external/libxml2/
valid.c 6653 xmlChar *notation = cur->content; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 369 ASN1open_t notation; member in union:tagASN1external_t::ASN1external_data_value_s::__anon52061
407 ASN1open_t notation; member in union:tagASN1embeddedpdv_t::ASN1embeddedpdv_data_value_s::__anon52063
446 ASN1open_t notation; member in union:tagASN1characterstring_t::ASN1characterstring_data_value_s::__anon52065
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 197 const XML_Char *notation; member in struct:__anon5247
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 199 const XML_Char *notation; member in struct:__anon5445
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 197 const XML_Char *notation; member in struct:__anon5777
    [all...]
  /external/expat/lib/
xmlparse.c 207 const XML_Char *notation; member in struct:__anon18975
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.7.7/
protobuf-gradle-plugin-0.7.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.0/
protobuf-gradle-plugin-0.8.0.jar 
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 

Completed in 1028 milliseconds

1 2 3