Uses of Class
org.apache.xml.security.c14n.implementations.NameSpaceSymbEntry
-
Packages that use NameSpaceSymbEntry Package Description org.apache.xml.security.c14n.implementations -
-
Uses of NameSpaceSymbEntry in org.apache.xml.security.c14n.implementations
Fields in org.apache.xml.security.c14n.implementations declared as NameSpaceSymbEntry Modifier and Type Field Description (package private) NameSpaceSymbEntry[]
SymbMap. entries
Methods in org.apache.xml.security.c14n.implementations that return NameSpaceSymbEntry Modifier and Type Method Description (package private) NameSpaceSymbEntry
SymbMap. get(java.lang.String key)
Methods in org.apache.xml.security.c14n.implementations that return types with arguments of type NameSpaceSymbEntry Modifier and Type Method Description (package private) java.util.List<NameSpaceSymbEntry>
SymbMap. entrySet()
Methods in org.apache.xml.security.c14n.implementations with parameters of type NameSpaceSymbEntry Modifier and Type Method Description (package private) void
SymbMap. put(java.lang.String key, NameSpaceSymbEntry value)
-