com.sun.management.oss
Interface XmlSerializerEncodingStyles


public interface XmlSerializerEncodingStyles

A base EncodingStyles enumeration describing the DEFAULT and supported encoding styles associated with the XmlSerializer.

See Also:
XmlSerializer

Field Summary
static java.lang.String OSS_DEFAULT_ENCODING_STYLE
          Define the Default Encoding Style for the XMLSerializer type.
static java.lang.String OSS_XML_ENCODING_STYLE
          Define the OSS_XML Encoding Style.
 

Field Detail

OSS_XML_ENCODING_STYLE

public static final java.lang.String OSS_XML_ENCODING_STYLE
Define the OSS_XML Encoding Style. Its value is "http://java.sun.com/products/oss/xml".

See Also:
Constant Field Values

OSS_DEFAULT_ENCODING_STYLE

public static final java.lang.String OSS_DEFAULT_ENCODING_STYLE
Define the Default Encoding Style for the XMLSerializer type. Its value is the value of string com.sun.management.oss.XmlSerializerEncodingStyles.OSS_XML_ENCODING_STYLE.

See Also:
Constant Field Values