|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.xs.parser
Interface AttributeSetter

- public interface AttributeSetter
The attribute setter is used by the 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 org.apache.ws.jaxme.xs.parser.impl.AttributeSetterImpl.
| Method Summary | |
void |
setAttribute(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName,
java.lang.String pValue)
Sets the attribute with the given namespace URI and local name to the given value. |
| Method Detail |
setAttribute
public void setAttribute(java.lang.String pQName, java.lang.String pNamespaceURI, java.lang.String pLocalName, java.lang.String pValue) throws org.xml.sax.SAXException
Sets the attribute with the given namespace URI and local name to the given value.
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC