Package | Description |
---|---|
com.fasterxml.aalto.in |
Modifier and Type | Field and Description |
---|---|
protected NsDeclaration |
FixedNsContext._lastDeclaration
We will keep a reference to the last namespace declaration
in effect at point when this instance was created.
|
protected NsDeclaration |
XmlScanner._lastNsDecl
Pointer to the last namespace declaration encountered.
|
Modifier and Type | Method and Description |
---|---|
NsDeclaration |
NsDeclaration.getPrev() |
NsDeclaration |
NsDeclaration.unbind()
Method called after END_ELEMENT is processed, to unbind
declaration that now goes out of scope
|
Modifier and Type | Method and Description |
---|---|
FixedNsContext |
FixedNsContext.reuseOrCreate(NsDeclaration currLastDecl)
Method called to either reuse this context or construct a new
one.
|
Constructor and Description |
---|
NsDeclaration(com.fasterxml.aalto.in.NsBinding binding,
String newURI,
NsDeclaration prevDecl,
int level) |
Copyright © 2018 FasterXML. All rights reserved.