XmlReadHandler
public class InsetsReadHandler extends AbstractXmlReadHandler
Insets
object.Constructor | Description |
---|---|
InsetsReadHandler() |
Creates a new read handler.
|
Modifier and Type | Method | 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, startElement
public InsetsReadHandler()
protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class AbstractXmlReadHandler
attrs
- the attributes.org.xml.sax.SAXException
- if there is a parsing problem.public java.lang.Object getObject() throws XmlReaderException
XmlReaderException
- never.