Package | Description |
---|---|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
Modifier and Type | Class and Description |
---|---|
static class |
DTM.Any
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.Choice
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.CP
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.Empty
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.Mixed
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.Sequence
Generated by umod; model author's documentation MISSING.
|
static class |
DTM.Singleton
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected DTM.Content |
DTM.Element.content
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<DTM.Element,DTM.Content> |
DTM.Element.get_content
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends DTM.Content> |
DTM.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
DTM.Content |
DTM.Content.doclone()
Clones this object.
|
DTM.Content |
DTM.__SAX_Parser.fill_Content(Object res) |
DTM.Content |
DTM.Element.get_content()
Generated by umod; model author's documentation MISSING.
|
DTM.Content |
DTM.Content.initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.Content |
DTM.__SAX_Parser.matchSAX_Content() |
Modifier and Type | Method and Description |
---|---|
protected void |
DTM.MATCH_ONLY_00.action(DTM.Content e0) |
protected void |
DTM.Rewriter.action(DTM.Content e0) |
protected void |
DTM.SinglePathVisitor.action(DTM.Content e0) |
protected void |
DTM.Visitor.action(DTM.Content e0) |
protected void |
DTM.__Formatter.action(DTM.Content el) |
void |
DTM.__SAX_Writer.action(DTM.Content e0) |
protected void |
DTM.Visitor.descend(DTM.Content e0) |
void |
DTM.__SAX_Parser.XMLPARSER_Content.fillFields(DTM.Content newobj) |
void |
DTM.MATCH_ONLY_00.match(DTM.Content e0) |
protected void |
DTM.Visitor.post(DTM.Content e0) |
protected void |
DTM.Visitor.pre(DTM.Content e0) |
protected void |
DTM.Rewriter.rewriteFields(DTM.Content clone) |
boolean |
DTM.Element.set_content(DTM.Content val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
DTM.__Formatter.toFormat(DTM.Content el) |
Constructor and Description |
---|
Element(NamespaceName name,
DTM.Content content)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .