common-util

local.tomas.common.xml
Interface XMLOutputStream


public interface XMLOutputStream

This interface is implemented by classes which can write named objects to an XML output stream.

Author:
tomas

Method Summary
 void put(String name, Object value)
          Output an object to the stream.
 

Method Detail

put

void put(String name,
         Object value)
         throws XMLException
Output an object to the stream.

Parameters:
name - - name of object
value - - the object
Throws:
XMLException

common-util

Copyright © 2007 null. All Rights Reserved.