public class

XMLAttribute

extends Object
java.lang.Object
   ↳ com.google.gwt.uibinder.rebind.XMLAttribute

Class Overview

Like XMLElement, a wrapper around Attr to keep parser writers out of trouble.

Summary

Public Methods
String consumeRawValue()
String consumeStringValue()
XMLElement getElement()
String getLocalName()
String getName()
String getNamespaceUri()
boolean hasComputedValue()
boolean hasToken()
boolean isConsumed()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String consumeRawValue ()

public String consumeStringValue ()

Throws
UnableToCompleteException

public XMLElement getElement ()

public String getLocalName ()

public String getName ()

public String getNamespaceUri ()

public boolean hasComputedValue ()

public boolean hasToken ()

public boolean isConsumed ()

public String toString ()