Uses of Interface
com.arsdigita.templating.html.AttributeMap

Packages that use AttributeMap
com.arsdigita.templating.html This package provides facilities for implementing little HTML-like markup languages that extend HTML. 
com.arsdigita.templating.html.demo The demo package provides an example implementation of the ContentHandler interface. 
 

Uses of AttributeMap in com.arsdigita.templating.html
 

Classes in com.arsdigita.templating.html that implement AttributeMap
 class AttributeMapImpl
          An implementation of the AttributeMap interface.
 

Methods in com.arsdigita.templating.html with parameters of type AttributeMap
 void ContentHandler.startElement(String qName, AttributeMap attributes)
          Receives notification of the beginning of an element.
 

Uses of AttributeMap in com.arsdigita.templating.html.demo
 

Methods in com.arsdigita.templating.html.demo with parameters of type AttributeMap
 void DemoTagHandler.startElement(String qName, AttributeMap attrs)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC