net.sf.jour.rt.view.config
Interface Classnames

All Superinterfaces:
ClassnamesType, javax.xml.bind.Element
All Known Implementing Classes:
ClassnamesImpl

public interface Classnames
extends javax.xml.bind.Element, ClassnamesType

Java content class for classnames element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 19)

 <element name="classnames">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}trim" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.ClassnamesType
getTrim
 



Copyright © 2004 sourceforge. All Rights Reserved.