Searched defs:getHTMLDocumentMethod (Results 1 - 2 of 2) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
H A DXercesHTML2DocumentBuilderFactory.java40 private Method getHTMLDocumentMethod; field in class:XercesHTML2DocumentBuilderFactory
62 getHTMLDocumentMethod =
118 private final Method getHTMLDocumentMethod; field in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
123 Method getHTMLDocumentMethod) throws Exception {
127 this.getHTMLDocumentMethod = getHTMLDocumentMethod;
168 return (Document) getHTMLDocumentMethod.invoke(
204 new HTMLHandler(htmlBuilderConstructor, getHTMLDocumentMethod);
121 HTMLHandler( Constructor htmlBuilderConstructor, Method getHTMLDocumentMethod) argument
H A DXercesHTMLDocumentBuilderFactory.java40 private Method getHTMLDocumentMethod; field in class:XercesHTMLDocumentBuilderFactory
62 getHTMLDocumentMethod =
118 private final Method getHTMLDocumentMethod; field in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
123 Method getHTMLDocumentMethod) throws Exception {
127 this.getHTMLDocumentMethod = getHTMLDocumentMethod;
168 return (Document) getHTMLDocumentMethod.invoke(
204 new HTMLHandler(htmlBuilderConstructor, getHTMLDocumentMethod);
121 HTMLHandler( Constructor htmlBuilderConstructor, Method getHTMLDocumentMethod) argument

Completed in 48 milliseconds