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

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

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

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

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

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

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


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