public interface XMLSerializable
extends com.sun.xml.bind.JAXBObject
Modifier and Type | Method and Description |
---|---|
void |
serializeAttributes(XMLSerializer target)
Serializes attributes into the specified target.
|
void |
serializeBody(XMLSerializer target)
Serializes child elements and texts into the specified target.
|
void |
serializeURIs(XMLSerializer target)
Declares all the namespace URIs this object is using at
its top-level scope into the specified target.
|
void serializeBody(XMLSerializer target) throws SAXException
SAXException
void serializeAttributes(XMLSerializer target) throws SAXException
SAXException
void serializeURIs(XMLSerializer target) throws SAXException
SAXException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.