public abstract class AbstractExtensibleXMLObjectMarshaller extends AbstractElementExtensibleXMLObjectMarshaller
xs:any
and with
xs:anyAttribute
attributes.Constructor and Description |
---|
AbstractExtensibleXMLObjectMarshaller()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls the
xs:anyAttribute attributes. |
marshallElementContent
marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, marshallUnknownAttributes, setDocumentElement
public AbstractExtensibleXMLObjectMarshaller()
protected void marshallAttributes(@Nonnull XMLObject xmlObject, @Nonnull Element domElement) throws MarshallingException
xs:anyAttribute
attributes.
No xs:anyAttribute
attributes.
Marshalls a given XMLObject into a W3C Element. The given signing context should be blindly passed to the
marshaller for child elements. The XMLObject passed to this method is guaranteed to be of the target name
specified during this unmarshaller's construction.
This default implementation of this method is a no-opmarshallAttributes
in class AbstractElementExtensibleXMLObjectMarshaller
xmlObject
- the XMLObject to marshalldomElement
- the W3C DOM elementMarshallingException
- thrown if there is a problem marshalling the elementCopyright © 2016 JBoss by Red Hat. All rights reserved.