protected static final class DOMStructure.NodeWrapper extends DOMStructure
DOMStructure.NodeWrapperimplMap_, state_, STATE_CREATED, STATE_MARSHALED, STATE_UNINITIALIZED, STATE_UNMARSHALED| Modifier | Constructor and Description |
|---|---|
protected |
NodeWrapper(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearMarshalling() |
String |
getLocalName()
Returns the local name of the represented XML element.
|
String |
getNamespace()
Returns the namespace URI of the represented XML element.
|
Node |
marshal(DOMCryptoContext context,
Node parent,
Node nextSibling)
Wrapped Structures need to be dealt with differently.
|
addBytesToElement, addBytesToElement, clearMarshalling, getBytesFromElement, getBytesFromElementStream, getChildStructures, getChildStructureVersion, getHere, getImplClass, getInstance, getInstance, getNode, getParentStructure, getParentStructureOf, getQualifiedName, getQualifiedName, hasNSDeclAttrInScope, isFeatureSupported, isNSDeclInScope, marshalAttributes, marshalElement, marshalIDAttribute, newIDforLookUp, putChildStructure, putImplClass, setBackToCompatibilityPrior1_14, setNode, setParentStructure, toString, unmarshal, unmarshalAttributes, unmarshalElement, unmarshalIDAttribute, unmarshalStructures, wrapNodeprotected NodeWrapper(Node node)
public String getLocalName()
DOMStructuregetLocalName in class DOMStructurepublic String getNamespace()
DOMStructuregetNamespace in class DOMStructureprotected void clearMarshalling()
clearMarshalling in class DOMStructurepublic Node marshal(DOMCryptoContext context, Node parent, Node nextSibling) throws MarshalException
marshal in class DOMStructurecontext - the DOMMarshalContext holding context information about
the marshaling of this DOMStructureparent - where to place the marshalled nodenextSibling - before wich to place the marshalled nodeDOMStrucuture and
all its child DOMStructuruesMarshalException - if the marshaling fails for any reasonDOMStructure.marshal(javax.xml.crypto.dom.DOMCryptoContext,
org.w3c.dom.Node, org.w3c.dom.Node)© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC