com.google.gwt.uibinder.rebind
Class XMLElement.Location
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLElement.Location
public XMLElement.Location(java.lang.String systemId,
int lineNumber)
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