com.google.gwt.uibinder.rebind
Class W3cDomHelper

java.lang.Object
  extended by 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)
           
 
Method Summary
 Document documentFor(String string, String resourcePath)
          Creates an XML document model with the given contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

W3cDomHelper

public W3cDomHelper(com.google.gwt.core.ext.TreeLogger logger,
                    com.google.gwt.dev.resource.ResourceOracle resourceOracle)
Method Detail

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.