Package org.apache.fop.accessibility.fo
Class Event
- java.lang.Object
-
- org.apache.fop.accessibility.fo.Event
-
class Event extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Event>
children
protected FOEventHandler
eventHandler
protected boolean
hasContent
protected Event
parent
-
Constructor Summary
Constructors Constructor Description Event(Event parent)
Event(FO2StructureTreeConverter structureTreeConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Event child)
private boolean
hasContent()
void
run()
-
-
-
Field Detail
-
children
private java.util.List<Event> children
-
eventHandler
protected FOEventHandler eventHandler
-
parent
protected Event parent
-
hasContent
protected boolean hasContent
-
-
Constructor Detail
-
Event
public Event(FO2StructureTreeConverter structureTreeConverter)
-
Event
public Event(Event parent)
-
-
Method Detail
-
run
public void run()
-
hasContent
private boolean hasContent()
-
add
public void add(Event child)
-
-