public class TestTypedSpeed extends Object implements XMLStreamConstants
Type of data is auto-detected, and is assumed to be homogenous. Basically, data is either within attributes, or as element content, but not both. In either case structure should be shallow, with the root and only immediate leaf-level elements containing attribute or element data. Type of this data is auto-detected from the first instance; data must be in canonical format to be properly recognized (non-first values can be non-canonical).
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
protected int |
test() |
protected int |
testTypedBooleanAttr(int reps) |
protected int |
testTypedBooleanElem(int reps) |
protected int |
testUntypedBooleanAttr(int reps) |
protected int |
testUntypedBooleanElem(int reps) |
protected int testUntypedBooleanAttr(int reps)
throws Exception
Exceptionprotected int testUntypedBooleanElem(int reps)
throws Exception
Exceptionprotected int testTypedBooleanAttr(int reps)
throws Exception
Exceptionprotected int testTypedBooleanElem(int reps)
throws Exception
ExceptionCopyright © 2012-2015 FasterXML. All Rights Reserved.