public class ColladaP extends ColladaAbstractObject
| Modifier and Type | Field and Description | 
|---|---|
| protected int[] | indicesIndices contained in this element. | 
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description | 
|---|
| ColladaP(String ns)Construct an instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| int[] | getIndices()Indicates the contents of the P element. | 
| Object | parse(XMLEventParserContext ctx,
     XMLEvent event,
     Object... args)Parse the event and initialize the parser's values to those found in the event. | 
| protected int[] | parseInts(String intArrayString)Parse an string of integers into an array. | 
getLocalExtent, getRootallocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentpublic ColladaP(String ns)
ns - the qualifying namespace URI. May be null to indicate no namespace qualification.public int[] getIndices()
public Object parse(XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
parse in interface XMLEventParserparse in class AbstractXMLEventParserctx - a current parser context.event - the event to parse.args - an optional list of arguments that may by used by subclasses.this, otherwise returns null.XMLStreamException - if an exception occurs during event-stream reading.protected int[] parseInts(String intArrayString)
intArrayString - String of integers separated by spaces.