Uses of Class
com.fasterxml.aalto.in.NsBinding
-
Packages that use NsBinding Package Description com.fasterxml.aalto.in -
-
Uses of NsBinding in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as NsBinding Modifier and Type Field Description protected 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 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 NsBinding
NsBinding. XML_BINDING
Default binding for prefix "xml"static NsBinding
NsBinding. XMLNS_BINDING
Default binding for prefix "xmlns"Methods in com.fasterxml.aalto.in that return NsBinding Modifier and Type Method Description static NsBinding
NsBinding. createDefaultNs()
protected NsBinding
XmlScanner. findOrCreateBinding(java.lang.String prefix)
Method called when a namespace declaration needs to find the binding object (essentially a per-prefix-per-document canonical container object)NsBinding
NsDeclaration. getBinding()
NsBinding
PName. getNsBinding()
Methods in com.fasterxml.aalto.in with parameters of type NsBinding Modifier and Type Method Description javax.xml.namespace.QName
PName. constructQName(NsBinding defaultNs)
Method called to construct a QName representation of elemented represented by this PName.abstract PName
PName. createBoundName(NsBinding nsb)
PName
PName1. createBoundName(NsBinding nsb)
PName
PName2. createBoundName(NsBinding nsb)
PName
PName3. createBoundName(NsBinding nsb)
PName
PNameC. createBoundName(NsBinding nsb)
PName
PNameN. createBoundName(NsBinding nsb)
Constructors in com.fasterxml.aalto.in with parameters of type NsBinding Constructor Description NsDeclaration(NsBinding binding, java.lang.String newURI, NsDeclaration prevDecl, int level)
-