com.google.gwt.uibinder.rebind
Class W3cDomHelper
java.lang.Object
com.google.gwt.uibinder.rebind.W3cDomHelper
public class W3cDomHelper
- extends Object
Simplifies instantiation of the w3c XML parser, in just the style that
UiBinder likes it. Used by both prod and test.
Constructor Summary |
W3cDomHelper(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.dev.resource.ResourceOracle resourceOracle)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
W3cDomHelper
public W3cDomHelper(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.dev.resource.ResourceOracle resourceOracle)
documentFor
public Document documentFor(String string,
String resourcePath)
throws SAXParseException
- Creates an XML document model with the given contents.
- Throws:
SAXParseException
Copyright © 2012. All Rights Reserved.