Interface XProcOption

All Known Subinterfaces:
XProcParameter

public interface XProcOption
XProc Option.
  • Method Details

    • getNamespaceURI

      String getNamespaceURI()
      Get the namespace URI. Might be null.
      Returns:
      The namespace URI. null values are allowed.
    • getLocalName

      String getLocalName()
      Get the local name of the options. null values are not allowed.
      Returns:
      The local name of the option. nulls are not allowed.
    • getValue

      String getValue()
      Get the value of this option. This is the value set by user.
      Returns:
      The value of this options.