Package | Description |
---|---|
org.jfree.xml |
XML parser.
|
org.jfree.xml.util |
Utility classes for the XML framework.
|
Modifier and Type | Field and Description |
---|---|
private CommentHandler |
FrontendDefaultHandler.commentHandler
The current comment handler used to receive xml comments.
|
Modifier and Type | Method and Description |
---|---|
CommentHandler |
FrontendDefaultHandler.getCommentHandler()
Returns the comment handler that is used to collect comments.
|
Modifier and Type | Field and Description |
---|---|
private CommentHandler |
AbstractModelReader.commentHandler
The comment handler.
|
Modifier and Type | Method and Description |
---|---|
protected CommentHandler |
AbstractModelReader.getCommentHandler()
Returns the comment handler.
|