Uses of Class
eu.bandm.tools.dtd.DTD.MarkupDecl
Packages that use 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
Subclasses of DTD.MarkupDecl in eu.bandm.tools.dtdModifier 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.Fields in eu.bandm.tools.dtd with type parameters of type DTD.MarkupDeclModifier and TypeFieldDescriptionprotected CheckedList
<DTD.MarkupDecl> DTD.Dtd.markup
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with type parameters of type DTD.MarkupDeclModifier and TypeMethodDescriptionprotected <T extends DTD.MarkupDecl>
TDTD.Rewriter.breakLoop
(T e0) Methods in eu.bandm.tools.dtd that return DTD.MarkupDeclModifier 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()
Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.MarkupDeclModifier 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) Methods in eu.bandm.tools.dtd with parameters of type DTD.MarkupDeclModifier 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) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.MarkupDeclModifier 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
Methods in eu.bandm.tools.tdom with parameters of type DTD.MarkupDeclModifier and TypeMethodDescriptionprotected void
LocationFilter.rewriteFields
(DTD.MarkupDecl markup) -
Uses of DTD.MarkupDecl in eu.bandm.tools.xantlr
Fields in eu.bandm.tools.xantlr with type parameters of type DTD.MarkupDeclModifier and TypeFieldDescription(package private) final Collection
<DTD.MarkupDecl> XmlRepresentation.decls