Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.txt2xml.core

Class Summary
AbstractRegexProcessor Base class for regex based Processors that can accept a pattern String and need to create a java.util.regex.Matcher before processing text.
Processor Base class for agents that match part(s) of a CharSequence and write XML Elements as match(es) are found.
RegexDelimitedProcessor Repeatedly matches sections of text delimited by a regex pattern.
RegexMatchProcessor Matches sections of text specified by groups in a regex pattern.
SubCharSequence For internal use.