public class TPath extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TPath.__Formatter
(Ancillary class for generating pretty-print format objects).
|
static class |
TPath.__SAX_Parser
Decoder for umod's own XML serialisation.
|
static class |
TPath.__SAX_Writer
Encoder for umod's own XML serialisation.
|
static class |
TPath.And |
static class |
TPath.AxisSpecifier |
static class |
TPath.BinaryExpr |
static class |
TPath.Comment |
static class |
TPath.ComparisonExpr |
static class |
TPath.Div |
static class |
TPath.Eq |
static class |
TPath.EqualityExpr |
static class |
TPath.Expr |
static class |
TPath.Filter |
static class |
TPath.FunctionCall |
static class |
TPath.Geq |
static class |
TPath.Gt |
static class |
TPath.Item |
static class |
TPath.Leq |
static class |
TPath.Literal |
static class |
TPath.LogicalExpr |
static class |
TPath.Lt |
static class |
TPath.MATCH_ONLY_00
(Ancillary class as basis for all visitors).
|
static class |
TPath.Minus |
static class |
TPath.Mod |
static class |
TPath.Mult |
static class |
TPath.NameTest |
static class |
TPath.Neg |
static class |
TPath.Neq |
static class |
TPath.Node |
static class |
TPath.Number |
static class |
TPath.NumericExpr |
static class |
TPath.Or |
static class |
TPath.Paren |
static class |
TPath.PathExpr |
static class |
TPath.Plus |
static class |
TPath.ProcessingInstruction |
static class |
TPath.Rewriter
Visitor generated by umod according to field selection #0.
|
static class |
TPath.Root |
static class |
TPath.Step |
static class |
TPath.Test |
static class |
TPath.Text |
static class |
TPath.TypeTest |
static class |
TPath.UnaryExpr |
static class |
TPath.Union |
static class |
TPath.ValueExpr |
static class |
TPath.VariableReference |
static class |
TPath.Visitor
Visitor generated by umod according to field selection #0.
|
Constructor and Description |
---|
TPath() |
Modifier and Type | Method and Description |
---|---|
static Format |
toFormat(Object e0)
Yields a pretty-print format for arbitrary objects.
|
static Format |
toFormat(Object e0,
Integer mode)
Yields a pretty-print format for arbitrary objects.
|
public static Format toFormat(Object e0)
e0
- the object to render.public static Format toFormat(Object e0, Integer mode)
e0
- the object to render.mode
- an integer mode selector read by the $switch$mode..
construct in format definitions. This allows small variants in the
generated pretty-print.see also the complete user documentation .