JCommon 1.0.17-redhat-2

Uses of Interface
org.jfree.xml.ElementDefinitionHandler

Packages that use ElementDefinitionHandler
org.jfree.xml XML parser. 
 

Uses of ElementDefinitionHandler in org.jfree.xml
 

Classes in org.jfree.xml that implement ElementDefinitionHandler
 class AbstractElementDefinitionHandler
          An abstract element definition handler.
 

Methods in org.jfree.xml that return ElementDefinitionHandler
 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
 void Parser.pushFactory(ElementDefinitionHandler factory)
          Pushes a handler onto the stack.
 void Parser.setInitialFactory(ElementDefinitionHandler factory)
          Sets the initial handler.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.