Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
Modifier and Type | Method and Description |
---|---|
DTD.PI |
DTD.PI.doclone()
Clones this object.
|
DTD.PI |
DTD.__SAX_Parser.fill_PI(Object res) |
DTD.PI |
DTD.PI.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.PI |
DTD.__SAX_Parser.matchSAX_PI() |
protected DTD.PI |
TunedDTDParser.pi()
Parsing function.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.PI> |
DTD.PI.get_target(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.PI> |
DTD.PI.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.PI e0) |
protected void |
DTD.Dump.action(DTD.PI e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.PI e0) |
protected void |
DTD.Rewriter.action(DTD.PI e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.PI e0) |
protected void |
DTD.Visitor.action(DTD.PI e0) |
protected void |
DTD.__Formatter.action(DTD.PI el) |
void |
DTD.__SAX_Writer.action(DTD.PI e0) |
protected void |
DTD.Dump.descend(DTD.PI e0) |
protected void |
DTD.Visitor.descend(DTD.PI e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.PI e0) |
void |
DTD.__SAX_Parser.XMLPARSER_PI.fillFields(DTD.PI newobj) |
void |
DTD.MATCH_ONLY_00.match(DTD.PI e0) |
void |
DTD.__SAX_Parser.XMLPARSER_PI.parsefields(DTD.PI newobj) |
protected void |
DTD.Visitor.post(DTD.PI e0) |
protected void |
DTD.Visitor.pre(DTD.PI e0) |
protected void |
DTD.Dump.printscalars(DTD.PI e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.PI clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.PI clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.PI el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_PI(Pattern<? super DTD.PI> p) |
Modifier and Type | Field and Description |
---|---|
protected DTD.PI |
HtmlRenderer.dummy_PI |
Modifier and Type | Method and Description |
---|---|
protected DTD.PI |
HtmlRenderer.pi() |
Modifier and Type | Method and Description |
---|---|
protected void |
TypedDOMGenerator.AbstractNamespaceCollector.action(DTD.PI pi) |
protected void |
TypedDOMGenerator.AbstractNamespaceCollector.action(DTD.PI pi) |
static @Opt String |
TypedDOMGenerator.parsePI(DTD.PI pi,
String key)
Returns the tail of a PI's text, iff the target is "tdom", and the text
begins with key, followed by a blank or the end of the string.
|
static @Opt String |
TypedDOMGenerator.parsePI(DTD.PI pi,
String key)
Returns the tail of a PI's text, iff the target is "tdom", and the text
begins with key, followed by a blank or the end of the string.
|
see also the complete user documentation .