Uses of Interface
net.sf.jaxme.xs.XSNotation

Packages that use XSNotation
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
 

Uses of XSNotation in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSNotation
 XSNotation XSObjectFactory.newXSNotation(XSObject pParent, XsENotation pType)
          Returns a new instance of XSNotation.
 

Methods in net.sf.jaxme.xs with parameters of type XSNotation
 void XSSchema.add(XSNotation pNotation)
          Adds a new notation to the schema.
 

Uses of XSNotation in net.sf.jaxme.xs.impl
 

Classes in net.sf.jaxme.xs.impl that implement XSNotation
 class XSNotationImpl
           
 

Methods in net.sf.jaxme.xs.impl that return XSNotation
 XSNotation XSObjectFactoryImpl.newXSNotation(XSObject pParent, XsENotation pNotation)
           
 

Methods in net.sf.jaxme.xs.impl with parameters of type XSNotation
 void XSSchemaImpl.add(XSNotation pNotation)