XmlReadHandler
public class Rectangle2DReadHandler extends AbstractXmlReadHandler
Rectangle2D
object.Constructor | Description |
---|---|
Rectangle2DReadHandler() |
Default constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getObject() |
Returns the object under construction.
|
protected void |
startParsing(org.xml.sax.Attributes attrs) |
Begins parsing.
|
characters, doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement
public Rectangle2DReadHandler()
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 error.public java.lang.Object getObject()