HomeSort by relevance Sort by last modified time
    Searched refs:notationName (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 638 public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
640 logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 634 public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
636 logln("unparsedEntityDecl: " + name + ", " + publicId + ", " + systemId + ", " + notationName);
  /external/libxml2/
legacy.c 1047 * @notationName: the name of the notation
1055 const xmlChar * notationName)
1059 notationName);
    [all...]
SAX2.c 893 * @notationName: the name of the notation
900 const xmlChar *notationName)
908 name, publicId, systemId, notationName);
913 publicId, systemId, notationName);
933 publicId, systemId, notationName);
    [all...]
runtest.c 1050 * @notationName: the name of the notation
1057 const xmlChar *notationName)
1065 if (notationName == NULL)
1066 notationName = nullstr;
1072 (char *) notationName);
    [all...]
xmllint.c 1166 * @notationName: the name of the notation
1173 const xmlChar *notationName)
1181 if (notationName == NULL)
1182 notationName = nullstr;
1188 (char *) notationName);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTestSupport.java 331 String systemId, String notationName) {
335 // + systemId + ParsingSupport.SEPARATOR_STRING + notationName);
483 String systemId, String notationName) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 233 /*package*/ void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException {
236 dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName);
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 451 public void unparsedEntityDecl(String entityName, String publicId, String systemId, String notationName) {
455 this.ueNotationName = notationName;
SaxTest.java 236 String name, String publicId, String systemId, String notationName) {
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/libxml2/include/libxml/
valid.h 383 const xmlChar *notationName);
parser.h 469 * @notationName: the name of the notation
477 const xmlChar *notationName);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 342 * @param notationName The name of the associated notation.
346 String systemId, String notationName)
349 notationName);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 162 * publicId, systemID, notationName, and name.
    [all...]
  /external/expat/tests/
runtests.c 112 const XML_Char *notationName)
117 const XML_Char *notationName,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 678 and ce.notationName == se.notationName
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 678 and ce.notationName == se.notationName
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 678 and ce.notationName == se.notationName
    [all...]

Completed in 1959 milliseconds

12 3 4