Interface XProcInputPort

All Superinterfaces:
ro.sync.exml.editor.xproc.transform.XProcPort

public interface XProcInputPort extends ro.sync.exml.editor.xproc.transform.XProcPort
Input port for XProc. Contains information about a port mapping: port name, and urls.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get an array with URLs mapped with the current port.

    Methods inherited from interface ro.sync.exml.editor.xproc.transform.XProcPort

    getPortName, setPortName
  • Method Details

    • getUrls

      String[] getUrls()
      Get an array with URLs mapped with the current port.
      Returns:
      Returns the URLs array.