Gets the corresponding Java encoding name from an IANA name.
Gets the corresponding Java encoding name from an IANA name.
This method is a helper method for the derived class to convert encoding names.
Throws: - UnsupportedEncodingException - If this implementation couldn't find the Java encoding name.
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
Default implementation of the getProperty method handles the four defined properties in Marshaller. If a provider needs to support additional provider specific properties, it should override this method in a derived class.
Default implementation of the setProperty method handles
the four defined properties in Marshaller.
Default implementation of the setProperty method handles the four defined properties in Marshaller. If a provider needs to handle additional properties, it should override this method in a derived class.