Class XMLInstance2SchemaHandler.StateInfo
- java.lang.Object
-
- org.exolab.castor.xml.schema.util.XMLInstance2SchemaHandler.StateInfo
-
- Enclosing class:
- XMLInstance2SchemaHandler
class XMLInstance2SchemaHandler.StateInfo extends java.lang.Object
Inner-class to hold state
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Vector
attributes
(package private) java.lang.StringBuffer
buffer
(package private) boolean
complex
(package private) ElementDecl
element
(package private) boolean
mixed
(package private) Namespaces
namespaces
(package private) boolean
topLevel
-
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
-
-