Uses of Class
org.apache.jcp.xml.dsig.internal.dom.XmlWriter.ToMarshal
-
Packages that use XmlWriter.ToMarshal Package Description org.apache.jcp.xml.dsig.internal.dom -
-
Uses of XmlWriter.ToMarshal in org.apache.jcp.xml.dsig.internal.dom
Constructor parameters in org.apache.jcp.xml.dsig.internal.dom with type arguments of type XmlWriter.ToMarshal Constructor Description XmlWriterToTree(java.util.List<XmlWriter.ToMarshal<? extends javax.xml.crypto.XMLStructure>> marshallers, org.w3c.dom.Node parent)
XmlWriterToTree(java.util.List<XmlWriter.ToMarshal<? extends javax.xml.crypto.XMLStructure>> marshallers, org.w3c.dom.Node parent, org.w3c.dom.Node nextSibling)
In cases where the serialization is supposed to precede a specific element, we add an extra parameter to capture that.
-