public interface UnmarshalerListener
Modifier and Type | Method and Description |
---|---|
void |
endElement(String name)
The end of element.
|
void |
endMarshaling()
The end marshaling.
|
void |
lookup(String name,
Attributes attributes)
Find the property with given name in current node.
|
void |
setAttribute(String name,
String value)
Sets attribute value for property name.
|
void |
setValue(String value)
Sets the value for current element.
|
void |
startElement(String name)
The start of element.
|
void |
startMarshaling()
Start marshaling.
|
void startMarshaling()
void setAttribute(String name, String value)
name
- the property namevalue
- the property valuevoid lookup(String name, Attributes attributes)
name
- the name of an elementattributes
- the attributes of current elementRuntimeException
- if given property not foundvoid startElement(String name)
name
- the name of an elementvoid setValue(String value)
value
- the property valuevoid endElement(String name)
name
- the name of an elementvoid endMarshaling()
Copyright © 2000–2022 EPAM Systems. All rights reserved.