org.gjt.sp.jedit
Class BufferHistory.RecentHandler

java.lang.Object
com.microstar.xml.HandlerBase
org.gjt.sp.jedit.BufferHistory.RecentHandler
- All Implemented Interfaces:
- com.microstar.xml.XmlHandler
- Enclosing class:
- BufferHistory
- static class BufferHistory.RecentHandler
- extends com.microstar.xml.HandlerBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
private java.lang.String path
caret
private int caret
selection
private java.lang.String selection
encoding
private java.lang.String encoding
charData
private java.lang.String charData
BufferHistory.RecentHandler
BufferHistory.RecentHandler()
resolveEntity
public java.lang.Object resolveEntity(java.lang.String publicId,
java.lang.String systemId)
- Description copied from class:
com.microstar.xml.HandlerBase
- Resolve an external entity.
The default implementation simply returns the supplied
system identifier.
doctypeDecl
public void doctypeDecl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
throws java.lang.Exception
- Description copied from class:
com.microstar.xml.HandlerBase
- Handle a document type declaration.
The default implementation does nothing.
endElement
public void endElement(java.lang.String name)
- Description copied from class:
com.microstar.xml.HandlerBase
- Handle the end of an element.
The default implementation does nothing.
charData
public void charData(char[] ch,
int start,
int length)
- Description copied from class:
com.microstar.xml.HandlerBase
- Handle character data.
The default implementation does nothing.