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

Quick Search    Search Deep

javax.ide.net.spi
Class VFSHook.HelperVisitor  view VFSHook.HelperVisitor download VFSHook.HelperVisitor.java

java.lang.Object
  extended byjavax.ide.extension.ElementVisitor
      extended byjavax.ide.net.spi.VFSHook.HelperVisitor
Enclosing class:
VFSHook

private final class VFSHook.HelperVisitor
extends javax.ide.extension.ElementVisitor


Field Summary
 
Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR
 
Constructor Summary
private VFSHook.HelperVisitor()
           
 
Method Summary
 void end(javax.ide.extension.ElementEndContext context)
          Visit the end tag of an xml element.
 void start(javax.ide.extension.ElementStartContext context)
          Visit the start tag of an xml element.
 
Methods inherited from class javax.ide.extension.ElementVisitor
log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFSHook.HelperVisitor

private VFSHook.HelperVisitor()
Method Detail

start

public void start(javax.ide.extension.ElementStartContext context)
Description copied from class: javax.ide.extension.ElementVisitor
Visit the start tag of an xml element.

This implementation does nothing.


end

public void end(javax.ide.extension.ElementEndContext context)
Description copied from class: javax.ide.extension.ElementVisitor
Visit the end tag of an xml element.

This implementation does nothing.