Uses of Class
com.fasterxml.aalto.in.NsDeclaration
-
Packages that use NsDeclaration Package Description com.fasterxml.aalto.in -
-
Uses of NsDeclaration in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as NsDeclaration Modifier and Type Field Description protected 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 NsDeclarationNsDeclaration. mPrevDeclarationMethods in com.fasterxml.aalto.in that return NsDeclaration Modifier and Type Method Description private NsDeclarationXmlScanner. findCurrNsDecl(int index)NsDeclarationNsDeclaration. getPrev()NsDeclarationNsDeclaration. 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 NsDeclaration Modifier and Type Method Description FixedNsContextFixedNsContext. 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 NsDeclaration Constructor Description FixedNsContext(NsDeclaration lastDecl, java.lang.String[] declData)NsDeclaration(NsBinding binding, java.lang.String newURI, NsDeclaration prevDecl, int level)
-