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

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

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

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

Subinterfaces of Axioms in org.kr.dl.dig.v1_1
static interface TellsDocument.Tells
          An XML tells(@http://dl.kr.org/dig/2003/02/lang).
 

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

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

Classes in org.kr.dl.dig.v1_1.impl that implement Axioms
 class AxiomsImpl
          An XML axioms(@http://dl.kr.org/dig/2003/02/lang).
static class TellsDocumentImpl.TellsImpl
          An XML tells(@http://dl.kr.org/dig/2003/02/lang).
 


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