Package | Description |
---|---|
com.fasterxml.aalto.in |
Modifier and Type | Field and 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"
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
PName.constructQName(NsBinding defaultNs)
Method called to construct a QName representation of elemented
represented by this PName.
|
PName |
PNameN.createBoundName(NsBinding nsb) |
PName |
PNameC.createBoundName(NsBinding nsb) |
PName |
PName3.createBoundName(NsBinding nsb) |
PName |
PName2.createBoundName(NsBinding nsb) |
PName |
PName1.createBoundName(NsBinding nsb) |
abstract PName |
PName.createBoundName(NsBinding nsb) |
Constructor and Description |
---|
NsDeclaration(NsBinding binding,
java.lang.String newURI,
NsDeclaration prevDecl,
int level) |