Java com.google.gwt.xml.client Element fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.xml.client Element fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.xml.client Element.

The text is from its open source code.

Implementation

com.google.gwt.xml.client.Element has the following implementations.
Click this link to see all its implementation.

Method

StringgetAttribute(String name)
This method retrieves the attribute which has a name of name.
AttrgetAttributeNode(String name)
This method retrieves the attribute node which has a name of name.
NodeListgetElementsByTagName(String name)
This method retrieves the elements by tag name which has a name of name.
StringgetTagName()
This method retrieves the tag name.
booleanhasAttribute(String name)
This method determines whether this Element has an attribute with the supplied name.
voidremoveAttribute(String name)
This method removes the attribute which has the specified name.
voidsetAttribute(String name, String value)
This method sets the attribute specified by name to value.