Lines Matching refs:Document

39 import org.w3c.dom.Document;
59 * Document object. This function provides a DOM-implementation-independent
66 * before creating the Document. We should think about whether we want
75 * @return The newly created DOM Document object, with no children, or
79 public static Document createDocument(boolean isSecureProcessing)
86 // create a DOM Document node to contain the result.
102 Document outNode = docBuilder.newDocument();
118 * Document object. This function provides a DOM-implementation-independent
122 * @return The newly created DOM Document object, with no children, or
126 public static Document createDocument()
183 * in the document than node1, in Document Order as defined
937 * not actually part of the main Document tree. We should either
938 * rewrite the description to say that it finds the Document node,
944 * @return the Document node. Note that this is not the correct answer
1000 * @throws RuntimeException if the Document has no root element.
1001 * This can't arise if the Document was created
1012 Document doc = node.getOwnerDocument();
1083 public Element getElementByID(String id, Document doc)
1118 * @param doc Document node for the document to be searched.
1123 public String getUnparsedEntityURI(String name, Document doc)
1225 protected Document m_DOMFactory = null;
1230 * Document node...
1232 * @param domFactory The DOM Document Node within whose context
1235 public void setDOMFactory(Document domFactory)
1244 * @return The result tree's DOM Document Node.
1246 public Document getDOMFactory()