Provides classes for parsing COLLADA files and streams.
ColladaRoot provides access to the COLLADA contents. The source can be either a
file, an input stream, or a URL.
ColladaRoot class provides accessor methods for the COLLADA element of the COLLADA
file, its root. The content includes the element's asset and scene elements. Once the root is
parsed, use these methods to obtain objects representing these elements, and use the accessor methods of those
objects in turn to obtain their contents.
This package's classes are designed for easy behavior modification and replacement, and for straightforward addition of operations to be performed during parsing. See the description of {@link gov.nasa.worldwind.util.xml.AbstractXMLEventParser} for further information.
By default, relative references will be resolved relative to the location of the COLLADA file that includes the reference. However, this behavior can be overridden by providing the ColladaRoot with a {@link gov.nasa.worldwind.ogc.collada.ColladaResourceResolver}.