DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)

Uses of Interface
org.kr.dl.dig.v1_1.InstancesDocument

Packages that use InstancesDocument
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of InstancesDocument in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return InstancesDocument
static InstancesDocument InstancesDocument.Factory.newInstance()
           
static InstancesDocument InstancesDocument.Factory.newInstance(XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(String s)
           
static InstancesDocument InstancesDocument.Factory.parse(String s, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(File f)
           
static InstancesDocument InstancesDocument.Factory.parse(File f, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(URL u)
           
static InstancesDocument InstancesDocument.Factory.parse(URL u, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(InputStream is)
           
static InstancesDocument InstancesDocument.Factory.parse(InputStream is, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(Reader r)
           
static InstancesDocument InstancesDocument.Factory.parse(Reader r, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(Node node)
           
static InstancesDocument InstancesDocument.Factory.parse(Node node, XmlOptions options)
           
static InstancesDocument InstancesDocument.Factory.parse(XMLInputStream xis)
           
static InstancesDocument InstancesDocument.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 

Uses of InstancesDocument in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement InstancesDocument
 class InstancesDocumentImpl
          A document containing one instances(@http://dl.kr.org/dig/2003/02/lang) element.
 


DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)