Class XmlEscapeSymbols.Reference

  • Enclosing class:
    XmlEscapeSymbols

    private static final class XmlEscapeSymbols.Reference
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char[] cer  
      private int codepoint  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Reference​(java.lang.String cer, int codepoint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cer

        private final char[] cer
      • codepoint

        private final int codepoint
    • Constructor Detail

      • Reference

        private Reference​(java.lang.String cer,
                          int codepoint)