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

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

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

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

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

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

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


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