Package org.geotools.xsd
Class Text
- Object
-
- Text
-
public class Text extends Object
Represents text encountered in the parse tree.- Author:
- Justin Deoliveira, OpenGeo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
boolean
isWhitespace()
void
setValue(String value)
String
toString()
void
trimInner()
void
trimLeading()
void
trimTrailing()
-
-
-
Constructor Detail
-
Text
public Text()
-
Text
public Text(String value)
-
-