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

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

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

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

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

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

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


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