Uses of Interface
org.w3.x2005.x08.addressing.ProblemActionDocument

Packages that use ProblemActionDocument
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of ProblemActionDocument in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return ProblemActionDocument
static ProblemActionDocument ProblemActionDocument.Factory.newInstance()
           
static ProblemActionDocument ProblemActionDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.File file)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.InputStream is)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(org.w3c.dom.Node node)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.Reader r)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.lang.String xmlAsString)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.net.URL u)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ProblemActionDocument ProblemActionDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ProblemActionDocument ProblemActionDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ProblemActionDocument ProblemActionDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ProblemActionDocument in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement ProblemActionDocument
 class ProblemActionDocumentImpl
          A document containing one ProblemAction(@http://www.w3.org/2005/08/addressing) element.
 



Copyright © 2009. All Rights Reserved.