Interface XProcOutputPort
public interface XProcOutputPort
Output port for XProc. Contains information about a port mapping: port name, an url, and a
boolean that indicates if the result will be also shown in the sequence view.
-
Method Summary
Modifier and TypeMethodDescriptionGet the port name.getUrl()
Gets the mapped URL.boolean
Determine if the result will be shown in sequence view.
-
Method Details
-
getPortName
String getPortName()Get the port name.- Returns:
- The port name.
-
getUrl
String getUrl()Gets the mapped URL.- Returns:
- The mapped URL.
-
showInSequenceView
boolean showInSequenceView()Determine if the result will be shown in sequence view.- Returns:
- Returns
true
if the result with be shown in sequence view.
-