Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit
Class BufferHistory.RecentHandler  view BufferHistory.RecentHandler download BufferHistory.RecentHandler.java

java.lang.Object
  extended bycom.microstar.xml.HandlerBase
      extended byorg.gjt.sp.jedit.BufferHistory.RecentHandler
All Implemented Interfaces:
com.microstar.xml.XmlHandler
Enclosing class:
BufferHistory

static class BufferHistory.RecentHandler
extends com.microstar.xml.HandlerBase


Field Summary
private  int caret
           
private  java.lang.String charData
           
private  java.lang.String encoding
           
private  java.lang.String path
           
private  java.lang.String selection
           
 
Constructor Summary
(package private) BufferHistory.RecentHandler()
           
 
Method Summary
 void charData(char[] ch, int start, int length)
          Handle character data.
 void doctypeDecl(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Handle a document type declaration.
 void endElement(java.lang.String name)
          Handle the end of an element.
 java.lang.Object resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve an external entity.
 
Methods inherited from class com.microstar.xml.HandlerBase
attribute, endDocument, endExternalEntity, error, ignorableWhitespace, processingInstruction, startDocument, startElement, startExternalEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BufferHistory.RecentHandler

BufferHistory.RecentHandler()
Method Detail

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.