Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
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.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Field and Description |
---|---|
protected DTD.Dtd |
Def2Dtd.dtd |
Modifier and Type | Method and Description |
---|---|
DTD.Dtd |
Def2Dtd.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Module module,
XMLDocumentIdentifier newId,
boolean tdom_mode,
@Opt String tdom_doc_language)
Central working method for transformation to dtd.
|
Modifier and Type | Method and Description |
---|---|
@Opt Module |
Dtd2Def.convert(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> p_msg,
DTD.Dtd input_dtd,
String name)
Convert one DTD.Dtd to a ddf module.
|
Modifier and Type | Field and Description |
---|---|
protected DTD.Dtd |
Statistics.dtd |
protected DTD.Dtd |
AttlistIndex.source |
protected DTD.Dtd |
ElementIndex.source |
Modifier and Type | Method and Description |
---|---|
protected <T extends DTD.Dtd> |
DTD.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DTD.Dtd |
DTD.Dtd.doclone()
Clones this object.
|
protected DTD.Dtd |
TunedDTDParser.dtd()
Parsing function.
|
DTD.Dtd |
DTD.__SAX_Parser.fill_Dtd(Object res) |
DTD.Dtd |
AttlistIndex.getSource()
Returns the
DTD.Dtd which this object reflects. |
DTD.Dtd |
ElementIndex.getSource()
Returns the
DTD.Dtd which this object reflects. |
DTD.Dtd |
DTD.Dtd.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTD.Dtd |
DTD.__SAX_Parser.matchSAX_Dtd() |
static DTD.Dtd |
TunedDTDParser.parse(Reader in,
XMLDocumentIdentifier id,
@Opt File base,
boolean errorOnExpand,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg)
Deprecated.
|
static DTD.Dtd |
DTD.parse(Reader in,
XMLDocumentIdentifier id,
File base,
boolean lateError,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) |
static DTD.Dtd |
TunedDTDParser.parse(Reader in,
XMLDocumentIdentifier id,
URL base,
boolean errorOnExpand,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg)
Main service access point for parsing a dtd into an internal model.
|
static DTD.Dtd |
TunedDTDParser.parselocal(String in,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg)
Parse a local (or temporary generated) dtd declaration.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_textDecl(Pattern<? super DTD.TextDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Dtd> |
DTD.__Patterns.term_Dtd(Pattern<Object> superpattern,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super XMLDocumentIdentifier> p_documentId,
Pattern<? super DTD.TextDecl> p_textDecl,
Pattern<? super CheckedList<DTD.MarkupDecl>> p_markup,
Pattern<? super CheckedMultimap_RD<String,String>> p_entityUsage) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTD.CoRewriter.action(DTD.Dtd e0) |
protected void |
DTD.Dump.action(DTD.Dtd e0) |
protected void |
DTD.MATCH_ONLY_00.action(DTD.Dtd e0) |
protected void |
DTD.Rewriter.action(DTD.Dtd e0) |
protected void |
DTD.SinglePathVisitor.action(DTD.Dtd e0) |
protected void |
DTD.Visitor.action(DTD.Dtd e0) |
protected void |
DTD.__Formatter.action(DTD.Dtd el) |
void |
DTD.__SAX_Writer.action(DTD.Dtd e0) |
static boolean |
Utilities.addTdomPI_documentId(DTD.Dtd dtd)
Add a process instruction to tdom, containing the document id of the
Dtd.
|
protected void |
TunedDTDParser.conditionalSection(DTD.Dtd dtd)
Parsing function.
|
protected void |
DTD.Dump.descend(DTD.Dtd e0) |
protected void |
DTD.Visitor.descend(DTD.Dtd e0) |
void |
DTD.__SAX_Writer.dumpfields(DTD.Dtd e0) |
protected void |
TunedDTDParser.extSubset(DTD.Dtd dtd)
Toplevel parsing function, called by
TunedDTDParser.dtd() and
TunedDTDParser.conditionalSection(DTD.Dtd) . |
void |
DTD.__SAX_Parser.XMLPARSER_Dtd.fillFields(DTD.Dtd newobj) |
static Set<String> |
Utilities.getAllPiAsString(String target,
DTD.Dtd dtd)
Collect the text values of all PIs with a given target.
|
void |
DTD.MATCH_ONLY_00.match(DTD.Dtd e0) |
void |
DTD.__SAX_Parser.XMLPARSER_Dtd.parsefields(DTD.Dtd newobj) |
protected void |
DTD.Visitor.post(DTD.Dtd e0) |
protected void |
DTD.Visitor.pre(DTD.Dtd e0) |
protected void |
DTD.Dump.printscalars(DTD.Dtd e0) |
protected void |
DTD.CoRewriter.rewriteFields(DTD.Dtd clone) |
protected void |
DTD.Rewriter.rewriteFields(DTD.Dtd clone) |
protected Format |
DTD.__Formatter.toFormat(DTD.Dtd el) |
void |
Statistics.update(DTD.Dtd dtd,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) |
void |
AttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg,
DTD.Dtd dtd)
This method (or its variant) must
be called exactly once to initialize maps with a certain dtd.
|
void |
ElementIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg,
DTD.Dtd dtd)
Must be called exactly once to initialize maps with a certain dtd.
|
void |
AttlistIndex.update(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg,
DTD.Dtd dtd,
Set<String> knownElementNames)
This method (or its variant) must
be called exactly once to initialize maps with a certain dtd.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Dtd(Pattern<? super DTD.Dtd> p) |
Constructor and Description |
---|
WhitespaceIgnorer(DTD.Dtd dtd,
ContentHandler out)
Only constructor.
|
Modifier and Type | Field and Description |
---|---|
protected DTD.Dtd |
HtmlRenderer.parsedDtd |
Modifier and Type | Method and Description |
---|---|
protected void |
HtmlRenderer.conditionalSection(DTD.Dtd dtd)
Parsing function.
|
DTM.Dtd |
DTD2DTM.translate(DTD.Dtd dtd) |
Constructor and Description |
---|
HtmlRenderer(DTD.Dtd dtd,
MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Statistics statistics,
Reader text)
Only constructor, returns a use-once instance.
|
Modifier and Type | Method and Description |
---|---|
void |
TypedDOMGenerator.action(DTD.Dtd dtd)
Main activity of the TDOM compiler.
|
void |
TypedDOMGenerator.action(DTD.Dtd dtd)
Main activity of the TDOM compiler.
|
Constructor and Description |
---|
TypedDOMGenerator(DTD.Dtd dtd,
File destination,
String packageName,
boolean useArrays,
boolean generateFunctions,
boolean paisleySupport,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec)
Variant which gets the DTD as a completely self-contained object.
|
TypedDOMGenerator(DTD.Dtd dtd,
File destination,
String packageName,
boolean useArrays,
boolean generateFunctions,
boolean paisleySupport,
MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> rec)
Variant which gets the DTD as a completely self-contained object.
|
Modifier and Type | Method and Description |
---|---|
DTD.Dtd |
TypedDTD.getDTD() |
Modifier and Type | Field and Description |
---|---|
static DTD.Dtd |
Templates.xsltDtd |
see also the complete user documentation .