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

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

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

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

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

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

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


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