1 16 package org.apache.ws.jaxme.impl; 17 18 import org.xml.sax.ContentHandler ; 19 import org.xml.sax.SAXException ; 20 import org.xml.sax.helpers.AttributesImpl ; 21 22 23 26 public interface JMSAXDriver { 27 29 public AttributesImpl getAttributes(JMSAXDriverController pController, Object pObject) throws SAXException ; 30 31 34 public void marshalChilds(JMSAXDriverController pController, ContentHandler pHandler, Object pObject) throws SAXException ; 35 36 40 public String getPreferredPrefix(String pNamespaceURI); 41 } 42 | Popular Tags |