UIX 2.2.15

oracle.cabo.image.xml.parse
Class ColorParser

java.lang.Object
  |
  +--oracle.cabo.share.xml.BaseNodeParser
        |
        +--oracle.cabo.share.xml.LeafNodeParser
              |
              +--oracle.cabo.image.xml.parse.ColorParser
All Implemented Interfaces:
NodeParser

public class ColorParser
extends LeafNodeParser

NodeParser for color elements


Constructor Summary
ColorParser()

Method Summary
java.lang.Object getNodeValue(ParseContext context, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
Implementation of NodeParser.startElement()

Methods inherited from class oracle.cabo.share.xml.LeafNodeParser
endElement, startChildElement, startElement

Methods inherited from class oracle.cabo.share.xml.BaseNodeParser
addCompletedChild, addText, addWhitespace, endChildElement, getIgnoreParser, getRequiredAttribute, logError, logUnexpectedAttribute, logUnexpectedElement, logWarning, logWarning

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ColorParser

public ColorParser()

Method Detail

getNodeValue

public java.lang.Object getNodeValue(ParseContext context,
                                     java.lang.String namespaceURI,
                                     java.lang.String localName,
                                     org.xml.sax.Attributes attrs)
                              throws org.xml.sax.SAXParseException
Implementation of NodeParser.startElement()
Overrides:
getNodeValue in class LeafNodeParser

UIX 2.2.15