Classes and interfaces

ChainableReader

Interface indicating that a reader may be chained to another one.

« More »

BaseFilterReader

Base class for core filter readers.

« More »

BaseParamFilterReader

Base class for core filter readers.

« More »

Comment

The class that holds a comment representation.

« More »

Contains

Holds a contains element.

« More »

ExpandProperties

Expands Phing Properties, if any, in the data.

« More »

HeadFilter

Reads the first n lines of a stream.

« More »

IconvFilter

Encode data from in encoding to out encoding.

« More »

LineContains

Filter which includes only those lines that contain all the user-specified strings.

« More »

LineContainsRegexp

Filter which includes only those lines that contain the user-specified regular expression matching strings.

« More »

PrefixLines

Attaches a prefix to every line.

« More »

ReplaceRegexp

Performs a regexp find/replace on stream.

« More »

ReplaceTokens

Replaces tokens in the original input with user-supplied values.

« More »

ReplaceTokensWithFile

Replaces tokens in the original input with the contents of a file.

« More »

StripLineBreaks

Filter to flatten the stream to a single line.

« More »

StripLineComments

This filter strips line comments.

« More »

StripPhpComments

This is a Php comment and string stripper reader that filters those lexical tokens out for purposes of simple Php parsing.

« More »

StripWhitespace

Strips whitespace from [php] files using PHP stripwhitespace() method.

« More »

TabToSpaces

Converts tabs to spaces.

« More »

TailFilter

Reads the last n lines of a stream.

« More »

TidyFilter

This filter uses the bundled-with-PHP Tidy extension to filter input.

« More »

Token

Holds a token.

« More »

TranslateGettext

Replaces gettext("message id") and _("message id") with the translated string.

« More »

XSLTParam

Class that holds an XSLT parameter.

« More »

XincludeFilter

Applies Xinclude parsing to incoming text.

« More »

XsltFilter

Applies XSL stylesheet to incoming text.

« More »

Classes and interfaces

ChainReaderHelper

Process a FilterReader chain.

« More »

IniFileTokenReader

Class that allows reading tokens from INI files.

« More »

TokenReader

Abstract class for TokenReaders.

« More »