Home
last modified time | relevance | path

Searched refs:systemid (Results 1 – 9 of 9) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java452 public void parse (String systemid) throws IOException, SAXException { in parse() argument
453 parse(new InputSource(systemid)); in parse()
485 String systemid = s.getSystemId(); in getReader() local
487 if (i == null) i = getInputStream(publicid, systemid); in getReader()
506 …private InputStream getInputStream(String publicid, String systemid) throws IOException, SAXExcept… in getInputStream() argument
508 URL url = new URL(basis, systemid); in getInputStream()
834 String systemid = null; in decl() local
843 systemid = v[3]; in decl()
848 systemid = v[4]; in decl()
851 systemid = ""; in decl()
[all …]
DXMLWriter.java1324 public void startDTD(String name, String publicid, String systemid) throws SAXException { in startDTD() argument
1330 if (systemid == null) systemid = ""; in startDTD()
1331 if (overrideSystem != null) systemid = overrideSystem; in startDTD()
1332 char sysquote = (systemid.indexOf('"') != -1) ? '\'': '"'; in startDTD()
1346 write(systemid); in startDTD()
DScanner.java42 public void resetDocumentLocator(String publicid, String systemid); in resetDocumentLocator() argument
DPYXScanner.java40 public void resetDocumentLocator(String publicid, String systemid) { in resetDocumentLocator() argument
DHTMLScanner.java371 public void resetDocumentLocator(String publicid, String systemid) { in resetDocumentLocator() argument
373 theSystemid = systemid; in resetDocumentLocator()
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
DHTMLScanner.java150 public void resetDocumentLocator(String publicid, String systemid) { in resetDocumentLocator() argument
152 theSystemid = systemid; in resetDocumentLocator()
/external/chromium_org/tools/grit/grit/node/
Dmisc.py519 def Construct(parent, name, id, comment, systemid='false'): argument
528 node.HandleAttribute('systemid', systemid)
/external/tagsoup/
DCHANGES97 If there is a publicid but no systemid, set systemid to ""
105 LexicalHandler now gets DOCTYPE information (publicid and systemid)
DREADME172 --doctype-system=systemid
174 systemid.