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

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

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

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

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

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

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


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