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

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

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

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

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

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

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


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