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

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

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

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

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

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

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


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