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

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

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

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

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

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

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


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