Uses of Interface
org.apache.geronimo.xbeans.geronimo.j2ee.GerString

Packages that use GerString
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
 

Uses of GerString in org.apache.geronimo.xbeans.geronimo.j2ee
 

Subinterfaces of GerString in org.apache.geronimo.xbeans.geronimo.j2ee
 interface GerPathType
          An XML pathType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 

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

Uses of GerString in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerString
 class GerPathTypeImpl
          An XML pathType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 class GerStringImpl
          An XML string(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 



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