|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encoding | |
jd.io | Contains i/o related classes. |
jd.io.encoding | Contains encoding implementations. |
jd.xml.util | Contains utility classes. |
jd.xml.xslt.format | Contains helper classes for XSLT format and sort tasks. |
jd.xml.xslt.result | Contains classes to output the result of an XSLT tranformation. |
jd.xml.xslt.result.output |
Uses of Encoding in jd.io |
Methods in jd.io that return Encoding | |
static Encoding |
Encoding.forName(String name)
Return a Encoding. |
Methods in jd.io with parameters of type Encoding | |
static void |
Encoding.addEncoding(Encoding encoding)
Add a encoding to the internal encoding map. |
Uses of Encoding in jd.io.encoding |
Subclasses of Encoding in jd.io.encoding | |
class |
Latin2Encoding
|
class |
SimpleEncoding
|
class |
UnicodeEncoding
|
Uses of Encoding in jd.xml.util |
Methods in jd.xml.util that return Encoding | |
Encoding |
XmlWriter.getEncoding()
Return the used xml encoding. |
Constructors in jd.xml.util with parameters of type Encoding | |
XmlWriter(OutputStream out,
Encoding encoding,
boolean autoFlush)
Create a new XmlWriter. |
|
XmlWriter(Writer out,
Encoding encoding,
boolean autoFlush)
Create a new XmlWriter. |
Uses of Encoding in jd.xml.xslt.format |
Methods in jd.xml.xslt.format that return Encoding | |
Encoding |
OutputFormat.getEncoding(Encoding defaultEncoding)
Return the encoding attribute. |
Methods in jd.xml.xslt.format with parameters of type Encoding | |
Encoding |
OutputFormat.getEncoding(Encoding defaultEncoding)
Return the encoding attribute. |
Uses of Encoding in jd.xml.xslt.result |
Fields in jd.xml.xslt.result declared as Encoding | |
protected static Encoding |
MarkupResultBuilder.UTF_8
|
protected Encoding |
MarkupResultBuilder.encoding_
|
Uses of Encoding in jd.xml.xslt.result.output |
Methods in jd.xml.xslt.result.output with parameters of type Encoding | |
static Output |
OutputFactory.createOutput(OutputStream out,
Encoding encoding)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |