|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QualifyingPropertiesUnmarshaller
Interface for unmarshallers of property data objects.
| Method Summary | |
|---|---|
void |
setAcceptUnknownProperties(boolean accept)
Indicates if unknown unsigend properties should be accepted. |
void |
unmarshalProperties(Element qualifyingProps,
QualifyingPropertiesDataCollector propertyDataCollector)
Unmarshal the properties in the given QualifyingProperties node. |
| Method Detail |
|---|
void setAcceptUnknownProperties(boolean accept)
GenericDOMData.
accept - true if unknown properties should be accepted
void unmarshalProperties(Element qualifyingProps,
QualifyingPropertiesDataCollector propertyDataCollector)
throws UnmarshalException
QualifyingProperties node.
The resulting property data objects should be added to the collector.
qualifyingProps - the qualifying properties elementpropertyDataCollector - the collector of property data objects
UnmarshalException - if there's an error (may be PropertyUnmarshalException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||