com.google.gwt.uibinder.elementparsers
Class SvgInterpreter

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

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


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

Constructor Detail

SvgInterpreter

public SvgInterpreter(UiBinderWriter writer,
                      String ancestorExpression,
                      Element root,
                      XMLElement.Interpreter<String> messageInterpreter)
Method Detail

newInterpreterForUiObject

public static SvgInterpreter newInterpreterForUiObject(UiBinderWriter writer,
                                                       String uiExpression,
                                                       Element root)

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.