Search
SvgContent.parse Method (Document, Boolean)
See Also
 






Parses the content of specified XML document.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public void parse (
    Document document,
    boolean splitGroups
)

 Parameters

document

An org.w3c.dom.Document instance.

splitGroups

true to treat top-level group elements as pages, or false otherwise.

 See Also