Package eu.bandm.tools.xslt.base
Class Rt.Definition
java.lang.Object
eu.bandm.tools.xslt.base.Rt.Definition
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- Rt
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Function<Rt.Definition,
Location<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.static final Function<Rt.Definition,
NamespaceName> Deprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>
protected NamespaceName
-
Constructor Summary
ConstructorDescriptionDefinition
(NamespaceName name) Definition
(NamespaceName name, Location<XMLDocumentIdentifier> location) -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.get_name()
Copies values of all common fields from the argument.boolean
boolean
set_name
(NamespaceName val)
-
Field Details
-
name
-
get_name
Deprecated.Use new '::' method reference instead. -
location
-
get_location
@Deprecated public static final Function<Rt.Definition,Location<XMLDocumentIdentifier>> get_locationDeprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
Definition
-
Definition
-
-
Method Details
-
doclone
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_name
-
set_name
-
get_location
-
set_location
-