HomeSort by relevance Sort by last modified time
    Searched full:doctypename (Results 1 - 13 of 13) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetdoctype.java 67 String docTypeName;
72 docTypeName = docType.getName();
75 assertEquals("doctypeNameSVG", "svg", docTypeName);
77 assertEquals("doctypeName", "staff", docTypeName);
hc_documentgetdoctype.java 60 String docTypeName;
73 docTypeName = docType.getName();
76 assertEquals("nodeNameSVG", "svg", docTypeName);
78 assertEquals("nodeName", "html", docTypeName);
documenttypegetdoctype.java 72 assertEquals("doctypeName", "svg", name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId,
243 doctypeName, publicId, systemId)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 240 def start_doctype_decl_handler(self, doctypeName, systemId, publicId,
243 doctypeName, publicId, systemId)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 500 String docTypeName = node.getNodeName();
518 dtd.append(docTypeName);
555 fLexicalHandler.startDTD(docTypeName, publicId, systemId);
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 633 #define doctypeName (parser->m_doctypeName)
880 doctypeName = NULL;
    [all...]
expat.h 300 const XML_Char *doctypeName,
    [all...]
  /external/expat/lib/
xmlparse.c 633 #define doctypeName (parser->m_doctypeName)
880 doctypeName = NULL;
    [all...]
expat.h 300 const XML_Char *doctypeName,
    [all...]
  /external/expat/tests/
runtests.c 93 const XML_Char *doctypeName,
    [all...]
  /external/expat/doc/
reference.html     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 2219 milliseconds