Uses of Interface
com.thoughtworks.xstream.io.naming.NameCoder
-
Packages that use NameCoder Package Description com.thoughtworks.xstream.io com.thoughtworks.xstream.io.json com.thoughtworks.xstream.io.naming com.thoughtworks.xstream.io.xml -
-
Uses of NameCoder in com.thoughtworks.xstream.io
Fields in com.thoughtworks.xstream.io declared as NameCoder Modifier and Type Field Description private NameCoderAbstractReader. nameCoderprivate NameCoderAbstractWriter. nameCoderprivate NameCoderAbstractDriver. replacerMethods in com.thoughtworks.xstream.io that return NameCoder Modifier and Type Method Description protected NameCoderAbstractDriver. getNameCoder()Constructors in com.thoughtworks.xstream.io with parameters of type NameCoder Constructor Description AbstractDriver(NameCoder nameCoder)Creates an AbstractDriver with a providedNameCoder.AbstractReader(NameCoder nameCoder)Creates an AbstractReader with a providedNameCoder.AbstractWriter(NameCoder nameCoder)Creates an AbstractWriter with a providedNameCoder. -
Uses of NameCoder in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as NameCoder Modifier and Type Field Description private NameCoderJsonWriter.Format. nameCoderMethods in com.thoughtworks.xstream.io.json that return NameCoder Modifier and Type Method Description NameCoderJsonWriter.Format. getNameCoder()Retrieve the NameCoder.Constructors in com.thoughtworks.xstream.io.json with parameters of type NameCoder Constructor Description AbstractJsonWriter(int mode, NameCoder nameCoder)Construct a JSON writer with a special mode and name coder.AbstractJsonWriter(NameCoder nameCoder)Construct a JSON writer with a special name coder.Format(char[] lineIndenter, char[] newLine, int mode, NameCoder nameCoder)Create a new Formatter.JsonHierarchicalStreamDriver(NameCoder nameCoder)Construct a JsonHierarchicalStreamDriver with name coding. -
Uses of NameCoder in com.thoughtworks.xstream.io.naming
Classes in com.thoughtworks.xstream.io.naming that implement NameCoder Modifier and Type Class Description classNameCoderWrapperA wrapper for another NameCoder.classNoNameCoderA NameCoder that does nothing.classStaticNameCoderA NameCoder that encodes and decodes names based on a map.Fields in com.thoughtworks.xstream.io.naming declared as NameCoder Modifier and Type Field Description private NameCoderNameCoderWrapper. wrappedConstructors in com.thoughtworks.xstream.io.naming with parameters of type NameCoder Constructor Description NameCoderWrapper(NameCoder inner)Construct a new wrapper for a NameCoder. -
Uses of NameCoder in com.thoughtworks.xstream.io.xml
Classes in com.thoughtworks.xstream.io.xml that implement NameCoder Modifier and Type Class Description classXmlFriendlyNameCoderEncode and decode tag and attribute names in XML drivers.classXmlFriendlyReplacerDeprecated.As of 1.4, useXmlFriendlyNameCoderinsteadclassXStream11NameCoderA XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.classXStream11XmlFriendlyReplacerDeprecated.As of 1.4, useXStream11NameCoderinsteadConstructors in com.thoughtworks.xstream.io.xml with parameters of type NameCoder Constructor Description AbstractDocumentReader(java.lang.Object rootElement, NameCoder nameCoder)AbstractDocumentWriter(java.lang.Object container, NameCoder nameCoder)Constructs an AbstractDocumentWriter.AbstractPullReader(NameCoder nameCoder)AbstractXmlDriver(NameCoder nameCoder)Deprecated.Creates a AbstractXmlFriendlyDriver with default XmlFriendlyReplacerAbstractXmlReader(NameCoder nameCoder)Deprecated.AbstractXmlWriter(NameCoder nameCoder)Deprecated.AbstractXppDomDriver(NameCoder nameCoder)Construct an AbstractXppDomDriver.AbstractXppDriver(NameCoder nameCoder)Construct an AbstractXppDriver.CompactWriter(java.io.Writer writer, int mode, NameCoder nameCoder)CompactWriter(java.io.Writer writer, NameCoder nameCoder)DomDriver(java.lang.String encoding, NameCoder nameCoder)DomReader(org.w3c.dom.Document document, NameCoder nameCoder)DomReader(org.w3c.dom.Element rootElement, NameCoder nameCoder)DomWriter(org.w3c.dom.Document document, NameCoder nameCoder)DomWriter(org.w3c.dom.Element rootElement, NameCoder nameCoder)DomWriter(org.w3c.dom.Element element, org.w3c.dom.Document document, NameCoder nameCoder)PrettyPrintWriter(java.io.Writer writer, int mode, char[] lineIndenter, NameCoder nameCoder)PrettyPrintWriter(java.io.Writer writer, int mode, char[] lineIndenter, NameCoder nameCoder, java.lang.String newLine)PrettyPrintWriter(java.io.Writer writer, int mode, NameCoder nameCoder)PrettyPrintWriter(java.io.Writer writer, NameCoder nameCoder)SaxWriter(boolean includeEnclosingDocument, NameCoder nameCoder)SaxWriter(NameCoder nameCoder)StandardStaxDriver(NameCoder nameCoder)StandardStaxDriver(QNameMap qnameMap, NameCoder nameCoder)StaxDriver(NameCoder nameCoder)StaxDriver(QNameMap qnameMap, NameCoder nameCoder)StaxReader(QNameMap qnameMap, javax.xml.stream.XMLStreamReader in, NameCoder replacer)StaxWriter(QNameMap qnameMap, javax.xml.stream.XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode, NameCoder nameCoder)Allows a StaxWriter to be created for partial XML outputStaxWriter(QNameMap qnameMap, javax.xml.stream.XMLStreamWriter out, NameCoder nameCoder)Allows a StaxWriter to be created for partial XML outputXpp3DomDriver(NameCoder nameCoder)Construct an Xpp3DomDriver.Xpp3Driver(NameCoder nameCoder)Construct an Xpp3Driver.XppDomDriver(NameCoder nameCoder)XppDomReader(XppDom xppDom, NameCoder nameCoder)XppDomWriter(NameCoder nameCoder)XppDomWriter(XppDom parent, NameCoder nameCoder)XppDriver(NameCoder nameCoder)XppReader(java.io.Reader reader, org.xmlpull.v1.XmlPullParser parser, NameCoder nameCoder)Construct an XppReader.
-