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
Modifier and Type Method Description protected void
abort()
protected void
attr(String local, String uri, String prefix, String value)
void
attr(QName name, String value)
protected void
bookmark(XmlCursor.XmlBookmark bm)
protected void
bookmarkLastAttr(QName attrName, XmlCursor.XmlBookmark bm)
protected void
bookmarkLastNonAttr(XmlCursor.XmlBookmark bm)
protected void
comment(char[] chars, int off, int cch)
protected void
comment(String comment)
void
dump()
protected void
endDTD()
protected void
endElement()
Cur
finish()
protected void
lineNumber(int line, int column, int offset)
protected void
procInst(String target, String value)
protected void
startDTD(String name, String publicId, String systemId)
protected void
startElement(QName name)
protected void
text(char[] src, int off, int cch)
protected void
text(String s)
protected void
xmlns(String prefix, String uri)
Methods inherited from class org.apache.xmlbeans.impl.store.Locale.LoadContext
addIdAttr, isAttrOfTypeId
-
Constructor Details
-
Method Details
-
startDTD
- Specified by:
startDTD
in classLocale.LoadContext
-
endDTD
protected void endDTD()- Specified by:
endDTD
in classLocale.LoadContext
-
startElement
- Specified by:
startElement
in classLocale.LoadContext
-
endElement
protected void endElement()- Specified by:
endElement
in classLocale.LoadContext
-
xmlns
- Specified by:
xmlns
in classLocale.LoadContext
-
attr
- Specified by:
attr
in classLocale.LoadContext
-
attr
- Specified by:
attr
in classLocale.LoadContext
-
procInst
- Specified by:
procInst
in classLocale.LoadContext
-
comment
- Specified by:
comment
in classLocale.LoadContext
-
comment
protected void comment(char[] chars, int off, int cch)- Specified by:
comment
in classLocale.LoadContext
-
text
- Specified by:
text
in classLocale.LoadContext
-
text
protected void text(char[] src, int off, int cch)- Specified by:
text
in classLocale.LoadContext
-
bookmark
- Specified by:
bookmark
in classLocale.LoadContext
-
bookmarkLastNonAttr
- Specified by:
bookmarkLastNonAttr
in classLocale.LoadContext
-
bookmarkLastAttr
- Specified by:
bookmarkLastAttr
in classLocale.LoadContext
-
lineNumber
protected void lineNumber(int line, int column, int offset)- Specified by:
lineNumber
in classLocale.LoadContext
-
abort
protected void abort()- Specified by:
abort
in classLocale.LoadContext
-
finish
- Specified by:
finish
in classLocale.LoadContext
-
dump
public void dump()
-