public class

W3cDomHelper

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.W3cDomHelper

Class Overview

Simplifies instantiation of the w3c XML parser, in just the style that UiBinder likes it. Used by both prod and test.

Summary

Public Constructors
W3cDomHelper(TreeLogger logger, ResourceOracle resourceOracle)
Public Methods
Document documentFor(String string, String resourcePath)
Creates an XML document model with the given contents.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public W3cDomHelper (TreeLogger logger, ResourceOracle resourceOracle)

Public Methods

public Document documentFor (String string, String resourcePath)

Creates an XML document model with the given contents.

Throws
SAXParseException