public class ColladaTechniqueCommon extends ColladaAbstractObject
Modifier and Type | Field and Description |
---|---|
protected List<ColladaInstanceMaterial> |
materials
Materials contained by this technique.
|
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
ColladaTechniqueCommon(String ns)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
List<ColladaInstanceMaterial> |
getMaterials()
Indicates the materials contained by this technique.
|
void |
setField(String keyName,
Object value) |
getLocalExtent, getRoot
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setFields, setNamespaceURI, setParent
protected List<ColladaInstanceMaterial> materials
public ColladaTechniqueCommon(String ns)
ns
- the qualifying namespace URI. May be null to indicate no namespace qualification.public List<ColladaInstanceMaterial> getMaterials()
public void setField(String keyName, Object value)
setField
in class AbstractXMLEventParser