Uses of Class
org.codehaus.staxmate.out.SMOTypedValue
-
Packages that use SMOTypedValue Package Description org.codehaus.staxmate.out Package contains classes for output functionality. -
-
Uses of SMOTypedValue in org.codehaus.staxmate.out
Subclasses of SMOTypedValue in org.codehaus.staxmate.out Modifier and Type Class Description private static class
SMOTypedValue.BinaryValue
private static class
SMOTypedValue.BooleanValue
private static class
SMOTypedValue.DoubleValue
private static class
SMOTypedValue.IntValue
private static class
SMOTypedValue.LongValue
Fields in org.codehaus.staxmate.out declared as SMOTypedValue Modifier and Type Field Description protected static SMOTypedValue
SMOutputContext. FALSE_VALUE
protected static SMOTypedValue
SMOutputContext. TRUE_VALUE
Methods in org.codehaus.staxmate.out that return SMOTypedValue Modifier and Type Method Description static SMOTypedValue
SMOTypedValue. create(boolean value)
static SMOTypedValue
SMOTypedValue. create(byte[] src, int offset, int length)
static SMOTypedValue
SMOTypedValue. create(double value)
static SMOTypedValue
SMOTypedValue. create(int value)
static SMOTypedValue
SMOTypedValue. create(long value)
-