List of usage examples for com.google.gwt.dom.client Node subclass-usage
From source file org.vectomatic.dom.svg.impl.Attr.java
/** * Overlay class for DOM Attr * @author laaglu */ public class Attr extends Node { /**
From source file org.xwiki.gwt.dom.client.Attribute.java
/** * Exposes a JavaScript DOM attribute node in Java code. * * @version $Id: 92306b497a169f6a1fada99b8eafe12e975673ed $ */ public class Attribute extends Node {
From source file org.xwiki.gwt.dom.client.DocumentFragment.java
/**
* A fragment of a DOM document.<br/>
* We've added this class because at the time of writing GWT doesn't offer a similar implementation.
*
* @version $Id: 71173ae6df2e004093447500161e28cf851867e0 $
* @see "http://code.google.com/p/google-web-toolkit/issues/detail?id=2955"