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
SAXException
void serializeAttributes(XMLSerializer target) throws SAXException
SAXException
void serializeAttributeBodies(XMLSerializer target) throws SAXException
SAXException
Copyright © 2021 Oracle Corporation. All rights reserved.