Uses of Interface
org.w3.x2000.x09.xmldsig.SignedInfoDocument

Packages that use SignedInfoDocument
org.w3.x2000.x09.xmldsig   
org.w3.x2000.x09.xmldsig.impl   
 

Uses of SignedInfoDocument in org.w3.x2000.x09.xmldsig
 

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

Uses of SignedInfoDocument in org.w3.x2000.x09.xmldsig.impl
 

Classes in org.w3.x2000.x09.xmldsig.impl that implement SignedInfoDocument
 class SignedInfoDocumentImpl
          A document containing one SignedInfo(@http://www.w3.org/2000/09/xmldsig#) element.
 



Copyright © 2009. All Rights Reserved.