org.cyberneko.html.filters
Class NamespaceBinder.NamespaceSupport
java.lang.Object
org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport
- NamespaceBinder
- NamespaceContext
public static class NamespaceBinder.NamespaceSupport
extends java.lang.Object
implements NamespaceContext
This namespace context object implements the old and new XNI
NamespaceContext
interface methods so that it can
be used across all versions of Xerces2.
protected org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport.Entry[] | fEntries - The entries.
|
protected int[] | fLevels - The levels of the entries.
|
protected int | fTop - Top of the levels list.
|
fEntries
protected org.cyberneko.html.filters.NamespaceBinder.NamespaceSupport.Entry[] fEntries
The entries.
fLevels
protected int[] fLevels
The levels of the entries.
fTop
protected int fTop
Top of the levels list.
NamespaceSupport
public NamespaceSupport()
Default constructor.
declarePrefix
public boolean declarePrefix(String prefix,
String uri)
Declare prefix.
getAllPrefixes
public Enumeration getAllPrefixes()
Get all prefixes.
getDeclaredPrefixAt
public String getDeclaredPrefixAt(int index)
Get declared prefix at.
getDeclaredPrefixCount
public int getDeclaredPrefixCount()
Get declared prefix count.
getParentContext
public NamespaceContext getParentContext()
Get parent context.
getPrefix
public String getPrefix(String uri)
Get prefix.
getURI
public String getURI(String prefix)
Get URI.
popContext
public void popContext()
Pop context.
pushContext
public void pushContext()
Push context.
reset
public void reset()
Reset.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.