public final class EventID extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventID.ConstraintEntry |
| Modifier and Type | Field and Description |
|---|---|
int |
axisEntryCount |
boolean |
interestedInAttributes |
boolean |
interestedInNamespaces |
int |
interestedInText |
String |
location |
EventID |
previous |
| Constructor and Description |
|---|
EventID(int type,
EventID.ConstraintEntry[][] listenersArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Event event,
Step step,
AxisListener listener) |
boolean |
isEmpty(int axis)
tells if the specified axis always returns empty on this eventID
|
void |
listenersAdded() |
boolean |
onEndAttributes() |
boolean |
onEvent(Event event) |
boolean |
pop(boolean doc) |
boolean |
push() |
public String location
public EventID previous
public boolean interestedInAttributes
public boolean interestedInNamespaces
public int interestedInText
public int axisEntryCount
public EventID(int type,
EventID.ConstraintEntry[][] listenersArray)
public boolean isEmpty(int axis)
public void addListener(Event event, Step step, AxisListener listener)
public void listenersAdded()
public boolean push()
public boolean pop(boolean doc)
public boolean onEndAttributes()
public boolean onEvent(Event event)
Copyright © 2019. All rights reserved.