Uses of Class
eu.bandm.tools.d2d2.model.NamespaceDecl
Packages that use NamespaceDecl
Package
Description
Umod main model class: This is the internal
model for the d2d text type definitions.
-
Uses of NamespaceDecl in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type NamespaceDeclModifier and TypeFieldDescriptionstatic final Function<NamespaceDecl, Boolean> NamespaceDecl.get_elementonlydefaultDeprecated.Use new '::' method reference instead.static final Function<NamespaceDecl, Boolean> NamespaceDecl.get_isdefaultDeprecated.Use new '::' method reference instead.static final Function<Module, CheckedList<NamespaceDecl>> Module.get_namespacesDeprecated.Use new '::' method reference instead.static final Function<NamespaceDecl, String> NamespaceDecl.get_prefixDeprecated.Use new '::' method reference instead.static final Function<NamespaceDecl, String> NamespaceDecl.get_uriDeprecated.Use new '::' method reference instead.protected CheckedList<NamespaceDecl> Module.namespacesGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model with type parameters of type NamespaceDeclMethods in eu.bandm.tools.d2d2.model that return NamespaceDeclModifier and TypeMethodDescriptionNamespaceDecl.doclone()Clones this object.__SAX_Parser.fill_NamespaceDecl(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_NamespaceDecl()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type NamespaceDeclModifier and TypeMethodDescriptionstatic Pattern<NamespaceDecl> NamespaceDecl.get_elementonlydefault(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<NamespaceDecl> NamespaceDecl.get_isdefault(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_namespaces()Generated by umod; model author's documentation MISSING.static Pattern<NamespaceDecl> NamespaceDecl.get_prefix(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<NamespaceDecl> Lifts a pattern which matches the field value to one which matches this whole object.protected CheckedList<NamespaceDecl> __SAX_Parser.parse_5()static Pattern<NamespaceDecl> __Patterns.term_NamespaceDecl(Pattern<Object> superpattern, Pattern<? super String> p_prefix, Pattern<? super String> p_uri, Pattern<? super Boolean> p_isdefault, Pattern<? super Boolean> p_elementonlydefault) Methods in eu.bandm.tools.d2d2.model with parameters of type NamespaceDeclModifier and TypeMethodDescriptionprotected void__Formatter.action(NamespaceDecl el) void__SAX_Writer.action(NamespaceDecl e0) protected voidCoRewrite.action(NamespaceDecl e0) protected voidDump.action(NamespaceDecl e0) protected voidMATCH_ONLY_00.action(NamespaceDecl e0) protected voidMatch.action(NamespaceDecl e0) protected voidRewrite.action(NamespaceDecl e0) protected voidSinglePhase.action(NamespaceDecl e0) protected voidDump.descend(NamespaceDecl e0) protected voidMatch.descend(NamespaceDecl e0) void__SAX_Writer.dumpfields(NamespaceDecl e0) void__SAX_Parser.XMLPARSER_NamespaceDecl.fillFields(NamespaceDecl newobj) voidMATCH_ONLY_00.match(NamespaceDecl e0) void__SAX_Parser.XMLPARSER_NamespaceDecl.parsefields(NamespaceDecl newobj) protected voidMatch.post(NamespaceDecl e0) protected voidMatch.pre(NamespaceDecl e0) protected voidDump.printscalars(NamespaceDecl e0) protected voidCoRewrite.rewriteFields(NamespaceDecl clone) protected voidRewrite.rewriteFields(NamespaceDecl clone) protected Format__Formatter.toFormat(NamespaceDecl el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type NamespaceDeclModifier and TypeMethodDescription__Patterns.cast_NamespaceDecl(Pattern<? super NamespaceDecl> p) Module.get_namespaces(Pattern<? super CheckedList<NamespaceDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanModule.set_namespaces(CheckedList<NamespaceDecl> val) Generated by umod; model author's documentation MISSING.