Class Option.UriPrefixPair

  • Enclosing class:
    Option

    public static class Option.UriPrefixPair
    extends Object
    Since an arbitrary URI can't be an XML element name, these pairs are used to specify a mapping from URI to prefix.
    • Constructor Detail

      • UriPrefixPair

        public UriPrefixPair()
    • Method Detail

      • getUri

        public String getUri()
        Returns:
        the uri
      • setUri

        public void setUri​(String uri)
        Set the URI.
        Parameters:
        uri - the uri.
      • getPrefix

        public String getPrefix()
        Returns:
        the prefix.
      • setPrefix

        public void setPrefix​(String prefix)
        Set the prefix.
        Parameters:
        prefix - the prefix.