Uses of Enum Class
se.idsec.signservice.integration.document.xml.XMLSignatureLocation.ChildPosition
Packages that use XMLSignatureLocation.ChildPosition
Package
Description
XML-specific interfaces and classes.
-
Uses of XMLSignatureLocation.ChildPosition in se.idsec.signservice.integration.document.xml
Methods in se.idsec.signservice.integration.document.xml that return XMLSignatureLocation.ChildPositionModifier and TypeMethodDescriptionXMLSignatureLocation.ChildPosition.fromPosition
(String position) Given a position in its string representation the method returns the corresponding enum constant.Returns the enum constant of this class with the specified name.static XMLSignatureLocation.ChildPosition[]
XMLSignatureLocation.ChildPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.idsec.signservice.integration.document.xml with parameters of type XMLSignatureLocation.ChildPositionModifier and TypeMethodDescriptionXMLSignatureLocation.XMLSignatureLocationBuilder.childPosition
(XMLSignatureLocation.ChildPosition childPosition) void
XMLSignatureLocation.setChildPosition
(XMLSignatureLocation.ChildPosition childPosition) Sets the position in the selected parent node where the signature element should be installed (first or last).