Uses of Class
com.ctc.wstx.util.BijectiveNsMap
-
Packages that use BijectiveNsMap Package Description com.ctc.wstx.dom com.ctc.wstx.sw com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of BijectiveNsMap in com.ctc.wstx.dom
Constructors in com.ctc.wstx.dom with parameters of type BijectiveNsMap Constructor Description DOMOutputElement(DOMOutputElement parent, org.w3c.dom.Element element, BijectiveNsMap ns)
-
Uses of BijectiveNsMap in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as BijectiveNsMap Modifier and Type Field Description protected static BijectiveNsMap
OutputElementBase. DEFAULT_XML_BINDINGS
protected BijectiveNsMap
OutputElementBase. mNsMapping
Mapping of namespace prefixes to URIs and back.Constructors in com.ctc.wstx.sw with parameters of type BijectiveNsMap Constructor Description OutputElementBase(OutputElementBase parent, BijectiveNsMap ns)
SimpleOutputElement(SimpleOutputElement parent, java.lang.String prefix, java.lang.String localName, java.lang.String uri, BijectiveNsMap ns)
-
Uses of BijectiveNsMap in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return BijectiveNsMap Modifier and Type Method Description BijectiveNsMap
BijectiveNsMap. createChild()
static BijectiveNsMap
BijectiveNsMap. createEmpty()
-