Serialized Form
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
exceptionType
int exceptionType
location
int location
regex
java.lang.String regex
- A regular expression.
-
options
int options
-
nofparen
int nofparen
- The number of parenthesis in the regular expression.
-
tokentree
Token tokentree
- Internal representation of the regular expression.
-
hasBackReferences
boolean hasBackReferences
myException
java.lang.Exception myException
Package org.jbind.javaParser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.jbind.util.other |
serialVersionUID: 3388685877147921107l
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
value
char[] value
count
int count
shared
boolean shared
Package org.jbind.xml.base |
myPrefix
java.lang.String myPrefix
myLocalPart
java.lang.String myLocalPart
myNamespace
java.lang.String myNamespace
Package org.jbind.xml.dom3.core |
Package org.jbind.xml.instance.data |
myValue
byte[] myValue
mySign
int mySign
myYear
int myYear
myMonth
int myMonth
myDay
int myDay
mySign
int mySign
myYears
int myYears
myMonths
int myMonths
myDays
int myDays
myHours
int myHours
myMinutes
int myMinutes
mySeconds
int mySeconds
myFraction
java.math.BigDecimal myFraction
mySign
int mySign
myYear
int myYear
myMonth
int myMonth
myDay
int myDay
myTimeZone
ITimeZone myTimeZone
myHour
int myHour
myMinute
int myMinute
mySecond
int mySecond
myFraction
java.math.BigDecimal myFraction
myHadTimeZone
boolean myHadTimeZone
Package org.jbind.xml.instance.impl |
Package org.jbind.xml.msg |
myMessage
IMessage myMessage
Package org.jbind.xml.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
line
int line
column
int column
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
myErrorLine
int myErrorLine
myErrorColumn
int myErrorColumn
Package org.jbind.xml.schema.xpath |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.