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

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

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

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

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

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

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


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