Class ColladaSource

  • All Implemented Interfaces:
    XMLEventParser

    public class ColladaSource
    extends ColladaAbstractObject
    Represents the COLLADA source element and provides access to its contents.
    • Constructor Detail

      • ColladaSource

        public ColladaSource​(java.lang.String ns)
        Construct an instance.
        Parameters:
        ns - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getAccessor

        public ColladaAccessor getAccessor()
        Indicates the value of the accessor field of the technique_common field.
        Returns:
        The value of the accessor field, or null if either the accessor or technique_common is not set.