public interface XmlReaderListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
readTag(SerializeTagEvent e)
Called when a tag object must be read.
|
void readTag(SerializeTagEvent e)
e
- A SerializeTagEvent
object providing information about the event.