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

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

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

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

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

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

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


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