Uses of Class
eu.bandm.tools.d2d2.model.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
Modifier and TypeFieldDescriptionstatic final Function<NamespaceDecl,
Boolean> NamespaceDecl.get_elementonlydefault
Deprecated.Use new '::' method reference instead.static final Function<NamespaceDecl,
Boolean> NamespaceDecl.get_isdefault
Deprecated.Use new '::' method reference instead.static final Function<Module,
CheckedList<NamespaceDecl>> Module.get_namespaces
Deprecated.Use new '::' method reference instead.static final Function<NamespaceDecl,
String> NamespaceDecl.get_prefix
Deprecated.Use new '::' method reference instead.static final Function<NamespaceDecl,
String> NamespaceDecl.get_uri
Deprecated.Use new '::' method reference instead.protected CheckedList<NamespaceDecl>
Module.namespaces
Generated by umod; model author's documentation MISSING.Modifier 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()
Modifier 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) Modifier and TypeMethodDescriptionprotected void
__Formatter.action
(NamespaceDecl el) void
__SAX_Writer.action
(NamespaceDecl e0) protected void
CoRewrite.action
(NamespaceDecl e0) protected void
Dump.action
(NamespaceDecl e0) protected void
MATCH_ONLY_00.action
(NamespaceDecl e0) protected void
Match.action
(NamespaceDecl e0) protected void
Rewrite.action
(NamespaceDecl e0) protected void
SinglePhase.action
(NamespaceDecl e0) protected void
Dump.descend
(NamespaceDecl e0) protected void
Match.descend
(NamespaceDecl e0) void
__SAX_Writer.dumpfields
(NamespaceDecl e0) void
__SAX_Parser.XMLPARSER_NamespaceDecl.fillFields
(NamespaceDecl newobj) void
MATCH_ONLY_00.match
(NamespaceDecl e0) void
__SAX_Parser.XMLPARSER_NamespaceDecl.parsefields
(NamespaceDecl newobj) protected void
Match.post
(NamespaceDecl e0) protected void
Match.pre
(NamespaceDecl e0) protected void
Dump.printscalars
(NamespaceDecl e0) protected void
CoRewrite.rewriteFields
(NamespaceDecl clone) protected void
Rewrite.rewriteFields
(NamespaceDecl clone) protected Format
__Formatter.toFormat
(NamespaceDecl el) Modifier 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.boolean
Module.set_namespaces
(CheckedList<NamespaceDecl> val) Generated by umod; model author's documentation MISSING.