|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateDocument | |
---|---|
org.ogf.graap.wsag.server.engine | |
org.ogf.schemas.graap.wsAgreement | |
org.ogf.schemas.graap.wsAgreement.impl |
Uses of TemplateDocument in org.ogf.graap.wsag.server.engine |
---|
Methods in org.ogf.graap.wsag.server.engine with parameters of type TemplateDocument | |
---|---|
boolean |
TemplateValidator.validate(AgreementOfferDocument offer,
TemplateDocument template)
Validates an agreement offer document against a template document. |
Uses of TemplateDocument in org.ogf.schemas.graap.wsAgreement |
---|
Methods in org.ogf.schemas.graap.wsAgreement that return TemplateDocument | |
---|---|
static TemplateDocument |
TemplateDocument.Factory.newInstance()
|
static TemplateDocument |
TemplateDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(File file)
|
static TemplateDocument |
TemplateDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(InputStream is)
|
static TemplateDocument |
TemplateDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(Node node)
|
static TemplateDocument |
TemplateDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(Reader r)
|
static TemplateDocument |
TemplateDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(String xmlAsString)
|
static TemplateDocument |
TemplateDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(URL u)
|
static TemplateDocument |
TemplateDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TemplateDocument |
TemplateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TemplateDocument |
TemplateDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TemplateDocument |
TemplateDocument.Factory.parse(XMLStreamReader sr)
|
static TemplateDocument |
TemplateDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of TemplateDocument in org.ogf.schemas.graap.wsAgreement.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.impl that implement TemplateDocument | |
---|---|
class |
TemplateDocumentImpl
A document containing one Template(@http://schemas.ggf.org/graap/2007/03/ws-agreement) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |