Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.store
Class Cur.CurLoadContext  view Cur.CurLoadContext download Cur.CurLoadContext.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.store.Locale.LoadContext
      extended byorg.apache.xmlbeans.impl.store.Cur.CurLoadContext
Enclosing class:
Cur

static final class Cur.CurLoadContext
extends Locale.LoadContext


Field Summary
private  java.util.Map _additionalNamespaces
           
private  boolean _after
           
private  CharUtil _charUtil
           
private  boolean _discardDocElem
           
private  java.lang.String _doctypeName
           
private  java.lang.String _doctypePublicId
           
private  java.lang.String _doctypeSystemId
           
private  Xobj _frontier
           
private  int _lastPos
           
private  Xobj _lastXobj
           
private  Locale _locale
           
private  javax.xml.namespace.QName _replaceDocElem
           
private  boolean _stripComments
           
private  boolean _stripProcinsts
           
private  boolean _stripWhitespace
           
private  java.util.Map _substituteNamespaces
           
 
Constructor Summary
(package private) Cur.CurLoadContext(Locale l, org.apache.xmlbeans.XmlOptions options)
           
 
Method Summary
protected  void abort()
           
protected  void attr(javax.xml.namespace.QName name, java.lang.String value)
           
protected  void attr(java.lang.String local, java.lang.String uri, java.lang.String prefix, java.lang.String value)
           
protected  void bookmark(org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
           
protected  void bookmarkLastAttr(javax.xml.namespace.QName attrName, org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
           
protected  void bookmarkLastNonAttr(org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
           
private  javax.xml.namespace.QName checkName(javax.xml.namespace.QName name, boolean local)
           
protected  void comment(char[] chars, int off, int cch)
           
private  void comment(java.lang.Object src, int off, int cch)
           
protected  void comment(java.lang.String comment)
           
 void dump()
           
private  void end()
           
protected  void endDTD()
           
protected  void endElement()
           
protected  Cur finish()
           
private  void flushText()
           
protected  void lineNumber(int line, int column, int offset)
           
private  Xobj parent()
           
protected  void procInst(java.lang.String target, java.lang.String value)
           
private  void start(Xobj xo)
           
protected  void startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
protected  void startElement(javax.xml.namespace.QName name)
           
private  void stripText(java.lang.Object src, int off, int cch)
           
protected  void text(char[] src, int off, int cch)
           
private  void text(java.lang.Object src, int off, int cch)
           
protected  void text(java.lang.String s)
           
protected  void xmlns(java.lang.String prefix, java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_locale

private Locale _locale

_charUtil

private CharUtil _charUtil

_frontier

private Xobj _frontier

_after

private boolean _after

_lastXobj

private Xobj _lastXobj

_lastPos

private int _lastPos

_discardDocElem

private boolean _discardDocElem

_replaceDocElem

private javax.xml.namespace.QName _replaceDocElem

_stripWhitespace

private boolean _stripWhitespace

_stripComments

private boolean _stripComments

_stripProcinsts

private boolean _stripProcinsts

_substituteNamespaces

private java.util.Map _substituteNamespaces

_additionalNamespaces

private java.util.Map _additionalNamespaces

_doctypeName

private java.lang.String _doctypeName

_doctypePublicId

private java.lang.String _doctypePublicId

_doctypeSystemId

private java.lang.String _doctypeSystemId
Constructor Detail

Cur.CurLoadContext

Cur.CurLoadContext(Locale l,
                   org.apache.xmlbeans.XmlOptions options)
Method Detail

start

private void start(Xobj xo)

end

private void end()

text

private void text(java.lang.Object src,
                  int off,
                  int cch)

flushText

private void flushText()

parent

private Xobj parent()

checkName

private javax.xml.namespace.QName checkName(javax.xml.namespace.QName name,
                                            boolean local)

startDTD

protected void startDTD(java.lang.String name,
                        java.lang.String publicId,
                        java.lang.String systemId)
Specified by:
startDTD in class Locale.LoadContext

endDTD

protected void endDTD()
Specified by:
endDTD in class Locale.LoadContext

startElement

protected void startElement(javax.xml.namespace.QName name)
Specified by:
startElement in class Locale.LoadContext

endElement

protected void endElement()
Specified by:
endElement in class Locale.LoadContext

xmlns

protected void xmlns(java.lang.String prefix,
                     java.lang.String uri)
Specified by:
xmlns in class Locale.LoadContext

attr

protected void attr(javax.xml.namespace.QName name,
                    java.lang.String value)
Specified by:
attr in class Locale.LoadContext

attr

protected void attr(java.lang.String local,
                    java.lang.String uri,
                    java.lang.String prefix,
                    java.lang.String value)
Specified by:
attr in class Locale.LoadContext

procInst

protected void procInst(java.lang.String target,
                        java.lang.String value)
Specified by:
procInst in class Locale.LoadContext

comment

protected void comment(java.lang.String comment)
Specified by:
comment in class Locale.LoadContext

comment

protected void comment(char[] chars,
                       int off,
                       int cch)
Specified by:
comment in class Locale.LoadContext

comment

private void comment(java.lang.Object src,
                     int off,
                     int cch)

stripText

private void stripText(java.lang.Object src,
                       int off,
                       int cch)

text

protected void text(java.lang.String s)
Specified by:
text in class Locale.LoadContext

text

protected void text(char[] src,
                    int off,
                    int cch)
Specified by:
text in class Locale.LoadContext

bookmark

protected void bookmark(org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
Specified by:
bookmark in class Locale.LoadContext

bookmarkLastNonAttr

protected void bookmarkLastNonAttr(org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
Specified by:
bookmarkLastNonAttr in class Locale.LoadContext

bookmarkLastAttr

protected void bookmarkLastAttr(javax.xml.namespace.QName attrName,
                                org.apache.xmlbeans.XmlCursor.XmlBookmark bm)
Specified by:
bookmarkLastAttr in class Locale.LoadContext

lineNumber

protected void lineNumber(int line,
                          int column,
                          int offset)
Specified by:
lineNumber in class Locale.LoadContext

abort

protected void abort()
Specified by:
abort in class Locale.LoadContext

finish

protected Cur finish()
Specified by:
finish in class Locale.LoadContext

dump

public void dump()