Uses of Class
com.fasterxml.aalto.dom.BijectiveNsMap
-
Packages that use BijectiveNsMap Package Description com.fasterxml.aalto.dom -
-
Uses of BijectiveNsMap in com.fasterxml.aalto.dom
Fields in com.fasterxml.aalto.dom declared as BijectiveNsMap Modifier and Type Field Description protected BijectiveNsMap
OutputElementBase. _nsMapping
Mapping of namespace prefixes to URIs and back.Methods in com.fasterxml.aalto.dom that return BijectiveNsMap Modifier and Type Method Description BijectiveNsMap
BijectiveNsMap. createChild()
static BijectiveNsMap
BijectiveNsMap. createEmpty()
Constructors in com.fasterxml.aalto.dom with parameters of type BijectiveNsMap Constructor Description DOMOutputElement(DOMOutputElement parent, org.w3c.dom.Element element, BijectiveNsMap ns)
OutputElementBase(OutputElementBase parent, BijectiveNsMap ns)
-