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

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

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

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

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

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

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


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