Home
last modified time | relevance | path

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

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java109 void startDocument (String encoding, Boolean standalone) in startDocument() argument
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java345 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
361 if (standalone != null) { in startDocument()
364 standalone.booleanValue() ? "yes" : "no"); in startDocument()
DKXmlParser.java92 private Boolean standalone; field in KXmlParser
544 standalone = Boolean.TRUE; in readXmlDeclaration()
546 standalone = Boolean.FALSE; in readXmlDeclaration()
1614 standalone = null; in setInput()
1795 return standalone; in getProperty()
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java161 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
/libcore/expectations/
Dicebox.txt59 substring: "This implementation doesn't parse standalone from the XML declaration"