Modules§
Structs§
- Attribute
Value - An
AttributeValueis contained by theToken::AttributeValuevariants. - CDATA
Section - A
CDATASectionis contained by theToken::CDATASectionvariant. - Comment
- Represents an XML comment, contained by the
Token::Commentvariant. - DecChar
Ref - A
DecCharRefis contained by theToken::DecCharRefvariant. - EncName
- Specifies the character encoding which is being used and is
contained by the
Token::XMLEncodingvariant. - HexChar
Ref - A
HexCharRefis contained by theToken::HexCharRefvariant. - NCName
- An
NCNameis contained by theToken::NamespacePrefixvariant. - Name
- An XML Name is contained by the
Token::DoctypeNameandToken::EntityRefvariants. Contrast this withQNamewhich is defined by the XML Namespaces specification and is used by attributes and elements. - Namespace
Value - A
NamespaceValueis contained by theToken::NamespaceValuevariant. In XML 1.0 the contained value must be a URI, in XML 1.1 the contained value must be an IRI. - PIData
- Represents processing instruction data, contained by the
Token::PIDatavariant. - PITarget
- Represents a processing instruction target, contained by the
Token::PITargetvariant. - Parse
Token Error - QName
- An XML QName is contained by the
Token::ElementStart,Token::ElementEndandToken::AttributeNamevariants. - Text
- A
Textis contained by theToken::Textvariant. - Tokenizer
Enums§
- Parse
Token Error Kind - Token
- Token representing an “atomic unit” of an XML document or XML fragment.
- XMLVersion
- Specifies the version of XML which is being used and is contained
by the
Token::XMLVersionvariant.