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 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 Detail
-
CurLoadContext
public CurLoadContext(Locale l, XmlOptions options)
-
-
Method Detail
-
startDTD
protected void startDTD(String name, String publicId, String systemId)
- Specified by:
startDTDin classLocale.LoadContext
-
endDTD
protected void endDTD()
- Specified by:
endDTDin classLocale.LoadContext
-
startElement
protected void startElement(QName name)
- Specified by:
startElementin classLocale.LoadContext
-
endElement
protected void endElement()
- Specified by:
endElementin classLocale.LoadContext
-
xmlns
protected void xmlns(String prefix, String uri)
- Specified by:
xmlnsin classLocale.LoadContext
-
attr
public void attr(QName name, String value)
- Specified by:
attrin classLocale.LoadContext
-
attr
protected void attr(String local, String uri, String prefix, String value)
- Specified by:
attrin classLocale.LoadContext
-
procInst
protected void procInst(String target, String value)
- Specified by:
procInstin classLocale.LoadContext
-
comment
protected void comment(String comment)
- Specified by:
commentin classLocale.LoadContext
-
comment
protected void comment(char[] chars, int off, int cch)- Specified by:
commentin classLocale.LoadContext
-
text
protected void text(String s)
- Specified by:
textin classLocale.LoadContext
-
text
protected void text(char[] src, int off, int cch)- Specified by:
textin classLocale.LoadContext
-
bookmark
protected void bookmark(XmlCursor.XmlBookmark bm)
- Specified by:
bookmarkin classLocale.LoadContext
-
bookmarkLastNonAttr
protected void bookmarkLastNonAttr(XmlCursor.XmlBookmark bm)
- Specified by:
bookmarkLastNonAttrin classLocale.LoadContext
-
bookmarkLastAttr
protected void bookmarkLastAttr(QName attrName, XmlCursor.XmlBookmark bm)
- 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
public Cur finish()
- Specified by:
finishin classLocale.LoadContext
-
dump
public void dump()
-
-