Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
rim.pda.AllocatedStorageDocument

Uses of AllocatedStorageDocument in rim.pda
 

Methods in rim.pda that return AllocatedStorageDocument
static AllocatedStorageDocument AllocatedStorageDocument.Factory.newInstance()
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.lang.String s)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.File f)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.File f, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.net.URL u)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.InputStream is)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.Reader r)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(org.w3c.dom.Node node)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static AllocatedStorageDocument AllocatedStorageDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)