Interface TransformType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface TransformType
    extends XmlObject
    An XML TransformType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
    • Method Detail

      • getXPathArray

        String[] getXPathArray()
        Gets array of all "XPath" elements
      • getXPathArray

        String getXPathArray​(int i)
        Gets ith "XPath" element
      • xgetXPathArray

        XmlString[] xgetXPathArray()
        Gets (as xml) array of all "XPath" elements
      • xgetXPathArray

        XmlString xgetXPathArray​(int i)
        Gets (as xml) ith "XPath" element
      • sizeOfXPathArray

        int sizeOfXPathArray()
        Returns number of "XPath" element
      • setXPathArray

        void setXPathArray​(String[] xPathArray)
        Sets array of all "XPath" element
      • setXPathArray

        void setXPathArray​(int i,
                           String xPath)
        Sets ith "XPath" element
      • xsetXPathArray

        void xsetXPathArray​(XmlString[] xPathArray)
        Sets (as xml) array of all "XPath" element
      • xsetXPathArray

        void xsetXPathArray​(int i,
                            XmlString xPath)
        Sets (as xml) ith "XPath" element
      • insertXPath

        void insertXPath​(int i,
                         String xPath)
        Inserts the value as the ith "XPath" element
      • addXPath

        void addXPath​(String xPath)
        Appends the value as the last "XPath" element
      • insertNewXPath

        XmlString insertNewXPath​(int i)
        Inserts and returns a new empty value (as xml) as the ith "XPath" element
      • addNewXPath

        XmlString addNewXPath()
        Appends and returns a new empty value (as xml) as the last "XPath" element
      • removeXPath

        void removeXPath​(int i)
        Removes the ith "XPath" element
      • getAlgorithm

        String getAlgorithm()
        Gets the "Algorithm" attribute
      • xgetAlgorithm

        XmlAnyURI xgetAlgorithm()
        Gets (as xml) the "Algorithm" attribute
      • setAlgorithm

        void setAlgorithm​(String algorithm)
        Sets the "Algorithm" attribute
      • xsetAlgorithm

        void xsetAlgorithm​(XmlAnyURI algorithm)
        Sets (as xml) the "Algorithm" attribute