Uses of Class
com.jaxfront.core.type.EmptyType

Packages that use EmptyType
com.jaxfront.core.keyRef   
com.jaxfront.core.type   
com.jaxfront.core.xpath   
 

Uses of EmptyType in com.jaxfront.core.keyRef
 

Fields in com.jaxfront.core.keyRef declared as EmptyType
static EmptyType KeyKeyRefManager.DUMMY_KEY_TYPE
           
 

Uses of EmptyType in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return EmptyType
 EmptyType CompositeType.getEmptyType()
          Gets an empty type if this is a an optional choice.
 EmptyType AbstractCompositeType.getEmptyType()
          Gets an empty type.
 

Uses of EmptyType in com.jaxfront.core.xpath
 

Methods in com.jaxfront.core.xpath that return EmptyType
 EmptyType XPathDummyChoiceTypeWrapper.getEmptyType()