Uses of Interface
net.sf.jaxme.xs.xml.XsEField

Packages that use XsEField
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsEField in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsEField
 XsEField XsTKeybase.createField()
           
 XsEField[] XsTKeybase.getFields()
           
 XsEField XsObjectFactory.newXsEField(XsObject pParent)
           
 

Uses of XsEField in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsEField
 class XsEFieldImpl
          Interface of the xs:field element, with the following specification: A subset of XPath expressions for use in fields A utility type, not for public use The following pattern is intended to allow XPath expressions per the same EBNF as for selector, with the following change: Path ::= ('.//')?
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEField
 XsEField XsTKeybaseImpl.createField()
           
 XsEField[] XsTKeybaseImpl.getFields()
           
 XsEField XsObjectFactoryImpl.newXsEField(XsObject pParent)