Package nu.validator.htmlparser.sax
Class NameCheckingXmlSerializer
java.lang.Object
nu.validator.htmlparser.sax.XmlSerializer
nu.validator.htmlparser.sax.NameCheckingXmlSerializer
- All Implemented Interfaces:
ContentHandler
,LexicalHandler
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
NameCheckingXmlSerializer
-
NameCheckingXmlSerializer
-
-
Method Details
-
checkNCName
- Overrides:
checkNCName
in classXmlSerializer
- Throws:
SAXException
- See Also:
-
nu.validator.htmlparser.sax.XmlSerializer#checkNCName()
-