org.radeox.macro.code
Class XmlCodeFilter

java.lang.Object
  |
  +--org.radeox.filter.FilterSupport
        |
        +--org.radeox.filter.regex.RegexFilter
              |
              +--org.radeox.filter.regex.RegexReplaceFilter
                    |
                    +--org.radeox.macro.code.DefaultRegexCodeFormatter
                          |
                          +--org.radeox.macro.code.XmlCodeFilter
All Implemented Interfaces:
Filter, SourceCodeFormatter

public class XmlCodeFilter
extends DefaultRegexCodeFormatter
implements SourceCodeFormatter


Field Summary
 
Fields inherited from class org.radeox.filter.regex.RegexFilter
interps, limit, matcher, MULTILINE, pattern, SINGLELINE, substitute
 
Fields inherited from class org.radeox.filter.FilterSupport
initialContext
 
Constructor Summary
XmlCodeFilter()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.radeox.macro.code.DefaultRegexCodeFormatter
getPriority
 
Methods inherited from class org.radeox.filter.regex.RegexReplaceFilter
filter
 
Methods inherited from class org.radeox.filter.regex.RegexFilter
addRegex, addRegex, clearRegex
 
Methods inherited from class org.radeox.filter.FilterSupport
before, getDescription, replaces, setInitialContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.radeox.macro.code.SourceCodeFormatter
filter, getPriority
 

Constructor Detail

XmlCodeFilter

public XmlCodeFilter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface SourceCodeFormatter


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.