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

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

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

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

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

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

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


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