org.apache.myfaces.trinidadinternal.image.xml.parse
Class FlippedIconParser

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.share.xml.BaseNodeParser
      extended by org.apache.myfaces.trinidadinternal.image.xml.parse.BaseImageProviderRequestParser
          extended by org.apache.myfaces.trinidadinternal.image.xml.parse.FlippedIconParser
All Implemented Interfaces:
NodeParser

public class FlippedIconParser
extends BaseImageProviderRequestParser

NodeParser for flippedIcon elements

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/xml/parse/FlippedIconParser.java#0 $) $Date: 10-nov-2005.19:04:04 $
Author:
The Oracle ADF Faces Team

Constructor Summary
FlippedIconParser()
           
 
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 org.apache.myfaces.trinidadinternal.image.xml.parse.BaseImageProviderRequestParser
addCompletedChild, endElement, getColorKey, getDirection, getEncodingType, getFontKey, getHeight, getWidth, isColorElement, isDisabled, isFontElement, isTextAntaliased, setProperty, startChildElement
 
Methods inherited from class org.apache.myfaces.trinidadinternal.share.xml.BaseNodeParser
addText, addWhitespace, endChildElement, getIgnoreParser, getRequiredAttribute, logError, logUnexpectedAttribute, logUnexpectedElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlippedIconParser

public FlippedIconParser()
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

Specified by:
startElement in interface NodeParser
Overrides:
startElement in class BaseImageProviderRequestParser
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
Throws:
org.xml.sax.SAXParseException


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.