Package org.apache.tomcat.util.digester
Interface DocumentProperties.Charset
- 
- All Known Implementing Classes:
- WebXml
 - Enclosing interface:
- DocumentProperties
 
 public static interface DocumentProperties.CharsetThe character encoding used by the source XML document.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCharset(java.nio.charset.Charset charset)
 
-