com.saxonica.codegen
Class PatternCompiler

java.lang.Object
  extended by com.saxonica.codegen.PatternCompiler

public class PatternCompiler
extends Object

Compile a PatternMatchExpression (. matches pattern)


Constructor Summary
PatternCompiler()
           
 
Method Summary
static void compileToEffectiveBooleanValue(CompilerService compiler, String nodeVar, Pattern pat, String booleanVar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternCompiler

public PatternCompiler()
Method Detail

compileToEffectiveBooleanValue

public static void compileToEffectiveBooleanValue(CompilerService compiler,
                                                  String nodeVar,
                                                  Pattern pat,
                                                  String booleanVar)


Copyright (c) 2004-2010 Saxonica Limited. All rights reserved.