public static class

XMLElement.Location

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.XMLElement.Location

Class Overview

Represents the source location where the XMLElement was declared.

Summary

Public Constructors
XMLElement.Location(String systemId, int lineNumber)
Public Methods
int getLineNumber()
String getSystemId()
String toString()
For debugging use only.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public XMLElement.Location (String systemId, int lineNumber)

Public Methods

public int getLineNumber ()

public String getSystemId ()

public String toString ()

For debugging use only.