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 TypeClassDescriptionclassAn abstract element definition handler.Fields in org.jfree.xml declared as ElementDefinitionHandlerModifier and TypeFieldDescriptionprivate ElementDefinitionHandlerParser.initialFactoryThe 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 TypeMethodDescriptionvoidParser.pushFactory(ElementDefinitionHandler factory) Pushes a handler onto the stack.voidParser.setInitialFactory(ElementDefinitionHandler factory) Sets the initial handler.