List of usage examples for com.google.gwt.xml.client Element interface-usage
From source file client.net.sf.saxon.ce.xmldom.ElementImpl.java
/** * This method implements the Element interface. */ class ElementImpl extends NodeXml implements Element { protected ElementImpl(JavaScriptObject o) {
From source file com.codenvy.ide.client.elements.AbstractElement.java
/**
* The abstract implementation of {@link Element}. It contains the implementation of general methods which might not be changed.
*
* @author Andrey Plotnikov
* @author Valeriy Svydenko
* @author Dmitry Shnurenko