JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.extend
Class AttributeHandler

java.lang.Object
  extended by com.metasolutions.jfcml.helpers.DocumentHandler
      extended by com.metasolutions.jfcml.extend.AttributeHandler
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeHandlerAnchor

public class AttributeHandler
extends DocumentHandler
implements Serializable

A DocumentHandler that handles XML Attributes.

Version:
0.9 May 28, 2005
Author:
Shawn Curry
See Also:
DocumentHandler, Serialized Form

Field Summary
 
Fields inherited from class com.metasolutions.jfcml.helpers.DocumentHandler
windowContext
 
Constructor Summary
AttributeHandler(WindowContext windowContext)
           
 
Method Summary
 void handleAttribute(Element elem, Attribute attrib, SimpleStack children)
           
 void setNext(AttributeHandler next)
           
 void setWindowContext(WindowContext windowContext)
           
 
Methods inherited from class com.metasolutions.jfcml.helpers.DocumentHandler
getWindowContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeHandler

public AttributeHandler(WindowContext windowContext)
Parameters:
windowContext -
Method Detail

handleAttribute

public void handleAttribute(Element elem,
                            Attribute attrib,
                            SimpleStack children)

setNext

public void setNext(AttributeHandler next)
Parameters:
next - The next AttributeHandler in the chain.

setWindowContext

public void setWindowContext(WindowContext windowContext)
Overrides:
setWindowContext in class DocumentHandler
Parameters:
windowContext - The windowContext to set.

SourceForge.net
java.net

Copyright 2004-2005 Shawn Curry, http://jfcml.sourceforge.net
Licensed under the Academic Free License version 2.1