Interface FastInfosetStreamReader

    • Method Detail

      • accessNamespaceCount

        int accessNamespaceCount()
      • accessLocalName

        String accessLocalName()
      • accessNamespaceURI

        String accessNamespaceURI()
      • accessPrefix

        String accessPrefix()
      • accessTextCharacters

        char[] accessTextCharacters()
        Returns a cloned char[] representation of the internal char[] buffer. So be careful, when using this method due to possible performance and memory inefficiency.
        Returns:
        a cloned char[] representation of the internal char[] buffer.
      • accessTextStart

        int accessTextStart()
      • accessTextLength

        int accessTextLength()