|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.utils.xml.stax.MarkerTag
public class MarkerTag
Utility class for a tag that marks a snippet boundary.
| Constructor Summary | |
|---|---|
MarkerTag(java.lang.String name,
boolean isEndTag)
Conversion Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the tag name. |
boolean |
isEndTag()
Returns if the MarkerTag is a end tag (true) or not (false). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkerTag(java.lang.String name,
boolean isEndTag)
name - the name of the tagisEndTag - boolean flag if the tag is a start tag (false) or a end tag (true).| Method Detail |
|---|
public java.lang.String getName()
public boolean isEndTag()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||