org.apache.myfaces.trinidadinternal.style.xml.parse
Class IncludePropertyNodeParser

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.share.xml.BaseNodeParser
      extended by org.apache.myfaces.trinidadinternal.share.xml.LeafNodeParser
          extended by org.apache.myfaces.trinidadinternal.style.xml.parse.IncludePropertyNodeParser
All Implemented Interfaces:
NodeParser, StyleConstants, XMLConstants

public class IncludePropertyNodeParser
extends LeafNodeParser
implements XMLConstants, StyleConstants

NodeParser for includeProperty nodes

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/IncludePropertyNodeParser.java#0 $) $Date: 10-nov-2005.18:58:08 $
Author:
The Oracle ADF Faces Team

Field Summary
 
Fields inherited from interface org.apache.myfaces.trinidadinternal.style.xml.XMLConstants
BROWSERS_ATTR, COLOR_NAME, COLOR_PROPERTY_NAME, COLOR_SCHEME_NAME, COMPOUND_PROPERTY_NAME, DIRECTION_ATTR, DIRECTION_LEFTTORIGHT, DIRECTION_RIGHTTOLEFT, DOCUMENT_VERSION_ATTR, HREF_ATTR, IMPORT_NAME, INCLUDE_PROPERTY_NAME, INCLUDE_STYLE_NAME, INCLUDE_VALUE_NAME, LOCAL_PROPERTY_NAME_ATTR, LOCALES_ATTR, MODE_ATTR, NAME_ATTR, NAMESPACE_ATTR, PLATFORMS_ATTR, PROPERTY_NAME, PROPERTY_NAME_ATTR, RESET_PROPERTIES_ATTR, SELECTOR_ATTR, STYLE_NAME, STYLE_SHEET_DOCUMENT_NAME, STYLE_SHEET_NAME, VALUE_NAME, VERSIONS_ATTR
 
Fields inherited from interface org.apache.myfaces.trinidadinternal.style.StyleConstants
CSS_MIME_TYPE, OCELOT_NAMESPACE, USER_STYLE_SHEET_PROPERTY
 
Constructor Summary
IncludePropertyNodeParser()
           
 
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 org.apache.myfaces.trinidadinternal.share.xml.LeafNodeParser
endElement, startChildElement, startElement
 
Methods inherited from class org.apache.myfaces.trinidadinternal.share.xml.BaseNodeParser
addCompletedChild, 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

IncludePropertyNodeParser

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

Specified by:
getNodeValue in class LeafNodeParser
Throws:
org.xml.sax.SAXParseException


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