Home | History | Annotate | Download | only in android

Lines Matching defs:document

14 import org.w3c.dom.Document;
24 * initialise this object with a {@link Document}.
49 private final Document document;
62 public XmlResourceParserImpl(Document document, String fileName, String packageName,
64 this.document = document;
381 // a document, since the standard XmlPullParser interface
413 // The end document event should have been filtered
430 currentNode = document.getDocumentElement();
522 * was the root document.
534 if (document.getDocumentElement().equals(node)) {