public class ColladaTechniqueCommon extends ColladaAbstractObject
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ColladaInstanceMaterial> | materialsMaterials 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, getRootallocate, 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, setParentprotected 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