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

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

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

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

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

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

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


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