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

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

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

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

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

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

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


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