org.cyberneko.html.filters
public static class NamespaceBinder.NamespaceSupport extends Object implements NamespaceContext
NamespaceContext interface methods so that it can
be used across all versions of Xerces2.
| Field Summary | |
|---|---|
| protected NamespaceBinder.NamespaceSupport.Entry[] | fEntries The entries. |
| protected int[] | fLevels The levels of the entries. |
| protected int | fTop Top of the levels list. |
| Constructor Summary | |
|---|---|
| NamespaceSupport() Default constructor. | |
| Method Summary | |
|---|---|
| boolean | declarePrefix(String prefix, String uri) Declare prefix. |
| Enumeration | getAllPrefixes() Get all prefixes. |
| String | getDeclaredPrefixAt(int index) Get declared prefix at. |
| int | getDeclaredPrefixCount() Get declared prefix count. |
| NamespaceContext | getParentContext() Get parent context. |
| String | getPrefix(String uri) Get prefix. |
| String | getURI(String prefix) Get URI. |
| void | popContext() Pop context. |
| void | pushContext() Push context. |
| void | reset() Reset. |