public static class IlpRectSAXInfo.IlpSAXRectHandler extends IlpPointSAXInfo.IlpSAXPointHandler
IlpSAXAttributeValueHandler.ResultHandler
Modifier and Type | Field and Description |
---|---|
protected double |
height
The rect height
|
protected double |
width
The rect width
|
x, y
Constructor and Description |
---|
IlpSAXRectHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String namespaceURI,
String localName,
String qName)
Notifies the end of an element.
|
protected Object |
getAttributeValue()
Converts the content to the
IlpAttribute value class
by default, using the type converter. |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Notifies the beginning of an element.
|
getFinalTag, getResultHandler, getTargetClass, getTypeConverter, isNull, readValue
getLocator, getLogger, getParent, getXMLReader, setParent
characters, checkState, clearContent, clearState, error, fatalError, getContent, getState, ignoreUntil, log, logIgnoreElement, processSAXParseException, removeState, setState, throwSAXParseException, warning
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
protected double width
protected double height
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class IlpPointSAXInfo.IlpSAXPointHandler
SAXException
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
attribute
element,
the getAttributeValue
method is called, the object is modified
accordingly, and parsing continues.endElement
in interface ContentHandler
endElement
in class IlpPointSAXInfo.IlpSAXPointHandler
SAXException
protected Object getAttributeValue()
IlpAttribute
value class
by default, using the type converter.
This method is called at the end of the attribute
element.getAttributeValue
in class IlpPointSAXInfo.IlpSAXPointHandler
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.