ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Attribute
ocean
text
xml
SaxParser
Single attributes are represented by this struct.
struct
Attribute (
Ch
=
char
) {
Ch
[]
localName
;
Ch
[]
value
;
}
Members
Variables
localName
Ch
[]
localName
;
Undocumented in source.
value
Ch
[]
value
;
Undocumented in source.
Meta
Source
See Implementation
ocean
text
xml
SaxParser
classes
SAXException
SaxHandler
SaxParser
XMLFilter
XMLFilterImpl
interfaces
EntityResolver
ErrorHandler
Locator
XMLReader
structs
Attribute
Single attributes are represented by this struct.