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

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

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

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

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

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

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


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