Class XML_1_0

java.lang.Object
eu.bandm.tools.lexic.lib.XML_1_0

public class XML_1_0 extends Object
Contains parsing rules for selected definitions from the XML 1.0 specification. Please note that the rules from XML 1.1 can be substantially different.
  • Field Details

    • forbidden1

      static final TokenFragment forbidden1
    • forbidden2

      static final TokenFragment forbidden2
    • nameStartChar

      public static final TokenFragment nameStartChar
    • nameChar

      public static final TokenFragment nameChar
    • name

      public static final TokenFragment name
      See [XML 1.0 section 2.3 rule 5].
    • nmtoken

      public static final TokenFragment nmtoken
      See [XML 1.0 section 2.3 rule 7].
    • ncname

      public static final TokenFragment ncname
      Accepts a name which does not contain a colon »:«. Is needed for constructing names in the "namespace mode", see [Namespaces in XML 1.0, section 3, rule 4]
    • qname

      public static final TokenFragment qname
      Accepts one ncname, or two of them connected by a single colon »:«. See [Namespaces in XML 1.0, section 3, rule 4]
    • qname2

      public static final Installable<TokenFragment> qname2
  • Constructor Details

    • XML_1_0

      public XML_1_0()