public class XMLTag extends Object
Constructor and Description |
---|
XMLTag()
Creates an empty tag.
|
XMLTag(String name,
String content,
String remainder)
Creates a given tag.
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the content of the tag.
|
String |
getName()
Get the name of the tag.
|
String |
getRemainder()
Gets the remainder of the XML string after the tag.
|
Copyright © 2015–2022 SciJava. All rights reserved.