Uses of Class
org.jvnet.staxex.util.DOMStreamReader.Scope
-
Packages that use DOMStreamReader.Scope Package Description org.jvnet.staxex.util -
-
Uses of DOMStreamReader.Scope in org.jvnet.staxex.util
Fields in org.jvnet.staxex.util declared as DOMStreamReader.Scope Modifier and Type Field Description (package private) DOMStreamReader.Scope
DOMStreamReader.Scope. parent
Scope for the parent element.protected DOMStreamReader.Scope[]
DOMStreamReader. scopes
DOMStreamReader.Scope
buffer.Methods in org.jvnet.staxex.util that return DOMStreamReader.Scope Modifier and Type Method Description private DOMStreamReader.Scope
DOMStreamReader. allocateScope()
Allocate newDOMStreamReader.Scope
forDOMStreamReader.splitAttributes()
.private DOMStreamReader.Scope
DOMStreamReader. getCheckedScope()
Verifies the current state to see if we can return the scope, and do so if appropriate.Constructors in org.jvnet.staxex.util with parameters of type DOMStreamReader.Scope Constructor Description Scope(DOMStreamReader.Scope parent)
-