Uses of Interface
org.w3.x2001.xmlSchema.Public

Packages that use Public
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of Public in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return Public
static Public Public.Factory.newInstance()
           
static Public Public.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.newValue(java.lang.Object obj)
           
static Public Public.Factory.parse(java.io.File file)
           
static Public Public.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(java.io.InputStream is)
           
static Public Public.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(org.w3c.dom.Node node)
           
static Public Public.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(java.io.Reader r)
           
static Public Public.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(java.lang.String xmlAsString)
           
static Public Public.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(java.net.URL u)
           
static Public Public.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Public Public.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Public Public.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Public Public.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Public Public.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 Public NotationDocument.Notation.xgetPublic()
          Gets (as xml) the "public" attribute
 

Methods in org.w3.x2001.xmlSchema with parameters of type Public
 void NotationDocument.Notation.xsetPublic(Public xpublic)
          Sets (as xml) the "public" attribute
 

Uses of Public in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement Public
 class PublicImpl
          An XML public(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return Public
 Public NotationDocumentImpl.NotationImpl.xgetPublic()
          Gets (as xml) the "public" attribute
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type Public
 void NotationDocumentImpl.NotationImpl.xsetPublic(Public xpublic)
          Sets (as xml) the "public" attribute
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.