org.apache.ws.jaxme.impl
Interface JMSAXDriver


public interface JMSAXDriver

Interface of an object, which is able to convert another object into SAX events.


Method Summary
 org.xml.sax.helpers.AttributesImpl getAttributes(JMSAXDriverController pController, java.lang.Object pObject)
          Returns the objects attributes.
 java.lang.String getPreferredPrefix(java.lang.String pNamespaceURI)
          Returns a suggested prefix for the namespace pNamespaceURI, or null, if no suggestion is available.
 void marshalChilds(JMSAXDriverController pController, org.xml.sax.ContentHandler pHandler, java.lang.Object pObject)
          Creates the objects content into SAX events, which are being fired into the given content handler.
 

Method Detail

getAttributes

org.xml.sax.helpers.AttributesImpl getAttributes(JMSAXDriverController pController,
                                                 java.lang.Object pObject)
                                                 throws org.xml.sax.SAXException
Returns the objects attributes.

Throws:
org.xml.sax.SAXException

marshalChilds

void marshalChilds(JMSAXDriverController pController,
                   org.xml.sax.ContentHandler pHandler,
                   java.lang.Object pObject)
                   throws org.xml.sax.SAXException
Creates the objects content into SAX events, which are being fired into the given content handler.

Throws:
org.xml.sax.SAXException

getPreferredPrefix

java.lang.String getPreferredPrefix(java.lang.String pNamespaceURI)
Returns a suggested prefix for the namespace pNamespaceURI, or null, if no suggestion is available.