org.apache.ws.jaxme.xs.parser

Interface AttributeSetter

public interface AttributeSetter

The attribute setter is used by the {@link org.apache.ws.jaxme.xs.parser.XsSAXParser} to pass an attributes value to the bean. The main purpose of this interface is the ability to choose a custom attribtue setter.

The default attribute setter is {@link org.apache.ws.jaxme.xs.parser.impl.AttributeSetterImpl}.

Author: Jochen Wiedmann

Method Summary
voidsetAttribute(String pQName, String pNamespaceURI, String pLocalName, String pValue)

Sets the attribute with the given namespace URI and local name to the given value.

Method Detail

setAttribute

public void setAttribute(String pQName, String pNamespaceURI, String pLocalName, String pValue)

Sets the attribute with the given namespace URI and local name to the given value.