org.jvnet.fastinfoset.sax
Interface RestrictedAlphabetContentHandler
- All Known Subinterfaces:
- FastInfosetWriter
- All Known Implementing Classes:
- SAXDocumentSerializer, SAXDocumentSerializerWithPrefixMapping
public interface RestrictedAlphabetContentHandler
numericCharacters
void numericCharacters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
dateTimeCharacters
void dateTimeCharacters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
alphabetCharacters
void alphabetCharacters(String alphabet,
char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.