|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NegotiationContextDocument | |
---|---|
org.ogf.schemas.graap.wsAgreement.negotiation | |
org.ogf.schemas.graap.wsAgreement.negotiation.impl |
Uses of NegotiationContextDocument in org.ogf.schemas.graap.wsAgreement.negotiation |
---|
Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationContextDocument | |
---|---|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.newInstance()
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(File file)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(InputStream is)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(Node node)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(Reader r)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(String xmlAsString)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(URL u)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(XMLStreamReader sr)
|
static NegotiationContextDocument |
NegotiationContextDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of NegotiationContextDocument in org.ogf.schemas.graap.wsAgreement.negotiation.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement NegotiationContextDocument | |
---|---|
class |
NegotiationContextDocumentImpl
A document containing one NegotiationContext(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |