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

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

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

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

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

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

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


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