HomeSort by relevance Sort by last modified time
    Searched refs:systemId (Results 126 - 150 of 212) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
498 self._notations.append((name, publicId, systemId))
500 def unparsedEntityDecl(self, name, publicId, systemId, ndata):
501 self._entities.append((name, publicId, systemId, ndata))
523 def resolveEntity(self, publicId, systemId):
test_minidom.py 666 and clone.systemId == doctype.systemId
680 and ce.systemId == se.systemId
691 and cn.systemId == sn.systemId)
705 and clone.systemId == doctype.systemId
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 497 def notationDecl(self, name, publicId, systemId):
498 self._notations.append((name, publicId, systemId))
500 def unparsedEntityDecl(self, name, publicId, systemId, ndata):
501 self._entities.append((name, publicId, systemId, ndata))
523 def resolveEntity(self, publicId, systemId):
test_minidom.py 666 and clone.systemId == doctype.systemId
680 and ce.systemId == se.systemId
691 and cn.systemId == sn.systemId)
705 and clone.systemId == doctype.systemId
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 115 public InputSource resolveEntity(String publicId, String systemId)
117 if (systemId.equals(PREFS_DTD_NAME)) {
123 throw new SAXException("Invalid DOCTYPE declaration " + systemId);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 388 java.lang.String systemId)
392 clientLexicalHandler. startDTD(name, publicId, systemId);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 368 * @param systemId The absolute URL of the document.
376 public void parse (String systemId)
379 parse(new InputSource(systemId));
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 230 void setCompatibilityModeFromDoctype(const String& name, const String& publicId, const String& systemId);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 204 public void startDTD(String name, String publicId, String systemId) throws SAXException { }
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 212 public InputSource resolveEntity(String publicId, String systemId)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 362 int systemId = -1;
382 systemId = Integer.parseInt(states[8]);
393 baseStationLongitude, systemId, networkId);
661 int systemId = 0; //[8] systemId
694 systemId = Integer.parseInt(states[8]);
732 mNewSS.setSystemAndNetworkId(systemId, networkId);
740 baseStationLongitude, systemId, networkId);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 926 mSystemId = m.getInt("systemId");
954 m.putInt("systemId", mSystemId);
977 public void setSystemAndNetworkId(int systemId, int networkId) {
978 this.mSystemId = systemId;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 502 String systemId = node.getSystemId();
525 if (null != systemId) {
531 dtd.append(systemId);
555 fLexicalHandler.startDTD(docTypeName, publicId, systemId);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 704 * @param systemId The declared system identifier for the
709 public void startDTD(String name, String publicId, String systemId)
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 196 const XML_Char *systemId;
    [all...]
  /external/expat/lib/
xmlparse.c 196 const XML_Char *systemId;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java     [all...]
ToStream.java 903 * @param systemId The declared system identifier of the entity.
911 String systemId)
926 m_writer.write(systemId);
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 94 private String systemId;
649 systemId = readQuotedId(true);
    [all...]

Completed in 447 milliseconds

1 2 3 4 56 7 8 9