Structured Text Toolkit
A C D E F G H I J L M N O P R S T U V W Y

P

Pair - class com.saelist.stx.Pair.
The central data structure of the toolkit.
Pair(Pair, String) - Constructor for class com.saelist.stx.Pair
 
Pair(Pair, int, String, int, int) - Constructor for class com.saelist.stx.Pair
 
Pair() - Constructor for class com.saelist.stx.Pair
 
PairList - class com.saelist.stx.PairList.
 
PairList() - Constructor for class com.saelist.stx.PairList
 
PairList.TextIterator - class com.saelist.stx.PairList.TextIterator.
Iterates through the text of the given list of @{link Pair}s.
PairNavigator - class com.saelist.stx.xpath.PairNavigator.
Interface for navigating around the Pair/PairList object model.
PairNavigator() - Constructor for class com.saelist.stx.xpath.PairNavigator
 
PairXPath - class com.saelist.stx.xpath.PairXPath.
An XPath implementation for the Stx model.
PairXPath(String) - Constructor for class com.saelist.stx.xpath.PairXPath
Construct given an XPath expression string.
ParserException - exception com.saelist.stx.parser.ParserException.
 
ParserException(int, Token) - Constructor for class com.saelist.stx.parser.ParserException
 
ParserException(int) - Constructor for class com.saelist.stx.parser.ParserException
 
pairList - Variable in class com.saelist.stx.Pair
 
parent - Variable in class com.saelist.stx.Pair
 
parse(String) - Static method in class com.saelist.stx.parser.LstxParser
Parses text into a structure of @link{com.saelist.stx.Pair}s based on the indentation of the text.
parse(File) - Static method in class com.saelist.stx.parser.LstxParser
Parses the text from file into a structure of @link{com.saelist.stx.Pair}s based on the indentation of the text.
parse(Reader) - Static method in class com.saelist.stx.parser.LstxParser
Parses the text from in into a structure of @link{com.saelist.stx.Pair}s based on the indentation of the text.
parse(String) - Static method in class com.saelist.stx.parser.StxParser
 
parsePair(Pair, List, int) - Static method in class com.saelist.stx.parser.StxParser
A pair that remembers its location in the source file.
parseXPath(String) - Method in class com.saelist.stx.xpath.FileNavigator
Returns a parsed form of the given xpath string, which will be suitable for queries on JDOM documents.
parseXPath(String) - Method in class com.saelist.stx.xpath.PairNavigator
Returns a parsed form of the given xpath string, which will be suitable for queries on JDOM documents.

Structured Text Toolkit
A C D E F G H I J L M N O P R S T U V W Y