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

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

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

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

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

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

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


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