Uses of Class
net.sf.jaxme.xs.impl.XSLogicalParser

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

Uses of XSLogicalParser in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSLogicalParser
 XSLogicalParser XSObjectFactory.newXSLogicalParser()
          Returns a new instance of XSLogicalParser.
 

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

Methods in net.sf.jaxme.xs.impl that return XSLogicalParser
 XSLogicalParser XSObjectFactoryImpl.newXSLogicalParser()
           
 

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

Methods in net.sf.jaxme.xs.parser that return XSLogicalParser
 XSLogicalParser XSContext.getXSLogicalParser()
          Returns the currently running XSParser or null, if no such instance is available.
 

Methods in net.sf.jaxme.xs.parser with parameters of type XSLogicalParser
 void XSContext.setXSLogicalParser(XSLogicalParser pParser)
          Sets the currently active instance of XSParser, if any.
 

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

Methods in net.sf.jaxme.xs.parser.impl that return XSLogicalParser
 XSLogicalParser XSContextImpl.getXSLogicalParser()
           
 

Methods in net.sf.jaxme.xs.parser.impl with parameters of type XSLogicalParser
 void XSContextImpl.setXSLogicalParser(XSLogicalParser pParser)