public class AbstractExtensibleXMLObjectMarshaller extends AbstractElementExtensibleXMLObjectMarshaller
xs:any
and with
xs:anyAttribute
attributes.Constructor and Description |
---|
AbstractExtensibleXMLObjectMarshaller()
Constructor.
|
AbstractExtensibleXMLObjectMarshaller(String targetNamespaceURI,
String targetLocalName)
Deprecated.
no replacement
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshallAttributes(XMLObject xmlObject,
Element domElement)
Marshalls the
xs:anyAttribute attributes. |
marshallElementContent
checkXMLObjectIsTarget, marshall, marshall, marshall, marshallChildElements, marshallInto, marshallNamespacePrefix, marshallNamespaces, marshallSchemaInstanceAttributes, setDocumentElement
public AbstractExtensibleXMLObjectMarshaller()
public AbstractExtensibleXMLObjectMarshaller(String targetNamespaceURI, String targetLocalName)
targetNamespaceURI
- the namespace URI of either the schema type QName or element QName of the elements this
unmarshaller operates ontargetLocalName
- the local name of either the schema type QName or element QName of the elements this
unmarshaller operates onprotected void marshallAttributes(XMLObject xmlObject, 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.marshallAttributes
in class AbstractElementExtensibleXMLObjectMarshaller
xmlObject
- the XMLObject to marshalldomElement
- the W3C DOM elementMarshallingException
- thrown if there is a problem marshalling the elementCopyright © 2018 JBoss by Red Hat. All rights reserved.