Lines Matching refs:Document
39877 public static final class DocumentsContract.Document {
80452 method public abstract org.w3c.dom.Document newDocument();
80453 …method public org.w3c.dom.Document parse(java.io.InputStream) throws java.io.IOException, org.xml.…
80454 …method public org.w3c.dom.Document parse(java.io.InputStream, String) throws java.io.IOException, …
80455 …method public org.w3c.dom.Document parse(String) throws java.io.IOException, org.xml.sax.SAXExcept…
80456 …method public org.w3c.dom.Document parse(java.io.File) throws java.io.IOException, org.xml.sax.SAX…
80457 …method public abstract org.w3c.dom.Document parse(org.xml.sax.InputSource) throws java.io.IOExcept…
81288 …method public org.w3c.dom.Document createDocument(String, String, org.w3c.dom.DocumentType) throws…
81319 public interface Document extends org.w3c.dom.Node {
81435 method public org.w3c.dom.Document getOwnerDocument();
81575 …method public org.w3c.dom.Document parse(org.w3c.dom.ls.LSInput) throws org.w3c.dom.DOMException, …
81576 …method public org.w3c.dom.Document parseURI(String) throws org.w3c.dom.DOMException, org.w3c.dom.l…