Extension SDK 10.1.2

oracle.ide.xml
Interface NodeInfoLoader


public interface NodeInfoLoader

This interface defines a method which can be called to lazily load NodeInfos when a file extension is recognized.


Method Summary
 void loadNodeInfos()
          The XMLRecognizer calls this method to ensure that NodeInfos have been loaded.
 

Method Detail

loadNodeInfos

public void loadNodeInfos()
The XMLRecognizer calls this method to ensure that NodeInfos have been loaded. This method is only called once.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.