Sign in
apache
/
xerces-j
/
refs/heads/xml-commons-external
/
.
/
src
/
org
/
w3c
/
dom
/
svg
/
SVGViewElement.java
blob: 08adbecd8c29c90216fb867d2b3ef0797c8315b8 [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
public
interface
SVGViewElement
extends
SVGElement
,
SVGExternalResourcesRequired
,
SVGFitToViewBox
,
SVGZoomAndPan
{
public
SVGStringList
getViewTarget
(
);
}