Home
last modified time | relevance | path

Searched defs:endDocument (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DXmlSerializerWrapper.java68 public void endDocument() throws IOException { in endDocument() method in XmlSerializerWrapper
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java219 public void endDocument() throws SAXException { in endDocument() method in DefaultDataHandler
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlSerializer.java159 public void endDocument() throws IOException { in endDocument() method in BinaryXmlSerializer
/frameworks/libs/modules-utils/java/com/android/internal/util/
DFastXmlSerializer.java218 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException { in endDocument() method in FastXmlSerializer
/frameworks/base/core/java/android/text/
DHtml.java1243 public void endDocument() throws SAXException { in endDocument() method in HtmlToSpannedConverter