Uses of Class
org.codehaus.stax2.ri.typed.SimpleValueEncoder
-
Packages that use SimpleValueEncoder Package Description org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom -
-
Uses of SimpleValueEncoder in org.codehaus.stax2.ri
Fields in org.codehaus.stax2.ri declared as SimpleValueEncoder Modifier and Type Field Description protected SimpleValueEncoder
Stax2WriterAdapter. mValueEncoder
Methods in org.codehaus.stax2.ri that return SimpleValueEncoder Modifier and Type Method Description protected SimpleValueEncoder
Stax2WriterAdapter. getValueEncoder()
-
Uses of SimpleValueEncoder in org.codehaus.stax2.ri.dom
Fields in org.codehaus.stax2.ri.dom declared as SimpleValueEncoder Modifier and Type Field Description protected SimpleValueEncoder
DOMWrappingWriter. mValueEncoder
Encoding of typed values is used the standard encoder included in RI.Methods in org.codehaus.stax2.ri.dom that return SimpleValueEncoder Modifier and Type Method Description protected SimpleValueEncoder
DOMWrappingWriter. getValueEncoder()
-