Package org.vectomatic.dom.svg.utils

Utility classes which are part of libgwtsvg public API.

See:
          Description

Interface Summary
AsyncXmlLoader Interface to define an API to load XML resources asynchronously.
AsyncXmlLoaderCallback Interface to process Xml payloads returned by AsyncXmlLoader.
SVGConstants Class to define constants commonly used in CSS, SVG and XLink
XPathPrefixResolver Interface to provide XPath prefix resolution.
 

Class Summary
DOMHelper Class to group miscellaneous DOM level 2 methods.
HttpRequestXmlLoader Implementation of the AsyncXmlLoader based on RequestBuilder.
IFrameXmlLoader Implementation of the AsyncXmlLoader based on iframes.
OMSVGParser Class to parse SVG documents and instantiate SVG documents
SVGPrefixResolver Default implementation of the XPathPrefixResolver.
 

Enum Summary
ParserException.Type  
 

Exception Summary
ParserException Exception classed raised to report SVG parsing errors.
 

Package org.vectomatic.dom.svg.utils Description

Utility classes which are part of libgwtsvg public API. The classes in this package provide the entry point into the API, enabling the parsing or the instantiation of an SVG tree.



Copyright © 2012. All Rights Reserved.