Open SiteSearch 4.1.1
Final

ORG.oclc.xml.util
Class NameSpaceContext

java.lang.Object
  |
  +--ORG.oclc.xml.util.NameSpaceContext

public class NameSpaceContext
extends Object


Constructor Summary
NameSpaceContext()
           
 
Method Summary
 void addNameSpace(Atom url, Atom n)
          add name space.
 Atom findNameSpace(Atom n)
          find name space, long name is the key
 void pop()
           
 void push()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameSpaceContext

public NameSpaceContext()
Method Detail

addNameSpace

public final void addNameSpace(Atom url,
                               Atom n)
add name space. long name is the key

findNameSpace

public final Atom findNameSpace(Atom n)
find name space, long name is the key

push

public final void push()

pop

public final void pop()

Open SiteSearch 4.1.1
Final