public class TransformsImpl extends TransformsType
Transforms element that supports the
DOM XML representation and marshaling mechanism.DOMStructure.NodeWrapperappliedTransforms_, transforms_implMap_, state_, STATE_CREATED, STATE_MARSHALED, STATE_UNINITIALIZED, STATE_UNMARSHALED| Constructor and Description |
|---|
TransformsImpl(DOMCryptoContext context,
Node node)
Creates a new instance of this
TransformsImpl with the
specified marshal context and node. |
TransformsImpl(List transforms)
Creates a new instance of this
TransformsImpl with the
specified list of Transforms. |
TransformsImpl(List appliedTransforms,
List transforms)
Creates a new instance of this
TransformsImpl with the
specified list of TransformImpls and a list of already applied
TransformImpls. |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Returns the namespace URI of the represented XML element.
|
applyTransforms, checkCanonicalizationMethod, getChildStructures, getLocalName, getTransforms, marshal, putChildStructure, unmarshalStructuresaddBytesToElement, addBytesToElement, clearMarshalling, clearMarshalling, getBytesFromElement, getBytesFromElementStream, getChildStructureVersion, getHere, getImplClass, getInstance, getInstance, getNode, getParentStructure, getParentStructureOf, getQualifiedName, getQualifiedName, hasNSDeclAttrInScope, isFeatureSupported, isNSDeclInScope, marshalAttributes, marshalElement, marshalIDAttribute, newIDforLookUp, putImplClass, setBackToCompatibilityPrior1_14, setNode, setParentStructure, toString, unmarshal, unmarshalAttributes, unmarshalElement, unmarshalIDAttribute, wrapNodepublic TransformsImpl(DOMCryptoContext context, Node node) throws MarshalException
TransformsImpl with the
specified marshal context and node.context - the marshal contextnode - the node to unmarshal fromMarshalException - if an exception occurs during unmarshalingpublic TransformsImpl(List transforms)
TransformsImpl with the
specified list of Transforms.transforms - a list of TransformsNullPointerException - if config or transforms is
nullIllegalArgumentException - if transforms is emptyClassCastException - if transforms contains any elements not of type
Transformpublic TransformsImpl(List appliedTransforms, List transforms)
TransformsImpl with the
specified list of TransformImpls and a list of already applied
TransformImpls.appliedTransforms - a list of TransformImplstransforms - a list of TransformImplsNullPointerException - if transforms or appliedTransforms is
nullIllegalArgumentException - if transforms or appliedTransforms is
emptyClassCastException - if transforms or appliedTransforms
contains any elements not of type TransformImplpublic String getNamespace()
DOMStructuregetNamespace in class DOMStructureDOMStructure.getNamespace()© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC