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

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

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

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

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

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

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


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