Class Locale.LoadContext

  • Direct Known Subclasses:
    Cur.CurLoadContext
    Enclosing class:
    Locale

    public abstract static class Locale.LoadContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadContext()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void attr​(javax.xml.namespace.QName name, java.lang.String value)  
      abstract Cur finish()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadContext

        public LoadContext()
    • Method Detail

      • attr

        public abstract void attr​(javax.xml.namespace.QName name,
                                  java.lang.String value)
      • finish

        public abstract Cur finish()