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

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

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

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

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

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

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


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