Searched refs:standalone (Results 1 – 5 of 5) sorted by relevance
109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
345 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument361 if (standalone != null) { in startDocument()364 standalone.booleanValue() ? "yes" : "no"); in startDocument()
92 private Boolean standalone; field in KXmlParser544 standalone = Boolean.TRUE; in readXmlDeclaration()546 standalone = Boolean.FALSE; in readXmlDeclaration()1614 standalone = null; in setInput()1795 return standalone; in getProperty()
161 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
59 substring: "This implementation doesn't parse standalone from the XML declaration"