Package cdc.args.io
Class ArgsIo.ArgsParser
- java.lang.Object
-
- cdc.io.xml.AbstractStAXParser<Void>
-
- cdc.args.io.ArgsIo.ArgsParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cdc.io.xml.AbstractStAXParser
cdc.io.xml.AbstractStAXParser.ContextElementParser<C extends Object>, cdc.io.xml.AbstractStAXParser.ElementParser
-
-
Constructor Summary
Constructors Constructor Description ArgsParser(XMLStreamReader reader, String systemId, cdc.util.lang.FailureReaction reaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Voidparse()ArgsparseArgs()-
Methods inherited from class cdc.io.xml.AbstractStAXParser
error, expect, expectEndDocument, expectEndElement, expectEndElement, expectStartDocument, expectStartElement, expectStartElement, expectStartElement, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsByte, getAttributeAsByte, getAttributeAsByte, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsEnum, getAttributeAsEnum, getAttributeAsEnum, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsFloat, getAttributeAsInt, getAttributeAsInt, getAttributeAsInt, getAttributeAsLong, getAttributeAsLong, getAttributeAsLong, getAttributeAsOptionalBoolean, getAttributeAsOptionalBoolean, getAttributeAsOptionalByte, getAttributeAsOptionalByte, getAttributeAsOptionalDouble, getAttributeAsOptionalDouble, getAttributeAsOptionalEnum, getAttributeAsOptionalEnum, getAttributeAsOptionalFloat, getAttributeAsOptionalFloat, getAttributeAsOptionalInt, getAttributeAsOptionalInt, getAttributeAsOptionalLong, getAttributeAsOptionalLong, getAttributeAsOptionalRawEnum, getAttributeAsOptionalRawEnum, getAttributeAsOptionalShort, getAttributeAsOptionalShort, getAttributeAsRawEnum, getAttributeAsRawEnum, getAttributeAsRawEnum, getAttributeAsShort, getAttributeAsShort, getAttributeAsShort, getAttributeValue, getAttributeValue, getAttributeValue, getLogger, getReaction, getReader, getSystemId, ignoreElement, isStartElement, next, nextTag, onError, onError, onResult, parseChildren, parseChildren, trace, trace, unexpectedEvent
-
-
-
-
Constructor Detail
-
ArgsParser
public ArgsParser(XMLStreamReader reader, String systemId, cdc.util.lang.FailureReaction reaction)
-
-
Method Detail
-
parseArgs
public Args parseArgs() throws XMLStreamException
- Throws:
XMLStreamException
-
-