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 class
AbstractElementDefinitionHandler
An abstract element definition handler.Methods in org.jfree.xml that return ElementDefinitionHandler Modifier and Type Method Description ElementDefinitionHandler
Parser. getInitialFactory()
Returns the initial handler.ElementDefinitionHandler
Parser. peekFactory()
Reads a handler off the stack without removing it.ElementDefinitionHandler
Parser. popFactory()
Pops a handler from the stack.Methods in org.jfree.xml with parameters of type ElementDefinitionHandler Modifier and Type Method Description void
Parser. pushFactory(ElementDefinitionHandler factory)
Pushes a handler onto the stack.void
Parser. setInitialFactory(ElementDefinitionHandler factory)
Sets the initial handler.
-