public class ColladaP extends ColladaAbstractObject
Modifier and Type | Field and Description |
---|---|
protected int[] |
indices
Indices contained in this element.
|
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
ColladaP(java.lang.String ns)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getIndices()
Indicates the contents of the P element.
|
java.lang.Object |
parse(XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
Parse the event and initialize the parser's values to those found in the event.
|
protected int[] |
parseInts(java.lang.String intArrayString)
Parse an string of integers into an array.
|
getLocalExtent, getRoot
allocate, 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, setParent
public ColladaP(java.lang.String ns)
ns
- the qualifying namespace URI. May be null to indicate no namespace qualification.public int[] getIndices()
public java.lang.Object parse(XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.XMLStreamException
parse
in interface XMLEventParser
parse
in class AbstractXMLEventParser
ctx
- 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.javax.xml.stream.XMLStreamException
- if an exception occurs during event-stream reading.protected int[] parseInts(java.lang.String intArrayString)
intArrayString
- String of integers separated by spaces.