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

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

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

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

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

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

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


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