
com.craigburke.document.core.Text.groovy Maven / Gradle / Ivy
package com.craigburke.document.core
/**
* Text node
* @author Craig Burke
*/
class Text extends BaseNode {
String value
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.craigburke.document.core
/**
* Text node
* @author Craig Burke
*/
class Text extends BaseNode {
String value
}