Lines Matching refs:Document
38380 public static final class DocumentsContract.Document {
77839 method public abstract org.w3c.dom.Document newDocument();
77840 …method public org.w3c.dom.Document parse(java.io.InputStream) throws java.io.IOException, org.xml.…
77841 …method public org.w3c.dom.Document parse(java.io.InputStream, String) throws java.io.IOException, …
77842 …method public org.w3c.dom.Document parse(String) throws java.io.IOException, org.xml.sax.SAXExcept…
77843 …method public org.w3c.dom.Document parse(java.io.File) throws java.io.IOException, org.xml.sax.SAX…
77844 …method public abstract org.w3c.dom.Document parse(org.xml.sax.InputSource) throws java.io.IOExcept…
78675 …method public org.w3c.dom.Document createDocument(String, String, org.w3c.dom.DocumentType) throws…
78706 public interface Document extends org.w3c.dom.Node {
78822 method public org.w3c.dom.Document getOwnerDocument();
78962 …method public org.w3c.dom.Document parse(org.w3c.dom.ls.LSInput) throws org.w3c.dom.DOMException, …
78963 …method public org.w3c.dom.Document parseURI(String) throws org.w3c.dom.DOMException, org.w3c.dom.l…