Uses of Interface
org.jfree.xml.ElementDefinitionHandler
-
Packages that use ElementDefinitionHandler Package Description org.jfree.xml XML parser. -
-
Uses of ElementDefinitionHandler in org.jfree.xml
Classes in org.jfree.xml that implement ElementDefinitionHandler Modifier and Type Class Description classAbstractElementDefinitionHandlerAn abstract element definition handler.Fields in org.jfree.xml declared as ElementDefinitionHandler Modifier and Type Field Description private ElementDefinitionHandlerParser. initialFactoryThe initial factory.Methods in org.jfree.xml that return ElementDefinitionHandler Modifier and Type Method Description ElementDefinitionHandlerParser. getInitialFactory()Returns the initial handler.ElementDefinitionHandlerParser. peekFactory()Reads a handler off the stack without removing it.ElementDefinitionHandlerParser. popFactory()Pops a handler from the stack.Methods in org.jfree.xml with parameters of type ElementDefinitionHandler Modifier and Type Method Description voidParser. pushFactory(ElementDefinitionHandler factory)Pushes a handler onto the stack.voidParser. setInitialFactory(ElementDefinitionHandler factory)Sets the initial handler.
-