Class XMLInstance2SchemaHandler.StateInfo
- java.lang.Object
-
- org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler.StateInfo
-
- Enclosing class:
- XMLInstance2SchemaHandler
class XMLInstance2SchemaHandler.StateInfo extends java.lang.ObjectInner-class to hold state
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Vectorattributes(package private) java.lang.StringBufferbuffer(package private) booleancomplex(package private) ElementDeclelement(package private) booleanmixed(package private) Namespacesnamespaces(package private) booleantopLevel
-
Constructor Summary
Constructors Constructor Description StateInfo()
-
-
-
Field Detail
-
namespaces
Namespaces namespaces
-
element
ElementDecl element
-
attributes
java.util.Vector attributes
-
buffer
java.lang.StringBuffer buffer
-
mixed
boolean mixed
-
complex
boolean complex
-
topLevel
boolean topLevel
-
-