Uses of Interface
org.icenigrid.schema.oasis.wss.y2004.m01.EmbeddedDocument

Packages that use EmbeddedDocument
org.icenigrid.schema.oasis.wss.y2004.m01   
org.icenigrid.schema.oasis.wss.y2004.m01.impl   
 

Uses of EmbeddedDocument in org.icenigrid.schema.oasis.wss.y2004.m01
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01 that return EmbeddedDocument
static EmbeddedDocument EmbeddedDocument.Factory.newInstance()
           
static EmbeddedDocument EmbeddedDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.File file)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.InputStream is)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(org.w3c.dom.Node node)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.Reader r)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.lang.String xmlAsString)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.net.URL u)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EmbeddedDocument EmbeddedDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EmbeddedDocument EmbeddedDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EmbeddedDocument EmbeddedDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of EmbeddedDocument in org.icenigrid.schema.oasis.wss.y2004.m01.impl
 

Classes in org.icenigrid.schema.oasis.wss.y2004.m01.impl that implement EmbeddedDocument
 class EmbeddedDocumentImpl
          A document containing one Embedded(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) element.
 



Copyright © 2009. All Rights Reserved.