specification for javax.xml.stream.XMLStreamReader.getProperty(String name) is incomplete

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 6
    • Component/s: xml

      Specification for javax.xml.stream.XMLStreamReader.getProperty() states:

      "
      getProperty

      Object getProperty(String name)
                         throws IllegalArgumentException

          Get the value of a feature/property from the underlying implementation

          Parameters:
              name - The name of the property, may not be null
          Returns:
              The value of the property
          Throws:
              IllegalArgumentException - if name is null
      "

      but it does not describe method behavior in case if there is no property with name "name". Please note that there is no list of mandatory supported properties as well.

            Assignee:
            Joe Wang
            Reporter:
            Ilya Dergalin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: