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

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

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

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

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

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

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


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