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 java.lang.Object

Represents the source location where the XMLElement was declared.


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

Constructor Detail

XMLElement.Location

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

getLineNumber

public int getLineNumber()

getSystemId

public java.lang.String getSystemId()

toString

public java.lang.String toString()
For debugging use only.

Overrides:
toString in class java.lang.Object