Class UnmarshallerChain
java.lang.Object
com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
Pass around a 'ticket dispenser' when creating new
unmarshallers. This controls the index of the slot
allocated to the chain of handlers.
A ticket dispenser also maintains the offset for handlers to access state slots. A handler records this value when it's created.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Allocates a newScope
offset.int
Gets the number of total scope offset allocated.
-
Field Details
-
context
-
-
Constructor Details
-
UnmarshallerChain
-
-
Method Details
-
allocateOffset
public int allocateOffset()Allocates a newScope
offset. -
getScopeSize
public int getScopeSize()Gets the number of total scope offset allocated.
-