Uses of Class
org.vectomatic.dom.svg.OMDocument

Packages that use OMDocument
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
 

Uses of OMDocument in org.vectomatic.dom.svg
 

Subclasses of OMDocument in org.vectomatic.dom.svg
 class OMSVGDocument
          When an svg element is embedded inline as a component of a document from another namespace, such as when an svg element is embedded inline within an XHTML document [XHTML], then an OMSVGDocument object will not exist; instead, the root object in the document object hierarchy will be a Document object of a different type, such as an HTMLDocument object.
 

Methods in org.vectomatic.dom.svg that return OMDocument
 OMDocument OMNode.getOwnerDocument()
          The OMDocument object associated with this node.
 



Copyright © 2012. All Rights Reserved.