org.idoox.xml
Class TokenizerResolver.PrefixesStack

java.lang.Object
  extended byorg.idoox.xml.TokenizerResolver.PrefixesStack
Enclosing class:
TokenizerResolver

protected static class TokenizerResolver.PrefixesStack
extends java.lang.Object


Constructor Summary
TokenizerResolver.PrefixesStack()
           
 
Method Summary
 java.lang.String getURI(java.lang.String prefix)
          Gets
 boolean isPrefixRegistered(java.lang.String prefix)
          Gets
 void registerPrefixes(DeclaredPrefixesStack prefixesStack)
          Method
 void registerPrefixes(DeclaredPrefixesStack prefixesStack, boolean putPrefixes)
           
 void unregisterPrefixes()
          Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenizerResolver.PrefixesStack

public TokenizerResolver.PrefixesStack()
Method Detail

registerPrefixes

public void registerPrefixes(DeclaredPrefixesStack prefixesStack)
Method

Parameters:
prefixesStack - Parameter

registerPrefixes

public void registerPrefixes(DeclaredPrefixesStack prefixesStack,
                             boolean putPrefixes)

unregisterPrefixes

public void unregisterPrefixes()
Method


getURI

public java.lang.String getURI(java.lang.String prefix)
Gets

Parameters:
prefix - Parameter
Returns:
The URI value

isPrefixRegistered

public boolean isPrefixRegistered(java.lang.String prefix)
Gets

Parameters:
prefix - Parameter
Returns:
The PrefixRegistered value