Uses of Class
com.fasterxml.aalto.in.NsBinding
Packages that use NsBinding
-
Uses of NsBinding in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as NsBindingModifier and TypeFieldDescriptionprotected NsBinding
XmlScanner._defaultNs
Default namespace binding is a per-document singleton, like explicit bindings, and used for elements (never for attributes).protected NsBinding
PName._namespaceBinding
Binding of this qualified/prefixed name.protected NsBinding[]
XmlScanner._nsBindings
Array containing all prefix bindings needed within the current document, so far (if any).private final NsBinding
NsDeclaration.mBinding
Reference to the actual binding that will be updated by this declaration (URI changed when declaration comes in and goes out of scope)static final NsBinding
NsBinding.XML_BINDING
Default binding for prefix "xml"static final NsBinding
NsBinding.XMLNS_BINDING
Default binding for prefix "xmlns"Methods in com.fasterxml.aalto.in that return NsBindingModifier and TypeMethodDescriptionstatic final NsBinding
NsBinding.createDefaultNs()
protected final NsBinding
XmlScanner.findOrCreateBinding
(String prefix) Method called when a namespace declaration needs to find the binding object (essentially a per-prefix-per-document canonical container object)NsDeclaration.getBinding()
final NsBinding
PName.getNsBinding()
Methods in com.fasterxml.aalto.in with parameters of type NsBindingModifier and TypeMethodDescriptionfinal QName
PName.constructQName
(NsBinding defaultNs) Method called to construct a QName representation of elemented represented by this PName.abstract PName
PName.createBoundName
(NsBinding nsb) PName1.createBoundName
(NsBinding nsb) PName2.createBoundName
(NsBinding nsb) PName3.createBoundName
(NsBinding nsb) PNameC.createBoundName
(NsBinding nsb) PNameN.createBoundName
(NsBinding nsb) Constructors in com.fasterxml.aalto.in with parameters of type NsBindingModifierConstructorDescriptionNsDeclaration
(NsBinding binding, String newURI, NsDeclaration prevDecl, int level)