All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craigburke.document.core.BaseNode.groovy Maven / Gradle / Ivy

package com.craigburke.document.core

/**
 * The base node for all document nodes
 * @author Craig Burke
 */
class BaseNode {
    def element
    def parent
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy