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

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

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

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

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

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

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


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