|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExactlyOneDocument | |
---|---|
org.xmlsoap.schemas.ws.x2004.x09.policy | |
org.xmlsoap.schemas.ws.x2004.x09.policy.impl |
Uses of ExactlyOneDocument in org.xmlsoap.schemas.ws.x2004.x09.policy |
---|
Methods in org.xmlsoap.schemas.ws.x2004.x09.policy that return ExactlyOneDocument | |
---|---|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.newInstance()
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.File file)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.InputStream is)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(org.w3c.dom.Node node)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.Reader r)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.lang.String xmlAsString)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.net.URL u)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ExactlyOneDocument |
ExactlyOneDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of ExactlyOneDocument in org.xmlsoap.schemas.ws.x2004.x09.policy.impl |
---|
Classes in org.xmlsoap.schemas.ws.x2004.x09.policy.impl that implement ExactlyOneDocument | |
---|---|
class |
ExactlyOneDocumentImpl
A document containing one ExactlyOne(@http://schemas.xmlsoap.org/ws/2004/09/policy) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |