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

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

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

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

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

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

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


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