XmlEtd class
An Element Type Declaration.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFormattedString(
{int nestingLevel = 0, String indent = '\t'}) → String -
Returns this node as a formatted string.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override
Static Methods
-
from(
String string, {bool trimWhitespace = false}) → XmlEtd? -
Returns the first DTD Element Type Declaration found in
string
.string
must not benull
.override -
parseString(
String string, {bool trimWhitespace = true, int start = 0, int? stop}) → List< XmlEtd> ? -
Returns a list of every DTD Element Type Declaration found in
string
.string
must not benull
.override