nu.validator.source
Class LocationRecorder
java.lang.Object
nu.validator.source.LocationRecorder
- All Implemented Interfaces:
- ContentHandler, LexicalHandler
final class LocationRecorder
- extends Object
- implements ContentHandler, LexicalHandler
Method Summary |
private void |
addLocatorLocation()
|
void |
characters(char[] arg0,
int arg1,
int arg2)
|
void |
comment(char[] arg0,
int arg1,
int arg2)
|
void |
endCDATA()
|
void |
endDocument()
|
void |
endDTD()
|
void |
endElement(String arg0,
String arg1,
String arg2)
|
void |
endEntity(String arg0)
|
void |
endPrefixMapping(String arg0)
|
void |
ignorableWhitespace(char[] arg0,
int arg1,
int arg2)
|
void |
processingInstruction(String arg0,
String arg1)
|
void |
setDocumentLocator(Locator locator)
|
void |
skippedEntity(String arg0)
|
void |
startCDATA()
|
void |
startDocument()
|
void |
startDTD(String arg0,
String arg1,
String arg2)
|
void |
startElement(String arg0,
String arg1,
String arg2,
Attributes arg3)
|
void |
startEntity(String arg0)
|
void |
startPrefixMapping(String arg0,
String arg1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log4j
private static final org.apache.log4j.Logger log4j
owner
private final SourceCode owner
locator
private Locator locator
uri
private String uri
LocationRecorder
LocationRecorder(SourceCode owner)
- Parameters:
owner
-
addLocatorLocation
private void addLocatorLocation()
characters
public void characters(char[] arg0,
int arg1,
int arg2)
throws SAXException
- Specified by:
characters
in interface ContentHandler
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Throws:
SAXException
endElement
public void endElement(String arg0,
String arg1,
String arg2)
throws SAXException
- Specified by:
endElement
in interface ContentHandler
- Throws:
SAXException
endPrefixMapping
public void endPrefixMapping(String arg0)
throws SAXException
- Specified by:
endPrefixMapping
in interface ContentHandler
- Throws:
SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] arg0,
int arg1,
int arg2)
throws SAXException
- Specified by:
ignorableWhitespace
in interface ContentHandler
- Throws:
SAXException
processingInstruction
public void processingInstruction(String arg0,
String arg1)
throws SAXException
- Specified by:
processingInstruction
in interface ContentHandler
- Throws:
SAXException
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator
in interface ContentHandler
skippedEntity
public void skippedEntity(String arg0)
throws SAXException
- Specified by:
skippedEntity
in interface ContentHandler
- Throws:
SAXException
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Throws:
SAXException
startElement
public void startElement(String arg0,
String arg1,
String arg2,
Attributes arg3)
throws SAXException
- Specified by:
startElement
in interface ContentHandler
- Throws:
SAXException
startPrefixMapping
public void startPrefixMapping(String arg0,
String arg1)
throws SAXException
- Specified by:
startPrefixMapping
in interface ContentHandler
- Throws:
SAXException
comment
public void comment(char[] arg0,
int arg1,
int arg2)
throws SAXException
- Specified by:
comment
in interface LexicalHandler
- Throws:
SAXException
endCDATA
public void endCDATA()
throws SAXException
- Specified by:
endCDATA
in interface LexicalHandler
- Throws:
SAXException
endDTD
public void endDTD()
throws SAXException
- Specified by:
endDTD
in interface LexicalHandler
- Throws:
SAXException
endEntity
public void endEntity(String arg0)
throws SAXException
- Specified by:
endEntity
in interface LexicalHandler
- Throws:
SAXException
startCDATA
public void startCDATA()
throws SAXException
- Specified by:
startCDATA
in interface LexicalHandler
- Throws:
SAXException
startDTD
public void startDTD(String arg0,
String arg1,
String arg2)
throws SAXException
- Specified by:
startDTD
in interface LexicalHandler
- Throws:
SAXException
startEntity
public void startEntity(String arg0)
throws SAXException
- Specified by:
startEntity
in interface LexicalHandler
- Throws:
SAXException