Puts a non-custom tag prefix in the map. @param prefix The prefix @param where The mark location
(String prefix, Mark where)
| 981 | * @param where The mark location |
| 982 | */ |
| 983 | public void putNonCustomTagPrefix(String prefix, Mark where) { |
| 984 | nonCustomTagPrefixMap.put(prefix, where); |
| 985 | } |
| 986 | |
| 987 | /** |
| 988 | * Gets the mark for a non-custom tag prefix. |