Uses of Interface
r01f.encoding.TextEncoder

Packages that use TextEncoder
r01f.marshalling   
r01f.marshalling.jaxb   
r01f.marshalling.simple   
r01f.util.types   
 

Uses of TextEncoder in r01f.marshalling
 

Methods in r01f.marshalling with parameters of type TextEncoder
 Marshaller Marshaller.usingEncoder(TextEncoder encoder)
          Establece el encoder a utilizar
 

Uses of TextEncoder in r01f.marshalling.jaxb
 

Methods in r01f.marshalling.jaxb with parameters of type TextEncoder
 Marshaller JAXBMarshallerBase.usingEncoder(TextEncoder encoder)
           
 

Uses of TextEncoder in r01f.marshalling.simple
 

Fields in r01f.marshalling.simple declared as TextEncoder
private  TextEncoder SimpleMarshallerBase._textEncoder
           
private  TextEncoder ObjsFromXMLBuilder.ObjsFromXMLLoader._textEncoder
           
 

Methods in r01f.marshalling.simple with parameters of type TextEncoder
private  T ObjsFromXMLBuilder._parseXML(org.xml.sax.InputSource xmlIS, TextEncoder textEncoder)
          Parsea el xml de entrada y obtiene su representación en objetos
private  T ObjsFromXMLBuilder._parseXML(java.io.InputStream xmlIS, java.nio.charset.Charset charset, TextEncoder textEncoder)
          Parsea el xml de entrada y obtiene su representación en objetos
 java.lang.StringBuilder XMLBuilder.XMLElement.asText(TextEncoder textEncoder)
           
 java.lang.StringBuilder XMLBuilder.XMLAttribute.asText(TextEncoder textEncoder)
           
 T ObjsFromXMLBuilder.beanFrom(java.io.File file, java.nio.charset.Charset xmlCharset, TextEncoder encoder)
           
 T ObjsFromXMLBuilder.beanFrom(java.io.InputStream is, java.nio.charset.Charset xmlCharset, TextEncoder encoder)
           
 T ObjsFromXMLBuilder.beanFrom(org.w3c.dom.Node xmlNode, java.nio.charset.Charset xmlCharset, TextEncoder encoder)
           
 T ObjsFromXMLBuilder.beanFrom(java.lang.String xmlStr, java.nio.charset.Charset xmlCharset, TextEncoder encoder)
           
 Marshaller SimpleMarshallerBase.usingEncoder(TextEncoder encoder)
           
 java.lang.String XMLFromObjsBuilder.xmlFrom(java.lang.Object obj, java.nio.charset.Charset xmlCharset, TextEncoder encoder)
          Devuelve la representación XML del objeto que se pasa.
 

Uses of TextEncoder in r01f.util.types
 

Methods in r01f.util.types with parameters of type TextEncoder
 Strings.StringWrapper Strings.StringWrapper.decodeUsing(TextEncoder decoder)
          Decodifica el texto utilizando el decodificador que se pasa como parametro
 Strings.StringWrapper Strings.StringWrapper.encodeUsing(TextEncoder encoder)
          Codifica el texto utilizando el codificador que se pasa como parametro