public class FontReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
FontReadHandler()
Creates a new SAX handler for reading a
Font from XML. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
Returns the font under construction.
|
protected void |
startParsing(Attributes attrs)
Called at the start of parsing a font element, this method reads the attributes and
constructs the font.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementpublic FontReadHandler()
Font from XML.protected void startParsing(Attributes attrs) throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.SAXException - to indicate a parsing error.public Object getObject()
Copyright © 2009-2012 jtstand.com. All Rights Reserved.