Package org.jvnet.fastinfoset.sax
Interface RestrictedAlphabetContentHandler
- All Known Subinterfaces:
FastInfosetWriter
- All Known Implementing Classes:
SAXDocumentSerializer,SAXDocumentSerializerWithPrefixMapping
public interface RestrictedAlphabetContentHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidalphabetCharacters(String alphabet, char[] ch, int start, int length) voiddateTimeCharacters(char[] ch, int start, int length) voidnumericCharacters(char[] ch, int start, int length)
-
Method Details
-
numericCharacters
- Throws:
SAXException
-
dateTimeCharacters
- Throws:
SAXException
-
alphabetCharacters
- Throws:
SAXException
-