Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1332 char sysquote = (systemid.indexOf('"') != -1) ? '\'': '"'; in startDTD() local
1345 write(sysquote); in startDTD()
1347 write(sysquote); in startDTD()