Uses of Class
eu.bandm.tools.dtd.DTD.MarkupDecl
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Versatile export of ASTs recognized by antlr as SAX events,
cf user documentation.
-
Uses of DTD.MarkupDecl in eu.bandm.tools.dtd
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList<DTD.MarkupDecl>
DTD.Dtd.markup
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionprotected <T extends DTD.MarkupDecl>
TDTD.Rewriter.breakLoop
(T e0) Modifier and TypeMethodDescriptionDTD.MarkupDecl.doclone()
Clones this object.DTD.__SAX_Parser.fill_MarkupDecl
(Object res) Copies values of all common fields from the argument.protected DTD.MarkupDecl
TunedDTDParser.markupDecl()
Parsing function.DTD.__SAX_Parser.matchSAX_MarkupDecl()
Modifier and TypeMethodDescriptionstatic Pattern<DTD.MarkupDecl>
DTD.MarkupDecl.get_location
(Pattern<? super Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.MarkupDecl>
DTD.MarkupDecl.get_locations
(Pattern<? super List<Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Dtd.get_markup()
Generated by umod; model author's documentation MISSING.protected CheckedList<DTD.MarkupDecl>
DTD.__SAX_Parser.parse_3()
static Pattern<DTD.MarkupDecl>
DTD.__Patterns.term_MarkupDecl
(Pattern<Object> superpattern, Pattern<? super Location<XMLDocumentIdentifier>> p_location, Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) Modifier and TypeMethodDescriptionprotected void
DTD.__Formatter.action
(DTD.MarkupDecl el) void
DTD.__SAX_Writer.action
(DTD.MarkupDecl e0) protected void
DTD.CoRewriter.action
(DTD.MarkupDecl e0) protected void
DTD.Dump.action
(DTD.MarkupDecl e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.MarkupDecl e0) protected void
DTD.Rewriter.action
(DTD.MarkupDecl e0) protected void
DTD.SinglePathVisitor.action
(DTD.MarkupDecl e0) protected void
DTD.Visitor.action
(DTD.MarkupDecl e0) protected void
DTD.Dump.descend
(DTD.MarkupDecl e0) protected void
DTD.Visitor.descend
(DTD.MarkupDecl e0) void
DTD.__SAX_Parser.XMLPARSER_MarkupDecl.fillFields
(DTD.MarkupDecl newobj) void
DTD.CoRewriter.follow_locations
(DTD.MarkupDecl element) void
DTD.Dump.follow_locations
(DTD.MarkupDecl element) void
DTD.Rewriter.follow_locations
(DTD.MarkupDecl element) void
DTD.SinglePathVisitor.follow_locations
(DTD.MarkupDecl element) void
DTD.Visitor.follow_locations
(DTD.MarkupDecl element) void
DTD.MATCH_ONLY_00.followAll_locations
(DTD.MarkupDecl element) void
DTD.MATCH_ONLY_00.match
(DTD.MarkupDecl e0) protected void
DTD.Visitor.post
(DTD.MarkupDecl e0) protected void
DTD.Visitor.pre
(DTD.MarkupDecl e0) protected void
DTD.Dump.printscalars
(DTD.MarkupDecl e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.MarkupDecl clone) protected void
DTD.Rewriter.rewriteFields
(DTD.MarkupDecl clone) protected Format
DTD.__Formatter.toFormat
(DTD.MarkupDecl el) Modifier and TypeMethodDescriptionDTD.__Patterns.cast_MarkupDecl
(Pattern<? super DTD.MarkupDecl> p) 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.boolean
DTD.Dtd.set_markup
(CheckedList<DTD.MarkupDecl> val) Generated by umod; model author's documentation MISSING.static Pattern<DTD.Attlist>
DTD.__Patterns.term_Attlist
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_element, Pattern<? super CheckedList<DTD.AttDef>> p_atts) static Pattern<DTD.Comment>
DTD.__Patterns.term_Comment
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_text) static Pattern<DTD.Element>
DTD.__Patterns.term_Element
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_name, Pattern<? super DTD.ContentModel> p_content) static Pattern<DTD.Entity>
DTD.__Patterns.term_Entity
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super Boolean> p_parameter, Pattern<? super String> p_name, Pattern<? super DTD.EntityValue> p_value) static Pattern<DTD.Notation>
DTD.__Patterns.term_Notation
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_name, Pattern<? super XMLDocumentIdentifier> p_id) DTD.__Patterns.term_PI
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_target, Pattern<? super String> p_text) static Pattern<DTD.XmlDecl>
DTD.__Patterns.term_XmlDecl
(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_version, Pattern<? super String> p_encoding) -
Uses of DTD.MarkupDecl in eu.bandm.tools.tdom
Modifier and TypeMethodDescriptionprotected void
LocationFilter.rewriteFields
(DTD.MarkupDecl markup) -
Uses of DTD.MarkupDecl in eu.bandm.tools.xantlr
Modifier and TypeFieldDescription(package private) final Collection<DTD.MarkupDecl>
XmlRepresentation.decls