Uses of Interface
org.sourceid.protocol.dsig10.xml.TransformType
-
Packages that use TransformType Package Description org.sourceid.protocol.dsig10.xml org.sourceid.protocol.xmlenc10.xml -
-
Uses of TransformType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return TransformType Modifier and Type Method Description TransformTypeTransformDocument. addNewTransform()Appends and returns a new empty "Transform" elementTransformTypeTransformsType. addNewTransform()Appends and returns a new empty value (as xml) as the last "Transform" elementTransformTypeTransformDocument. getTransform()Gets the "Transform" elementTransformType[]TransformsType. getTransformArray()Gets array of all "Transform" elementsTransformTypeTransformsType. getTransformArray(int i)Gets ith "Transform" elementTransformTypeTransformsType. insertNewTransform(int i)Inserts and returns a new empty value (as xml) as the ith "Transform" elementstatic TransformTypeTransformType.Factory. newInstance()static TransformTypeTransformType.Factory. newInstance(XmlOptions options)static TransformTypeTransformType.Factory. parse(File file)static TransformTypeTransformType.Factory. parse(File file, XmlOptions options)static TransformTypeTransformType.Factory. parse(InputStream is)static TransformTypeTransformType.Factory. parse(InputStream is, XmlOptions options)static TransformTypeTransformType.Factory. parse(Reader r)static TransformTypeTransformType.Factory. parse(Reader r, XmlOptions options)static TransformTypeTransformType.Factory. parse(String xmlAsString)static TransformTypeTransformType.Factory. parse(String xmlAsString, XmlOptions options)static TransformTypeTransformType.Factory. parse(URL u)static TransformTypeTransformType.Factory. parse(URL u, XmlOptions options)static TransformTypeTransformType.Factory. parse(XMLStreamReader sr)static TransformTypeTransformType.Factory. parse(XMLStreamReader sr, XmlOptions options)static TransformTypeTransformType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TransformTypeTransformType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic TransformTypeTransformType.Factory. parse(Node node)static TransformTypeTransformType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type TransformType Modifier and Type Method Description voidTransformDocument. setTransform(TransformType transform)Sets the "Transform" elementvoidTransformsType. setTransformArray(int i, TransformType transform)Sets ith "Transform" elementvoidTransformsType. setTransformArray(TransformType[] transformArray)Sets array of all "Transform" element -
Uses of TransformType in org.sourceid.protocol.xmlenc10.xml
Methods in org.sourceid.protocol.xmlenc10.xml that return TransformType Modifier and Type Method Description TransformTypeTransformsType. addNewTransform()Appends and returns a new empty value (as xml) as the last "Transform" elementTransformType[]TransformsType. getTransformArray()Gets array of all "Transform" elementsTransformTypeTransformsType. getTransformArray(int i)Gets ith "Transform" elementTransformTypeTransformsType. insertNewTransform(int i)Inserts and returns a new empty value (as xml) as the ith "Transform" elementMethods in org.sourceid.protocol.xmlenc10.xml with parameters of type TransformType Modifier and Type Method Description voidTransformsType. setTransformArray(int i, TransformType transform)Sets ith "Transform" elementvoidTransformsType. setTransformArray(TransformType[] transformArray)Sets array of all "Transform" element
-