Uses of Class
com.fasterxml.aalto.in.NsDeclaration
Packages that use NsDeclaration
-
Uses of NsDeclaration in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as NsDeclarationModifier and TypeFieldDescriptionprotected final NsDeclarationFixedNsContext._lastDeclarationWe will keep a reference to the last namespace declaration in effect at point when this instance was created.protected NsDeclarationXmlScanner._lastNsDeclPointer to the last namespace declaration encountered.private final NsDeclarationNsDeclaration.mPrevDeclarationMethods in com.fasterxml.aalto.in that return NsDeclarationModifier and TypeMethodDescriptionprivate NsDeclarationXmlScanner.findCurrNsDecl(int index) NsDeclaration.getPrev()NsDeclaration.unbind()Method called after END_ELEMENT is processed, to unbind declaration that now goes out of scopeMethods in com.fasterxml.aalto.in with parameters of type NsDeclarationModifier and TypeMethodDescriptionprivate static StringFixedNsContext.prefixFor(NsDeclaration decl) FixedNsContext.reuseOrCreate(NsDeclaration currLastDecl) Method called to either reuse this context or construct a new one.Constructors in com.fasterxml.aalto.in with parameters of type NsDeclarationModifierConstructorDescriptionprivateFixedNsContext(NsDeclaration lastDecl, String[] declData) NsDeclaration(NsBinding binding, String newURI, NsDeclaration prevDecl, int level)