|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDerivationControl | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of TypeDerivationControl in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return TypeDerivationControl | |
---|---|
static TypeDerivationControl |
TypeDerivationControl.Factory.newInstance()
|
static TypeDerivationControl |
TypeDerivationControl.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.newValue(java.lang.Object obj)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.File file)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.InputStream is)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(org.w3c.dom.Node node)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.Reader r)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.lang.String xmlAsString)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.net.URL u)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TypeDerivationControl |
TypeDerivationControl.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of TypeDerivationControl in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement TypeDerivationControl | |
---|---|
class |
TypeDerivationControlImpl
An XML typeDerivationControl(@http://www.w3.org/2001/XMLSchema). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |