org.apache.dvsl.directive
Class MatchDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.dvsl.directive.MatchDirective
- All Implemented Interfaces:
- Cloneable, DirectiveConstants
- public class MatchDirective
- extends Directive
Velocity Directive to handle template registration of
match declarations (like the XSLT match=)
- Author:
- Geir Magnusson Jr.
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchDirective
public MatchDirective()
getName
public String getName()
getType
public int getType()
render
public boolean render(InternalContextAdapter context,
Writer writer,
Node node)
throws IOException
- Throws:
IOException
Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.