Uses of Interface
org.barracudamvc.contrib.sam.xmlform.dtd.Ref_id

Packages that use Ref_id
org.barracudamvc.contrib.sam.xmlform.dtd   
 

Uses of Ref_id in org.barracudamvc.contrib.sam.xmlform.dtd
 

Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Ref_id
 class Ref_idImpl
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Ref_id
static Ref_id Ref_idImpl.unmarshal(File file)
           
static Ref_id Ref_idImpl.unmarshal(File file, boolean validate)
           
static Ref_id Ref_idImpl.unmarshal(InputStream inputStream)
           
static Ref_id Ref_idImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Ref_id Ref_idImpl.unmarshal(Reader reader)
           
static Ref_id Ref_idImpl.unmarshal(Reader reader, boolean validate)
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd with parameters of type Ref_id
 void FormImpl.addRef_id(Ref_id ref_id)
           
 void FormImpl.removeRef_id(Ref_id ref_id)
           
 void Form.addRef_id(Ref_id ref_id)
           
 void Form.removeRef_id(Ref_id ref_id)
           
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.