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

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

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

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

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

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

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


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