|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorConfigurationDocument | |
---|---|
org.ogf.graap.wsag4j.types.configuration | |
org.ogf.graap.wsag4j.types.configuration.impl |
Uses of ValidatorConfigurationDocument in org.ogf.graap.wsag4j.types.configuration |
---|
Methods in org.ogf.graap.wsag4j.types.configuration that return ValidatorConfigurationDocument | |
---|---|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.newInstance()
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(File file)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(InputStream is)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(Node node)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(Reader r)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(String xmlAsString)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(URL u)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ValidatorConfigurationDocument |
ValidatorConfigurationDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of ValidatorConfigurationDocument in org.ogf.graap.wsag4j.types.configuration.impl |
---|
Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ValidatorConfigurationDocument | |
---|---|
class |
ValidatorConfigurationDocumentImpl
A document containing one ValidatorConfiguration(@http://schemas.scai.fraunhofer.de/config/wsag4j) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |