Package org.apache.xmlbeans.impl.store
Class Cur.CurLoadContext
- java.lang.Object
-
- org.apache.xmlbeans.impl.store.Locale.LoadContext
-
- org.apache.xmlbeans.impl.store.Cur.CurLoadContext
-
- Enclosing class:
- Cur
public static final class Cur.CurLoadContext extends Locale.LoadContext
-
-
Constructor Summary
Constructors Constructor Description CurLoadContext(Locale l, XmlOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attr(javax.xml.namespace.QName name, java.lang.String value)
void
dump()
Cur
finish()
-
-
-
Constructor Detail
-
CurLoadContext
public CurLoadContext(Locale l, XmlOptions options)
-
-
Method Detail
-
attr
public void attr(javax.xml.namespace.QName name, java.lang.String value)
- Specified by:
attr
in classLocale.LoadContext
-
finish
public Cur finish()
- Specified by:
finish
in classLocale.LoadContext
-
dump
public void dump()
-
-