Searched refs:SourceTreeManager (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java488 // ================ SourceTreeManager ===================
492 private SourceTreeManager m_sourceTreeManager = new SourceTreeManager();
495 * Get the SourceTreeManager associated with this execution context.
497 * @return the SourceTreeManager associated with this execution context.
499 public final SourceTreeManager getSourceTreeManager()
505 * Set the SourceTreeManager associated with this execution context.
507 * @param mgr the SourceTreeManager to be associated with this
510 public void setSourceTreeManager(SourceTreeManager mgr)
H A DSourceTreeManager.java21 * $Id: SourceTreeManager.java,v 1.2.4.1 2005/09/10 18:14:09 jeffsuttor Exp $
46 public class SourceTreeManager class

Completed in 24 milliseconds