Package eu.bandm.tools.lexic.lib
Class XML_1_0
java.lang.Object
eu.bandm.tools.lexic.lib.XML_1_0
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.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) static final TokenFragment
(package private) static final TokenFragment
static final TokenFragment
See [XML 1.0 section 2.3 rule 5].static final TokenFragment
static final TokenFragment
static final TokenFragment
Accepts aname
which does not contain a colon »:
«.static final TokenFragment
See [XML 1.0 section 2.3 rule 7].static final TokenFragment
Accepts onencname
, or two of them connected by a single colon »:
«.static final Installable<TokenFragment>
-
Constructor Summary
-
Method Summary
-
Field Details
-
forbidden1
-
forbidden2
-
nameStartChar
-
nameChar
-
name
See [XML 1.0 section 2.3 rule 5]. -
nmtoken
See [XML 1.0 section 2.3 rule 7]. -
ncname
Accepts aname
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
Accepts onencname
, or two of them connected by a single colon »:
«. See [Namespaces in XML 1.0, section 3, rule 4] -
qname2
-
-
Constructor Details
-
XML_1_0
public XML_1_0()
-