org.apache.ws.jaxme.xs.parser

Interface ChildSetter

Known Implementing Classes:
ChildSetterImpl

public interface ChildSetter

Implementations of this interface are responsible for the handling of child elements.
Author:
Jochen Wiedmann

Method Summary

ContentHandler
getChildHandler(String pQName, String pNamespaceURI, String pLocalName)
Returns a ContentHandler, which is able to handle the given child element.

Method Details

getChildHandler

public ContentHandler getChildHandler(String pQName,
                                      String pNamespaceURI,
                                      String pLocalName)
            throws SAXException
Returns a ContentHandler, which is able to handle the given child element.
Parameters:
pQName - The child elements fully qualified name
pNamespaceURI - The child elements namespace URI
pLocalName - The child elements local name