Uses of Class
com.fasterxml.aalto.in.FixedNsContext
-
Packages that use FixedNsContext Package Description com.fasterxml.aalto.in -
-
Uses of FixedNsContext in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as FixedNsContext Modifier and Type Field Description protected FixedNsContextXmlScanner. _lastNsContextLast returnedNamespaceContext, created for a call toXmlScanner.getNonTransientNamespaceContext(), iff this would still be a valid context.static FixedNsContextFixedNsContext. EMPTY_CONTEXTWe can share and reuse "no bindings" instance.Methods in com.fasterxml.aalto.in that return FixedNsContext Modifier and Type Method Description FixedNsContextFixedNsContext. reuseOrCreate(NsDeclaration currLastDecl)Method called to either reuse this context or construct a new one.
-