Class AbstractRegexDefinitionFunction<T extends SchemaElement>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String NO_WSP_REGEX
      Regex to match one or more non spaces.
      protected static java.lang.String ONE_WSP_REGEX
      Regex to match one or more spaces.
      protected static java.lang.String WSP_REGEX
      Regex to match zero or more spaces.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Extensions parseExtensions​(java.lang.String definition)
      Parses extensions from the supplied definition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WSP_REGEX

        protected static final java.lang.String WSP_REGEX
        Regex to match zero or more spaces.
        See Also:
        Constant Field Values
      • ONE_WSP_REGEX

        protected static final java.lang.String ONE_WSP_REGEX
        Regex to match one or more spaces.
        See Also:
        Constant Field Values
      • NO_WSP_REGEX

        protected static final java.lang.String NO_WSP_REGEX
        Regex to match one or more non spaces.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractRegexDefinitionFunction

        public AbstractRegexDefinitionFunction()
    • Method Detail

      • parseExtensions

        protected Extensions parseExtensions​(java.lang.String definition)
        Parses extensions from the supplied definition.
        Parameters:
        definition - that was parsed
        Returns:
        extensions