public class DOMWrapper<T>
extends java.lang.Object
Constructor and Description |
---|
DOMWrapper(DOMImplementation impl,
T delegate) |
Modifier and Type | Method and Description |
---|---|
protected DOMImplementation |
getImpl() |
protected static DOMImplementation |
getImpl(Env env) |
protected DOMException |
wrap(org.w3c.dom.DOMException ex) |
protected <T> T |
wrap(java.lang.Object obj) |
public DOMWrapper(DOMImplementation impl, T delegate)
protected static DOMImplementation getImpl(Env env)
protected DOMImplementation getImpl()
protected <T> T wrap(java.lang.Object obj)
protected DOMException wrap(org.w3c.dom.DOMException ex)