Java源码示例:org.w3c.dom.css.Rect
示例1public Rect getRectValue() throws DOMException {
throw new DOMException(DOMException.INVALID_ACCESS_ERR, "RECT_ERROR");
}
public Rect getRectValue( ) throws DOMException
{
throw createDOMException( );
}
public Rect getRectValue( ) throws DOMException
{
return null;
}