nu.validator.htmlparser.sax
Class NameCheckingXmlSerializer
java.lang.Object
nu.validator.htmlparser.sax.XmlSerializer
nu.validator.htmlparser.sax.NameCheckingXmlSerializer
- All Implemented Interfaces:
- ContentHandler, LexicalHandler
public class NameCheckingXmlSerializer
- extends XmlSerializer
| Methods inherited from class nu.validator.htmlparser.sax.XmlSerializer |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, startPrefixMappingPrivate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameCheckingXmlSerializer
public NameCheckingXmlSerializer(OutputStream out)
NameCheckingXmlSerializer
public NameCheckingXmlSerializer(Writer out)
checkNCName
protected void checkNCName(String name)
throws SAXException
- Overrides:
checkNCName in class XmlSerializer
- Throws:
SAXException- See Also:
nu.validator.htmlparser.sax.XmlSerializer#checkNCName()