|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultToDocument | |
---|---|
org.w3.x2005.x08.addressing | |
org.w3.x2005.x08.addressing.impl |
Uses of FaultToDocument in org.w3.x2005.x08.addressing |
---|
Methods in org.w3.x2005.x08.addressing that return FaultToDocument | |
---|---|
static FaultToDocument |
FaultToDocument.Factory.newInstance()
|
static FaultToDocument |
FaultToDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(File file)
|
static FaultToDocument |
FaultToDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(InputStream is)
|
static FaultToDocument |
FaultToDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(Node node)
|
static FaultToDocument |
FaultToDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(Reader r)
|
static FaultToDocument |
FaultToDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(String xmlAsString)
|
static FaultToDocument |
FaultToDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(URL u)
|
static FaultToDocument |
FaultToDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FaultToDocument |
FaultToDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FaultToDocument |
FaultToDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FaultToDocument |
FaultToDocument.Factory.parse(XMLStreamReader sr)
|
static FaultToDocument |
FaultToDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of FaultToDocument in org.w3.x2005.x08.addressing.impl |
---|
Classes in org.w3.x2005.x08.addressing.impl that implement FaultToDocument | |
---|---|
class |
FaultToDocumentImpl
A document containing one FaultTo(@http://www.w3.org/2005/08/addressing) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |