Serialized Form


Package com.sun.xml.bind

Class com.sun.xml.bind.GrammarImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

topLevel

com.sun.msv.grammar.Expression topLevel

pool

com.sun.msv.grammar.ExpressionPool pool

plugs

GrammarImpl.Plug[] plugs

elementContents

java.util.Map<K,V> elementContents
The content model of elements. Keyed by ElementPattern to its content model.

Since:
1.0.3

Class com.sun.xml.bind.GrammarImpl.Plug extends com.sun.msv.grammar.OtherExp implements Serializable

serialVersionUID: 1L

Class com.sun.xml.bind.JAXBAssertionError extends java.lang.Error implements Serializable

Serialized Fields

linkedException

java.lang.Throwable linkedException