public class XmlNode
extends Object
A node to capture the name and style (category) of a node in an XML document.
-
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
void
void
-
Field Details
-
style
@NonNull
public @NonNull String style
-
name
@NonNull
public @NonNull String name
-
Constructor Details
-
XmlNode
public XmlNode(@NonNull
@NonNull String style,
@NonNull
@NonNull String name)
-
Method Details
-
getStyle
@NonNull
public @NonNull String getStyle()
-
getName
@NonNull
public @NonNull String getName()
-
setStyle
public void setStyle(@NonNull
@NonNull String style)
-
setName
public void setName(@NonNull
@NonNull String name)
-
-
canEqual
protected boolean canEqual(Object other)
-
-