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 NsBindingXmlScanner. _defaultNsDefault namespace binding is a per-document singleton, like explicit bindings, and used for elements (never for attributes).protected NsBindingPName. _namespaceBindingBinding of this qualified/prefixed name.protected NsBinding[]XmlScanner. _nsBindingsArray containing all prefix bindings needed within the current document, so far (if any).private NsBindingNsDeclaration. mBindingReference to the actual binding that will be updated by this declaration (URI changed when declaration comes in and goes out of scope)static NsBindingNsBinding. XML_BINDINGDefault binding for prefix "xml"static NsBindingNsBinding. XMLNS_BINDINGDefault binding for prefix "xmlns"Methods in com.fasterxml.aalto.in that return NsBinding Modifier and Type Method Description static NsBindingNsBinding. createDefaultNs()protected NsBindingXmlScanner. 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)NsBindingNsDeclaration. getBinding()NsBindingPName. getNsBinding()Methods in com.fasterxml.aalto.in with parameters of type NsBinding Modifier and Type Method Description javax.xml.namespace.QNamePName. constructQName(NsBinding defaultNs)Method called to construct a QName representation of elemented represented by this PName.abstract PNamePName. createBoundName(NsBinding nsb)PNamePName1. createBoundName(NsBinding nsb)PNamePName2. createBoundName(NsBinding nsb)PNamePName3. createBoundName(NsBinding nsb)PNamePNameC. createBoundName(NsBinding nsb)PNamePNameN. 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)
-