com.google.gwt.uibinder.elementparsers
Class SvgFieldInterpreter

java.lang.Object
  extended by com.google.gwt.uibinder.elementparsers.SvgFieldInterpreter
All Implemented Interfaces:
XMLElement.Interpreter<String>

public class SvgFieldInterpreter
extends Object
implements XMLElement.Interpreter<String>


Constructor Summary
SvgFieldInterpreter(UiBinderWriter writer, String ancestorExpression, Element root)
           
 
Method Summary
 String interpretElement(XMLElement elem)
          Given an XMLElement, return its filtered value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgFieldInterpreter

public SvgFieldInterpreter(UiBinderWriter writer,
                           String ancestorExpression,
                           Element root)
Method Detail

interpretElement

public String interpretElement(XMLElement elem)
                        throws com.google.gwt.core.ext.UnableToCompleteException
Description copied from interface: XMLElement.Interpreter
Given an XMLElement, return its filtered value.

Specified by:
interpretElement in interface XMLElement.Interpreter<String>
Throws:
com.google.gwt.core.ext.UnableToCompleteException - on error


Copyright © 2012. All Rights Reserved.