Uses of Class
eu.bandm.tools.dtd.DTD.Element
Packages that use DTD.Element
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Contains base and auxiliary classes for code generated by tdom.
-
Uses of DTD.Element in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd with type parameters of type DTD.ElementModifier and TypeFieldDescriptionfinal Map<DTD.Element, Set<DTD.AttDef>> Statistics.abstractCandidatesElements which have (nested) disjunctions of singletons as contents model.final Multimap<DTD.Element, String> Statistics.el2attElements refer to attributes in their attlist.final Multimap<DTD.Element, DTD.Element> Statistics.el2elLeft elements refer to right elements in their contents model.final Multimap<DTD.Element, DTD.Element> Statistics.el2elLeft elements refer to right elements in their contents model.protected Map<String, DTD.Element> ElementIndex.name2elementMethods in eu.bandm.tools.dtd that return DTD.ElementModifier and TypeMethodDescriptionDTD.Element.doclone()Clones this object.protected DTD.ElementTunedDTDParser.elementDecl()Parsing function.DTD.__SAX_Parser.fill_Element(Object res) ElementIndex.getElement(String name) Return theDTD.Elementobject for a given element name ("tag").Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_Element()Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.ElementModifier and TypeMethodDescriptionElementIndex.allElements()Returns allDTD.Elementobjects in the dtd.static Pattern<DTD.Element> DTD.Element.get_content(Pattern<? super DTD.ContentModel> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Element> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Element> DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_name, Pattern<? super DTD.ContentModel> p_content) Methods in eu.bandm.tools.dtd with parameters of type DTD.ElementModifier and TypeMethodDescriptionvoidContentSimplifier.action(DTD.Element element) protected voidDTD.__Formatter.action(DTD.Element el) voidDTD.__SAX_Writer.action(DTD.Element e0) protected voidDTD.CoRewriter.action(DTD.Element e0) protected voidDTD.Dump.action(DTD.Element e0) protected voidDTD.MATCH_ONLY_00.action(DTD.Element e0) protected voidDTD.Rewriter.action(DTD.Element e0) protected voidDTD.SinglePathVisitor.action(DTD.Element e0) protected voidDTD.Visitor.action(DTD.Element e0) static final StringUtilities.canonicalKey(DTD.Element element) Makes the string used as key into maps/sets which unify different kinds of markup declaration.protected booleanStatistics.checkAbstractPrecondition(DTD.Element el) Returns whether the contents are an undecorated choice of undecorated singletons, and thus are a candidate for an "abstract" Tdom class.protected voidDTD.Dump.descend(DTD.Element e0) protected voidDTD.Visitor.descend(DTD.Element e0) voidDTD.__SAX_Writer.dumpfields(DTD.Element e0) voidDTD.__SAX_Parser.XMLPARSER_Element.fillFields(DTD.Element newobj) voidDTD.MATCH_ONLY_00.match(DTD.Element e0) voidDTD.__SAX_Parser.XMLPARSER_Element.parsefields(DTD.Element newobj) protected voidDTD.Visitor.post(DTD.Element e0) protected voidDTD.Visitor.pre(DTD.Element e0) protected voidDTD.Dump.printscalars(DTD.Element e0) protected voidDTD.CoRewriter.rewriteFields(DTD.Element clone) protected voidDTD.Rewriter.rewriteFields(DTD.Element clone) protected FormatDTD.__Formatter.toFormat(DTD.Element el) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.Element -
Uses of DTD.Element in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as DTD.ElementFields in eu.bandm.tools.dtm with type parameters of type DTD.ElementModifier and TypeFieldDescriptionprotected final Map<DTD.Element, String> HtmlRenderer.el2tooltipMap of elements to Strings with content-plus-attributenamesMethods in eu.bandm.tools.dtm that return DTD.ElementModifier and TypeMethodDescriptionprotected DTD.ElementHtmlRenderer.elementDecl()Parsing AND rendering function, EXTENDED COPY of super():Methods in eu.bandm.tools.dtm with parameters of type DTD.ElementModifier and TypeMethodDescriptionstatic final StringHtmlRenderer.anchorName(DTD.Element e) protected StringHtmlRenderer.expandedText(DTD.Element e) ATTENION "mode=1" ??? FIXME WAS SOLL DAS BEDEUTEN ?? append the content model behind each "DTD.Abbrev" -
Uses of DTD.Element in eu.bandm.tools.tdom
Fields in eu.bandm.tools.tdom declared as DTD.ElementModifier and TypeFieldDescription(package private) final DTD.ElementElementTemplate.elementThe original definition of this element.Methods in eu.bandm.tools.tdom with parameters of type DTD.ElementModifier and TypeMethodDescriptionvoidTypedDOMGenerator.action(DTD.Element element) Code generation for one declared element.(package private) ElementTemplatePackageTemplate.addElement(DTD.Element element, NamespaceName nname, boolean isPublic) VisitorTemplate.addVisitMethodWithTemplate(MetaType type, String name, DTD.Element element) If element!=null also a method in VisitorTemplate is created.ContentParserGenerator.createRule(DTD.Element element) Constructors in eu.bandm.tools.tdom with parameters of type DTD.ElementModifierConstructorDescriptionElementTemplate(PackageTemplate packageTemplate, DTD.Element element, NamespaceName nname, boolean isPublic) -
Uses of DTD.Element in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return DTD.ElementModifier and TypeMethodDescriptionDefaultErrorHandler.noSuchElement(String tagName) ErrorHandler.noSuchElement(String tagName)