oracle.cabo.image.xml.encode
Interface XMLEncoder
- All Known Implementing Classes:
- AbstractXMLEncoder
- public interface XMLEncoder
Interface for XML encoders. XML encoders transform property
dictionaries into XML output.
Method Summary |
void |
encodeXML(ImageContext context,
java.lang.String namespaceURI,
java.lang.String localName,
java.util.Dictionary properties,
java.util.Dictionary responseProperties,
java.io.PrintWriter out)
Encode the specified properties into an XML output stream. |
encodeXML
public void encodeXML(ImageContext context,
java.lang.String namespaceURI,
java.lang.String localName,
java.util.Dictionary properties,
java.util.Dictionary responseProperties,
java.io.PrintWriter out)
- Encode the specified properties into an XML output stream.