org.apache.xmlbeans.impl.common
Interface ValidatorListener
- All Known Implementing Classes:
- Validator
public interface ValidatorListener
First event must be a BEGIN with no name (to communicate any xsi
information). BEGIN and END need to match.
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
ATTR
static final int ATTR
- See Also:
- Constant Field Values
ENDATTRS
static final int ENDATTRS
- See Also:
- Constant Field Values
nextEvent
void nextEvent(int kind,
ValidatorListener.Event event)