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(List<XmlWriter.ToMarshal<? extends XMLStructure>> marshallers, Node parent)
XmlWriterToTree(List<XmlWriter.ToMarshal<? extends XMLStructure>> marshallers, Node parent, Node nextSibling)
In cases where the serialization is supposed to precede a specific element, we add an extra parameter to capture that.
-