Uses of Interface
net.sf.jaxme.xs.parser.AttributeSetter

Packages that use AttributeSetter
net.sf.jaxme.xs.parser   
net.sf.jaxme.xs.parser.impl   
 

Uses of AttributeSetter in net.sf.jaxme.xs.parser
 

Methods in net.sf.jaxme.xs.parser that return AttributeSetter
 AttributeSetter XSContext.getAttributeSetter()
          Returns the AttributeSetter, which is used to configure properties.
 

Methods in net.sf.jaxme.xs.parser with parameters of type AttributeSetter
 void XSContext.setAttributeSetter(AttributeSetter pSetter)
          Sets the AttributeSetter, which is used to configure properties.
 

Uses of AttributeSetter in net.sf.jaxme.xs.parser.impl
 

Classes in net.sf.jaxme.xs.parser.impl that implement AttributeSetter
 class AttributeSetterImpl
          Default implementation of the AttributeSetter interface.
 

Fields in net.sf.jaxme.xs.parser.impl declared as AttributeSetter
static AttributeSetter XSContextImpl.DEFAULT_ATTRIBUTE_SETTER
           
 

Methods in net.sf.jaxme.xs.parser.impl that return AttributeSetter
 AttributeSetter XSContextImpl.getAttributeSetter()
           
 

Methods in net.sf.jaxme.xs.parser.impl with parameters of type AttributeSetter
 void XSContextImpl.setAttributeSetter(AttributeSetter pAttributeSetter)