Uses of Interface
org.jfree.xml.ElementDefinitionHandler
Packages that use ElementDefinitionHandler
-
Uses of ElementDefinitionHandler in org.jfree.xml
Classes in org.jfree.xml that implement ElementDefinitionHandlerModifier and TypeClassDescriptionclass
An abstract element definition handler.Fields in org.jfree.xml declared as ElementDefinitionHandlerModifier and TypeFieldDescriptionprivate ElementDefinitionHandler
Parser.initialFactory
The initial factory.Methods in org.jfree.xml that return ElementDefinitionHandlerModifier and TypeMethodDescriptionParser.getInitialFactory()
Returns the initial handler.Parser.peekFactory()
Reads a handler off the stack without removing it.Parser.popFactory()
Pops a handler from the stack.Methods in org.jfree.xml with parameters of type ElementDefinitionHandlerModifier and TypeMethodDescriptionvoid
Parser.pushFactory
(ElementDefinitionHandler factory) Pushes a handler onto the stack.void
Parser.setInitialFactory
(ElementDefinitionHandler factory) Sets the initial handler.