Uses of Interface
org.apache.jetspeed.rewriter.MutableAttributes

Packages that use MutableAttributes
org.apache.jetspeed.rewriter   
org.apache.jetspeed.rewriter.html   
org.apache.jetspeed.rewriter.html.neko   
org.apache.jetspeed.rewriter.xml   
 

Uses of MutableAttributes in org.apache.jetspeed.rewriter
 

Methods in org.apache.jetspeed.rewriter with parameters of type MutableAttributes
 boolean AbstractRewriter.enterSimpleTagEvent(String tag, MutableAttributes attrs)
           
 String AbstractRewriter.exitSimpleTagEvent(String tag, MutableAttributes attrs)
           
 boolean AbstractRewriter.enterStartTagEvent(String tag, MutableAttributes attrs)
           
 String AbstractRewriter.exitStartTagEvent(String tag, MutableAttributes attrs)
           
 void AbstractRewriter.enterConvertTagEvent(String tag, MutableAttributes attrs)
           
 void RulesetRewriterImpl.enterConvertTagEvent(String tagid, MutableAttributes attributes)
           
 boolean Rewriter.enterSimpleTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the leading edge of processing a simple tag by the ParserAdaptor.
 String Rewriter.exitSimpleTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the trailing edge of a simple tag by the ParserAdaptor.
 boolean Rewriter.enterStartTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the leading edge of processing a start tag by the ParserAdaptor.
 String Rewriter.exitStartTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the trailing edge of a start tag by the ParserAdaptor.
 void Rewriter.enterConvertTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back just before tag conversion (rewriter callbacks) begins by the ParserAdaptor.
 

Uses of MutableAttributes in org.apache.jetspeed.rewriter.html
 

Classes in org.apache.jetspeed.rewriter.html that implement MutableAttributes
 class SwingAttributes
          SwingAttributes
 

Uses of MutableAttributes in org.apache.jetspeed.rewriter.html.neko
 

Classes in org.apache.jetspeed.rewriter.html.neko that implement MutableAttributes
 class XMLAttributesWrapper
           XMLAttributesWrapper
 

Uses of MutableAttributes in org.apache.jetspeed.rewriter.xml
 

Methods in org.apache.jetspeed.rewriter.xml with parameters of type MutableAttributes
 void SaxParserAdaptor.SaxFormatHandler.startElement(String uri, String localName, String qName, MutableAttributes attributes)
           
private  void SaxParserAdaptor.SaxFormatHandler.appendTagToResult(String tag, MutableAttributes attrs)
           
private  void SaxParserAdaptor.SaxFormatHandler.convertURLS(String tag, MutableAttributes attrs)
           
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.