Class DOMStructure

    • Constructor Summary

      Constructors 
      Constructor Description
      DOMStructure()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFeatureSupported​(java.lang.String feature)  
      abstract void marshal​(org.w3c.dom.Node parent, java.lang.String dsPrefix, javax.xml.crypto.dom.DOMCryptoContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOMStructure

        public DOMStructure()
    • Method Detail

      • isFeatureSupported

        public final boolean isFeatureSupported​(java.lang.String feature)
        Specified by:
        isFeatureSupported in interface javax.xml.crypto.XMLStructure
      • marshal

        public abstract void marshal​(org.w3c.dom.Node parent,
                                     java.lang.String dsPrefix,
                                     javax.xml.crypto.dom.DOMCryptoContext context)
                              throws javax.xml.crypto.MarshalException
        Throws:
        javax.xml.crypto.MarshalException