org.jagatoo.loaders.models.collada.stax
Class XMLParam
java.lang.Object
org.jagatoo.loaders.models.collada.stax.XMLParam
public class XMLParam
- extends java.lang.Object
A param is instruction on how to interpret
a part of a Source. It has a type and a name.
The name contains the "use" of the param, e.g.
"TIME", "ANGLE", "X", "Y", "Z"
Child of Accessor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public XMLParam.Type type
name
public XMLParam.Name name
XMLParam
public XMLParam()
readTypeString
public static XMLParam.Type readTypeString(java.lang.String typeString)
parse
public void parse(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException