scala.xml.dtd
Type members
Classlikes
an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.
an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.
XML declarations
XML declarations
- scala.xml.dtd.AttListDecl — Attribute list declaration (ATTLIST)
- scala.xml.dtd.AttrDecl — Attribute declaration
- scala.xml.dtd.ElemDecl — Element declaration (ELEMENT)
- scala.xml.dtd.ParameterEntityDecl — Parameter entity list (ENTITY %)
- scala.xml.dtd.ParsedEntityDecl — Parsed general entity list (ENTITY)
- scala.xml.dtd.PEReference — Parsed entity reference
- scala.xml.dtd.UnparsedEntityDecl — Unparsed entity list (ENTITY NDATA)
An XML node for document type declaration.
An XML node for document type declaration.
- Value Params
- extID
NoExternalID or the external ID of this doctype
- intSubset
sequence of internal subset declarations
- name
name of this DOCTYPE
- Companion
- object
A marker used when a DocType
contains no external id.
A marker used when a DocType
contains no external id.
a public identifier (see http://www.w3.org/QA/2002/04/valid-dtd-list.html).
a public identifier (see http://www.w3.org/QA/2002/04/valid-dtd-list.html).
- Value Params
- publicId
the public identifier literal
- systemId
(can be null for notation pubIDs) the system identifier literal