org.apache.ws.jaxme.xs.parser

Interface ChildSetter

public interface ChildSetter

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

Author: Jochen Wiedmann

Method Summary
ContentHandlergetChildHandler(String pQName, String pNamespaceURI, String pLocalName)

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

Method Detail

getChildHandler

public ContentHandler getChildHandler(String pQName, String pNamespaceURI, String pLocalName)

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

See Also: getContext