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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSCssDocument
static CSSCssDocument CSSCssDocument.Factory.newInstance()
           
static CSSCssDocument CSSCssDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(File file)
           
static CSSCssDocument CSSCssDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(InputStream is)
           
static CSSCssDocument CSSCssDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(Node node)
           
static CSSCssDocument CSSCssDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(Reader r)
           
static CSSCssDocument CSSCssDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(String xmlAsString)
           
static CSSCssDocument CSSCssDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(URL u)
           
static CSSCssDocument CSSCssDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSCssDocument CSSCssDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSCssDocument CSSCssDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSCssDocument CSSCssDocument.Factory.parse(XMLStreamReader sr)
           
static CSSCssDocument CSSCssDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSCssDocument
 class CSSCssDocumentImpl
          A document containing one css(@http://openejb.apache.org/xml/ns/corba-css-config-2.1) element.
 



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