Uses of Class
org.apache.xml.security.c14n.implementations.SymbMap
-
Packages that use SymbMap Package Description org.apache.xml.security.c14n.implementations -
-
Uses of SymbMap in org.apache.xml.security.c14n.implementations
Fields in org.apache.xml.security.c14n.implementations declared as SymbMap Modifier and Type Field Description private static SymbMap
NameSpaceSymbTable. initialMap
private SymbMap
NameSpaceSymbTable. symb
The map betwen prefix-> entry table.Fields in org.apache.xml.security.c14n.implementations with type parameters of type SymbMap Modifier and Type Field Description private java.util.List<SymbMap>
NameSpaceSymbTable. level
The stacks for removing the definitions when doing pop.
-