UIX 2.2.15

oracle.cabo.image.xml.parse
Class GlobalButtonParser

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

public class GlobalButtonParser
extends BaseImageProviderRequestParser

NodeParser for globalButton elements


Constructor Summary
GlobalButtonParser()

Method Summary
void startElement(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.image.xml.parse.BaseImageProviderRequestParser
addCompletedChild, endElement, getColorKey, getDirection, getEncodingType, getFontKey, getHeight, getWidth, isColorElement, isDisabled, isFontElement, isTextAntaliased, setProperty, startChildElement

Methods inherited from class oracle.cabo.share.xml.BaseNodeParser
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

GlobalButtonParser

public GlobalButtonParser()

Method Detail

startElement

public void startElement(ParseContext context,
                         java.lang.String namespaceURI,
                         java.lang.String localName,
                         org.xml.sax.Attributes attrs)
                  throws org.xml.sax.SAXParseException
Description copied from class: BaseImageProviderRequestParser
Implementation of NodeParser.startElement
Overrides:
startElement in class BaseImageProviderRequestParser
Following copied from interface: oracle.cabo.share.xml.NodeParser
Parameters:
context - the parsing context
namespaceURI - the namespace of the element
localName - the local name of the element
attrs - the attributes attached to the element

UIX 2.2.15