Java org.xml.sax.ext LexicalHandler fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax.ext LexicalHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax.ext LexicalHandler.

The text is from its open source code.

Implementation

org.xml.sax.ext.LexicalHandler has the following implementations.
Click this link to see all its implementation.

Method

voidcomment(char ch[], int start, int length)
Report an XML comment anywhere in the document.
voidendCDATA()
Report the end of a CDATA section.
voidstartCDATA()
Report the start of a CDATA section.