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

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

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

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

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

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

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


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