Uses of Interface
org.xmlsoap.schemas.ws.x2005.x02.trust.KeyTypeDocument
-
Packages that use KeyTypeDocument Package Description org.xmlsoap.schemas.ws.x2005.x02.trust -
-
Uses of KeyTypeDocument in org.xmlsoap.schemas.ws.x2005.x02.trust
Methods in org.xmlsoap.schemas.ws.x2005.x02.trust that return KeyTypeDocument Modifier and Type Method Description static KeyTypeDocumentKeyTypeDocument.Factory. newInstance()static KeyTypeDocumentKeyTypeDocument.Factory. newInstance(XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(File file)static KeyTypeDocumentKeyTypeDocument.Factory. parse(File file, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(InputStream is)static KeyTypeDocumentKeyTypeDocument.Factory. parse(InputStream is, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(Reader r)static KeyTypeDocumentKeyTypeDocument.Factory. parse(Reader r, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(String xmlAsString)static KeyTypeDocumentKeyTypeDocument.Factory. parse(String xmlAsString, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(URL u)static KeyTypeDocumentKeyTypeDocument.Factory. parse(URL u, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(XMLStreamReader sr)static KeyTypeDocumentKeyTypeDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static KeyTypeDocumentKeyTypeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeyTypeDocumentKeyTypeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic KeyTypeDocumentKeyTypeDocument.Factory. parse(Node node)static KeyTypeDocumentKeyTypeDocument.Factory. parse(Node node, XmlOptions options)
-