public class InsetsReadHandler extends AbstractXmlReadHandler
Insets object.| Constructor and Description |
|---|
InsetsReadHandler()
Creates a new read handler.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject()
Returns the object for this element.
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Begins parsing.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElementpublic InsetsReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.org.xml.sax.SAXException - if there is a parsing problem.public java.lang.Object getObject() throws XmlReaderException
XmlReaderException - never.