Interface XmlCodepointValidator

All Known Implementing Classes:
Xml10EscapeSymbolsInitializer.Xml10CodepointValidator, Xml11EscapeSymbolsInitializer.Xml11CodepointValidator

interface XmlCodepointValidator

Implementations of this interface are used to determine what codepoitns are allowed in XML escaped output (even when escaped), and what codepoints should be simply removed from output.

Implementations of this interface must be thread-safe.

Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(int codepoint)
     
  • Method Details

    • isValid

      boolean isValid(int codepoint)