com.google.gwt.uibinder.rebind
Class XMLElement.Location

java.lang.Object
  extended by com.google.gwt.uibinder.rebind.XMLElement.Location
Enclosing class:
XMLElement

public static class XMLElement.Location
extends Object

Represents the source location where the XMLElement was declared.


Constructor Summary
XMLElement.Location(String systemId, int lineNumber)
           
 
Method Summary
 int getLineNumber()
           
 String getSystemId()
           
 String toString()
          For debugging use only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLElement.Location

public XMLElement.Location(String systemId,
                           int lineNumber)
Method Detail

getLineNumber

public int getLineNumber()

getSystemId

public String getSystemId()

toString

public String toString()
For debugging use only.

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.