Package | Description |
---|---|
org.jfree.xml |
XML parser.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementDefinitionHandler
An abstract element definition handler.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.pushFactory(ElementDefinitionHandler factory)
Pushes a handler onto the stack.
|
void |
Parser.setInitialFactory(ElementDefinitionHandler factory)
Sets the initial handler.
|
Copyright © 2001–2018 JFree.org. All rights reserved.