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

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

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

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

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

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

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


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