Gets the mark for a non-custom tag prefix. @param prefix The prefix @return The mark location
(String prefix)
| 991 | * @return The mark location |
| 992 | */ |
| 993 | public Mark getNonCustomTagPrefix(String prefix) { |
| 994 | return nonCustomTagPrefixMap.get(prefix); |
| 995 | } |
| 996 | |
| 997 | /** |
| 998 | * Returns the deferredSyntaxAllowedAsLiteral attribute value. |
no test coverage detected