Uses of Class
org.owasp.encoder.XMLEncoder.Mode
-
-
Uses of XMLEncoder.Mode in org.owasp.encoder
Fields in org.owasp.encoder declared as XMLEncoder.Mode Modifier and Type Field Description private XMLEncoder.Mode
XMLEncoder. _mode
The mode of operation--only really stored to provide a relevant toString implementation.Methods in org.owasp.encoder that return XMLEncoder.Mode Modifier and Type Method Description static XMLEncoder.Mode
XMLEncoder.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XMLEncoder.Mode[]
XMLEncoder.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.owasp.encoder with parameters of type XMLEncoder.Mode Constructor Description XMLEncoder(XMLEncoder.Mode mode)
Creates an XMLEncoder for the specified mode constant.
-