1 8 package com.sun.japex.testsuite.impl.runtime; 9 10 import org.xml.sax.SAXException ; 11 12 18 public interface XMLSerializable 19 { 20 23 void serializeBody( XMLSerializer target ) throws SAXException ; 24 25 28 void serializeAttributes( XMLSerializer target ) throws SAXException ; 29 30 34 void serializeURIs( XMLSerializer target ) throws SAXException ; 35 36 } 37 | Popular Tags |