com.google.caja.util
Interface Pipeline.Stage<S>

All Known Implementing Classes:
CheckForErrorsStage, CompileHtmlStage, ConsolidateCodeStage, DebuggingSymbolsStage, HtmlToBundleStage, HtmlToJsStage, InferFilePositionsStage, InlineCssImportsStage, LegacyNamespaceFixupStage, OpenTemplateStage, OpenTemplateStageTest.Consolidator, OptimizeJavascriptStage, ResolveUriStage, RewriteCssStage, RewriteHtmlStage, SanitizeHtmlStage, ValidateCssStage, ValidateJavascriptStage
Enclosing class:
Pipeline<T>

public static interface Pipeline.Stage<S>


Method Summary
 boolean apply(S input)
          Operates on an input and returns true iff processing should proceed to the next stage.
 

Method Detail

apply

boolean apply(S input)
Operates on an input and returns true iff processing should proceed to the next stage.



Copyright (C) 2008 Google Inc.
Licensed under the Apache License, Version 2.0