Interface Validator


public interface Validator
A Schema Validator. Provides access to just a few fields. This is ill defined for now, because all users go straight to XML manipulation.
  • Method Summary

    Modifier and Type Method Description
    org.jdom2.Element getXmlElement()
    This is a bit of a compromise for now.
  • Method Details

    • getXmlElement

      org.jdom2.Element getXmlElement()
      This is a bit of a compromise for now. The element is passed around through too many layers to refactor.
      Returns:
      this, as an XML element, which should be considered immutable.