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 voidabort()protected voidattr(String local, String uri, String prefix, String value)voidattr(QName name, String value)protected voidbookmark(XmlCursor.XmlBookmark bm)protected voidbookmarkLastAttr(QName attrName, XmlCursor.XmlBookmark bm)protected voidbookmarkLastNonAttr(XmlCursor.XmlBookmark bm)protected voidcomment(char[] chars, int off, int cch)protected voidcomment(String comment)voiddump()protected voidendDTD()protected voidendElement()Curfinish()protected voidlineNumber(int line, int column, int offset)protected voidprocInst(String target, String value)protected voidstartDTD(String name, String publicId, String systemId)protected voidstartElement(QName name)protected voidtext(char[] src, int off, int cch)protected voidtext(String s)protected voidxmlns(String prefix, String uri)Methods inherited from class org.apache.xmlbeans.impl.store.Locale.LoadContext
addIdAttr, isAttrOfTypeId
-
Constructor Details
-
Method Details
-
startDTD
- Specified by:
startDTDin classLocale.LoadContext
-
endDTD
protected void endDTD()- Specified by:
endDTDin classLocale.LoadContext
-
startElement
- Specified by:
startElementin classLocale.LoadContext
-
endElement
protected void endElement()- Specified by:
endElementin classLocale.LoadContext
-
xmlns
- Specified by:
xmlnsin classLocale.LoadContext
-
attr
- Specified by:
attrin classLocale.LoadContext
-
attr
- Specified by:
attrin classLocale.LoadContext
-
procInst
- Specified by:
procInstin classLocale.LoadContext
-
comment
- Specified by:
commentin classLocale.LoadContext
-
comment
protected void comment(char[] chars, int off, int cch)- Specified by:
commentin classLocale.LoadContext
-
text
- Specified by:
textin classLocale.LoadContext
-
text
protected void text(char[] src, int off, int cch)- Specified by:
textin classLocale.LoadContext
-
bookmark
- Specified by:
bookmarkin classLocale.LoadContext
-
bookmarkLastNonAttr
- Specified by:
bookmarkLastNonAttrin classLocale.LoadContext
-
bookmarkLastAttr
- Specified by:
bookmarkLastAttrin classLocale.LoadContext
-
lineNumber
protected void lineNumber(int line, int column, int offset)- Specified by:
lineNumberin classLocale.LoadContext
-
abort
protected void abort()- Specified by:
abortin classLocale.LoadContext
-
finish
- Specified by:
finishin classLocale.LoadContext
-
dump
public void dump()
-