public class ColladaAbstractParamContainer extends ColladaAbstractObject
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,ColladaNewParam> | newParamsNamed newparam elements in the container. | 
CHARACTERS_CONTENT, fields, namespaceURI, parent| Modifier | Constructor and Description | 
|---|---|
| protected  | ColladaAbstractParamContainer(String namespaceURI)Construct an instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| ColladaNewParam | getParam(String sid)Find a NewParam item by scoped ID (the sid attribute of the param). | 
| 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 Map<String,ColladaNewParam> newParams
protected ColladaAbstractParamContainer(String namespaceURI)
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.public ColladaNewParam getParam(String sid)
sid - Id to search for.public void setField(String keyName, Object value)
setField in class AbstractXMLEventParser