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

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

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.