Package | Description |
---|---|
com.sun.xml.bind.marshaller | |
com.sun.xml.bind.serializer | |
com.sun.xml.bind.validator |
Modifier and Type | Method and Description |
---|---|
void |
SAXMarshaller.childAsAttributeBodies(XMLSerializable o)
Deprecated.
|
void |
SAXMarshaller.childAsAttributes(XMLSerializable o)
Deprecated.
|
void |
SAXMarshaller.childAsElements(XMLSerializable o)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSerializer.childAsAttributeBodies(XMLSerializable o)
Deprecated.
This method is called when an XMLSerializable object is found
while the marshaller is in the "attribute body" mode (i.e.
|
void |
XMLSerializer.childAsAttributes(XMLSerializable o)
Deprecated.
This method is called when an XMLSerializable object is found
while the marshaller is in the "attribute" mode (i.e.
|
void |
XMLSerializer.childAsElements(XMLSerializable o)
Deprecated.
This method is called when an XMLSerializable object is found
while the marshaller is in the "element" mode (i.e.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValidatableObject
Deprecated.
in JAXB1.0.1
|
Modifier and Type | Method and Description |
---|---|
void |
MSVValidator.childAsAttributeBodies(XMLSerializable o)
Deprecated.
|
void |
MSVValidator.childAsAttributes(XMLSerializable o)
Deprecated.
|
void |
MSVValidator.childAsElements(XMLSerializable o)
Deprecated.
|
Copyright © 2021 Oracle Corporation. All rights reserved.