Interface XProcOption
- All Known Subinterfaces:
XProcParameter
public interface XProcOption
XProc Option.
-
Method Summary
Modifier and TypeMethodDescriptionGet the local name of the options.Get the namespace URI.getValue()
Get the value of this option.
-
Method Details
-
getNamespaceURI
String getNamespaceURI()Get the namespace URI. Might benull
.- 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.
null
s 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.
-