com.sun.xml.bind.v2.runtime.unmarshaller

Class TextLoader

public class TextLoader extends Loader

Unmarshals a text into an object.

If the caller can use LeafPropertyLoader, that's usually faster.

See Also: LeafPropertyLoader ValuePropertyLoader

Constructor Summary
TextLoader(Transducer xducer)
Method Summary
voidtext(UnmarshallingContext.State state, CharSequence text)

Constructor Detail

TextLoader

public TextLoader(Transducer xducer)

Method Detail

text

public void text(UnmarshallingContext.State state, CharSequence text)