public interface XMLSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
serializeAttributeBodies(XMLSerializer target)
Deprecated.
Serializes texts as values of attributes into the specified target.
|
void |
serializeAttributes(XMLSerializer target)
Deprecated.
Serializes attributes into the specified target.
|
void |
serializeElements(XMLSerializer target)
Deprecated.
Serializes child elements and texts into the specified target.
|
void serializeElements(XMLSerializer target) throws SAXException
SAXExceptionvoid serializeAttributes(XMLSerializer target) throws SAXException
SAXExceptionvoid serializeAttributeBodies(XMLSerializer target) throws SAXException
SAXExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.