common-util

local.tomas.common.xml
Interface XMLTarget


public interface XMLTarget

Target for XML serializer.

Author:
tomas

Method Summary
 void close()
          Close target after all items have been written.
 void put(int seq, String type, String value)
          Write item to target.
 

Method Detail

put

void put(int seq,
         String type,
         String value)
         throws XMLException
Write item to target.

Parameters:
seq - sequence number (1 based)
type - type of item
value - value of item
Throws:
XMLException

close

void close()
           throws XMLException
Close target after all items have been written.

Throws:
XMLException

common-util

Copyright © 2007 null. All Rights Reserved.