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

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

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

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

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

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



Copyright © 2008-2012. All Rights Reserved.