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

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

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

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

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

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

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


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