Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs47 private static readonly JsonToken endDocument = new JsonToken(TokenType.EndDocument); field in Google.Protobuf.JsonToken
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java219 public void endDocument() throws SAXException { in endDocument() method in DefaultDataHandler
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java217 public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException { in endDocument() method in FastXmlSerializer
/frameworks/base/core/java/android/text/
DHtml.java1200 public void endDocument() throws SAXException { in endDocument() method in HtmlToSpannedConverter