|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValueDocument | |
---|---|
org.w3.x2000.x09.xmldsig | |
org.w3.x2000.x09.xmldsig.impl |
Uses of KeyValueDocument in org.w3.x2000.x09.xmldsig |
---|
Methods in org.w3.x2000.x09.xmldsig that return KeyValueDocument | |
---|---|
static KeyValueDocument |
KeyValueDocument.Factory.newInstance()
|
static KeyValueDocument |
KeyValueDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.File file)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.InputStream is)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(org.w3c.dom.Node node)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.Reader r)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.lang.String xmlAsString)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.net.URL u)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static KeyValueDocument |
KeyValueDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static KeyValueDocument |
KeyValueDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static KeyValueDocument |
KeyValueDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of KeyValueDocument in org.w3.x2000.x09.xmldsig.impl |
---|
Classes in org.w3.x2000.x09.xmldsig.impl that implement KeyValueDocument | |
---|---|
class |
KeyValueDocumentImpl
A document containing one KeyValue(@http://www.w3.org/2000/09/xmldsig#) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |