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.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.tpath.type |
Type checking for tpath expressions.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Method and Description |
---|---|
protected void |
Dtd2Def.makeElementNameTranslations_namespaceMode(DTM.Dtd dtd)
Make element name translation map.
|
protected void |
Dtd2Def.makeElementNameTranslations_nonNamespaceMode(DTM.Dtd dtd) |
Modifier and Type | Field and Description |
---|---|
static Function<DTM.Dtd,CheckedMap_RD<NamespaceName,DTM.Element>> |
DTM.Dtd.get_elems
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Dtd,CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>>> |
DTM.Dtd.get_instructions
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTM.Dtd> |
DTM.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DTM.Dtd |
DTM.Dtd.doclone()
Clones this object.
|
DTM.Dtd |
DTM.__SAX_Parser.fill_Dtd(Object res) |
DTM.Dtd |
DTM.Dtd.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.Dtd |
DTM.__SAX_Parser.matchSAX_Dtd() |
DTM.Dtd |
DTD2DTM.translate(DTD.Dtd dtd) |
Modifier and Type | Method and Description |
---|---|
protected void |
DTM.MATCH_ONLY_00.action(DTM.Dtd e0) |
protected void |
DTM.Rewriter.action(DTM.Dtd e0) |
protected void |
DTM.SinglePathVisitor.action(DTM.Dtd e0) |
protected void |
DTM.Visitor.action(DTM.Dtd e0) |
protected void |
DTM.__Formatter.action(DTM.Dtd el) |
void |
DTM.__SAX_Writer.action(DTM.Dtd e0) |
protected void |
DTM.Visitor.descend(DTM.Dtd e0) |
void |
DTM.__SAX_Writer.dumpfields(DTM.Dtd e0) |
void |
DTM.__SAX_Parser.XMLPARSER_Dtd.fillFields(DTM.Dtd newobj) |
void |
DTM.MATCH_ONLY_00.match(DTM.Dtd e0) |
void |
DTM.__SAX_Parser.XMLPARSER_Dtd.parsefields(DTM.Dtd newobj) |
protected void |
DTM.Visitor.post(DTM.Dtd e0) |
protected void |
DTM.Visitor.pre(DTM.Dtd e0) |
protected void |
DTM.Rewriter.rewriteFields(DTM.Dtd clone) |
protected Format |
DTM.__Formatter.toFormat(DTM.Dtd el) |
Modifier and Type | Method and Description |
---|---|
static Set<Node.NodeType> |
Util.any(DTM.Dtd dtd) |
Constructor and Description |
---|
NumerusInference(DTM.Dtd dtd) |
NumerusInference(DTM.Dtd dtd,
Collection<? extends DTM.Element> roots) |
NumerusInference(DTM.Dtd dtd,
DTM.Element... roots) |
NumerusInference(DTM.Dtd dtd,
Predicate<DTM.Element> filter) |
TypeInference(DTM.Dtd dtd,
Function<NamespaceName,FunctionSignature> functions)
Performs type inference assuming that ALL elements in given Ddtd can be roots.
|
TypeInference(DTM.Dtd dtd,
Function<NamespaceName,FunctionSignature> functions,
Collection<? extends DTM.Element> roots)
Performs type inference assuming that only given elements can be roots.
|
TypeInference(DTM.Dtd dtd,
Function<NamespaceName,FunctionSignature> functions,
DTM.Element... roots)
Performs type inference assuming that only given elements can be roots.
|
TypeInference(DTM.Dtd dtd,
Function<NamespaceName,FunctionSignature> functions,
Predicate<DTM.Element> filter)
ATTENTION MessageReceiver is initially a MessageDisposer.
|
Modifier and Type | Field and Description |
---|---|
protected DTM.Dtd |
PathMap.dtd |
static DTM.Dtd |
Templates.xsltDtm |
Modifier and Type | Method and Description |
---|---|
Transformation |
TransformationCache.getTransformation(@Opt Location<XMLDocumentIdentifier> callingLocation,
URI sourceUri,
ResultContext resultContext,
Function<NamespaceName,FunctionSignature> builtInFunctions,
DTM.Dtd sourceDtm,
Collection<DTM.Element> topSourceElements)
Called from "Main" etc., central service access points for loading an XSLT source
for a particular evaluation context.
|
protected void |
PathMap.init(DTM.Dtd origDtd)
Construct all relations which represent the parsing automaton.
|
Constructor and Description |
---|
Transformation(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
Trace trace,
TemplatesCache templatesCache,
TransformationCache transformationCache,
Templates toplevelSource,
Transformation.Modifiers modifiers,
Function<NamespaceName,FunctionSignature> functionTypes,
DTM.Dtd sourceDtm,
Collection<DTM.Element> topSourceElements,
List<Transformation> calledBy)
This constructor is the only external calling point,
it creates a new instance and does all type checking, inclusion resolving etc.
|
see also the complete user documentation .