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 BijectiveNsMapOutputElementBase. _nsMappingMapping of namespace prefixes to URIs and back.Methods in com.fasterxml.aalto.dom that return BijectiveNsMap Modifier and Type Method Description BijectiveNsMapBijectiveNsMap. createChild()static BijectiveNsMapBijectiveNsMap. 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)
-