Class AsyncXmlDeclHelper

java.lang.Object
com.fasterxml.aalto.async.AsyncXmlDeclHelper

public class AsyncXmlDeclHelper extends Object
Helper class that contains specialized decode methods for pseudo-attributes contained in XML declaration.
  • Field Details

    • QUAD_XML

      private static final int QUAD_XML
    • QUAD_VERSION1

      private static final int QUAD_VERSION1
    • QUAD_VERSION2

      private static final int QUAD_VERSION2
    • QUAD_STANDALONE1

      private static final int QUAD_STANDALONE1
    • QUAD_STANDALONE2

      private static final int QUAD_STANDALONE2
    • QUAD_STANDALONE3

      private static final int QUAD_STANDALONE3
    • QUAD_ENCODING1

      private static final int QUAD_ENCODING1
    • QUAD_ENCODING2

      private static final int QUAD_ENCODING2
    • NAME_XML

      private static final PName1 NAME_XML
    • NAME_VERSION

      private static final PName2 NAME_VERSION
    • NAME_STANDALONE

      private static final PName3 NAME_STANDALONE
    • NAME_ENCODING

      private static final PName2 NAME_ENCODING
  • Constructor Details

    • AsyncXmlDeclHelper

      public AsyncXmlDeclHelper()
  • Method Details

    • find

      public static PName find(int quad1)
    • find

      public static PName find(int quad1, int quad2)
    • find

      public static PName find(int quad1, int quad2, int quad3)
    • asciiQuads

      static int[] asciiQuads(String word)