Uses of Class
org.apache.fop.accessibility.fo.Event
-
Packages that use Event Package Description org.apache.fop.accessibility.fo -
-
Uses of Event in org.apache.fop.accessibility.fo
Fields in org.apache.fop.accessibility.fo declared as Event Modifier and Type Field Description private Event
FO2StructureTreeConverter. currentNode
protected Event
Event. parent
private Event
FO2StructureTreeConverter. root
Fields in org.apache.fop.accessibility.fo with type parameters of type Event Modifier and Type Field Description private java.util.List<Event>
Event. children
Methods in org.apache.fop.accessibility.fo with parameters of type Event Modifier and Type Method Description void
Event. add(Event child)
private void
FO2StructureTreeConverter. content(Event event, boolean hasContent)
private void
FO2StructureTreeConverter. endContent(Event event)
private void
FO2StructureTreeConverter. startContent(Event event, boolean hasContent)
Constructors in org.apache.fop.accessibility.fo with parameters of type Event Constructor Description Event(Event parent)
-