Java com.google.gwt.uibinder.rebind XMLElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.uibinder.rebind XMLElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.uibinder.rebind XMLElement.

The text is from its open source code.

Method

StringconsumeAttribute(String name, JType type)
Consumes the given attribute as a literal or field reference.
StringconsumeBooleanAttribute(String name)
Convenience method for parsing the named attribute as a boolean value or reference.
StringconsumeBooleanAttribute(String name, boolean defaultValue)
Convenience method for parsing the named attribute as a boolean value or reference.
IterableconsumeChildElements()
Consumes and returns all child elements.
CollectionconsumeChildElements(Interpreter interpreter)
Consumes and returns all child elements selected by the interpreter.
StringconsumeInnerHtml(Interpreter interpreter)
Consumes all child elements, and returns an HTML interpretation of them.
StringconsumeInnerHtml(PostProcessingInterpreter interpreter)
Refines #consumeInnerHtml(Interpreter) to handle PostProcessingInterpreter.
StringconsumeInnerTextEscapedAsHtmlStringLiteral(Interpreter interpreter)
Consumes all child text nodes, and asserts that this element held only text.
String[]consumeRawArrayAttribute(String name)
Consumes the named attribute and parses it to an unparsed, unescaped array of Strings.
StringconsumeRawAttribute(String name, String defaultValue)
Consumes the given attribute and returns its trimmed value, or the given default value if it was unset.
StringconsumeRawAttribute(String name)
Consumes the given attribute and returns its trimmed value, or null if it was unset.
StringconsumeRequiredAttribute(String name, JType... types)
Consumes the given required attribute as a literal or field reference.
StringconsumeRequiredIntAttribute(String name)
Convenience method for parsing the named required attribute as a integer value or reference.
StringconsumeRequiredRawAttribute(String name)
Consumes the named attribute, or dies if it is missing.
XMLElementconsumeSingleChildElement()
Consumes a single child element, ignoring any text nodes and throwing an exception if no child is found, or more than one child element is found.
StringconsumeStringAttribute(String name)
Convenience method for parsing the named attribute as a String value or reference.
XMLAttributegetAttribute(int i)
Get the attribute at the given index.
XMLAttributegetAttribute(String name)
Get the attribute with the given name.
intgetAttributeCount()
Returns the number of attributes this element has.
StringgetLocalName()
Gets this element's local name (sans namespace prefix).
LocationgetLocation()
StringgetNamespaceUri()
Gets this element's namespace URI.
StringgetPrefix()
booleanhasAttribute(String name)
Determines whether the element has a given attribute.
booleanhasChildNodes()
voidsetAttribute(String name, String value)