Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.css.CSSCssType

Packages that use CSSCssType
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

Uses of CSSCssType in org.apache.geronimo.corba.xbeans.csiv2.css
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSCssType
 CSSCssType CSSCssDocument.addNewCss()
          Appends and returns a new empty "css" element
 CSSCssType CSSCssDocument.getCss()
          Gets the "css" element
static CSSCssType CSSCssType.Factory.newInstance()
           
static CSSCssType CSSCssType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(File file)
           
static CSSCssType CSSCssType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(InputStream is)
           
static CSSCssType CSSCssType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(Node node)
           
static CSSCssType CSSCssType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(Reader r)
           
static CSSCssType CSSCssType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(String xmlAsString)
           
static CSSCssType CSSCssType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(URL u)
           
static CSSCssType CSSCssType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssType CSSCssType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSCssType CSSCssType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSCssType CSSCssType.Factory.parse(XMLStreamReader sr)
           
static CSSCssType CSSCssType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSCssType
 void CSSCssDocument.setCss(CSSCssType css)
          Sets the "css" element
 

Uses of CSSCssType in org.apache.geronimo.corba.xbeans.csiv2.css.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSCssType
 class CSSCssTypeImpl
          An XML cssType(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSCssType
 CSSCssType CSSCssDocumentImpl.addNewCss()
          Appends and returns a new empty "css" element
 CSSCssType CSSCssDocumentImpl.getCss()
          Gets the "css" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSCssType
 void CSSCssDocumentImpl.setCss(CSSCssType css)
          Sets the "css" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.