org.apache.ws.jaxme.xs.parser
Interface ChildSetter

All Known Implementing Classes:
ChildSetterImpl

public interface ChildSetter

Implementations of this interface are responsible for the handling of child elements.

Author:
Jochen Wiedmann

Method Summary
 org.xml.sax.ContentHandler getChildHandler(java.lang.String pQName, java.lang.String pNamespaceURI, java.lang.String pLocalName)
          Returns a ContentHandler, which is able to handle the given child element.
 

Method Detail

getChildHandler

org.xml.sax.ContentHandler getChildHandler(java.lang.String pQName,
                                           java.lang.String pNamespaceURI,
                                           java.lang.String pLocalName)
                                           throws org.xml.sax.SAXException

Returns a ContentHandler, which is able to handle the given child element.

Parameters:
pNamespaceURI - The child elements namespace URI
pLocalName - The child elements local name
pQName - The child elements fully qualified name
Throws:
org.xml.sax.SAXException
See Also:
XSParser.getContext()