java.lang.Object | |
↳ | xades4j.production.SignatureAppendingStrategies |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AsFirstChild | The signature node should be appended as the first child of the reference node (reference node is the parent). | ||||||||||
AsLastChild | The signature node should be appended as the last child of the reference node (reference node is the parent). | ||||||||||
AsPreviousSibling | The signature node should be appended as the previous sibling of the reference node (reference node is a sibling). |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The signature node should be appended as the first child of the reference node (reference node is the parent).
The signature node should be appended as the last child of the reference node (reference node is the parent).
The signature node should be appended as the previous sibling of the reference node (reference node is a sibling).