Uses of Class
org.apache.turbine.services.intake.xmlmodel.XmlGroup

Packages that use XmlGroup
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.xmlmodel   
 

Uses of XmlGroup in org.apache.turbine.services.intake.model
 

Constructors in org.apache.turbine.services.intake.model with parameters of type XmlGroup
Group(XmlGroup group)
          Constructs a new Group based on the xml specification.
 

Uses of XmlGroup in org.apache.turbine.services.intake.xmlmodel
 

Methods in org.apache.turbine.services.intake.xmlmodel that return XmlGroup
 XmlGroup AppData.getGroup(java.lang.String groupName)
          Get a XmlGroup with the given name.
 XmlGroup AppData.addGroup(org.xml.sax.Attributes attrib)
          An utility method to add a new input group from an xml attribute.
 XmlGroup XmlField.getGroup()
          Get the parent XmlGroup of the property
 

Methods in org.apache.turbine.services.intake.xmlmodel with parameters of type XmlGroup
 void AppData.addGroup(XmlGroup input)
          Add an input group to the vector and sets the AppData property to this AppData
 void XmlField.setGroup(XmlGroup parent)
          Set the parent XmlGroup of the property
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.