LockEntryElementParser typedef
Parser used for
There's a parser implemented by default:
<!ELEMENT lockentry (lockscope, locktype) >
Implementation
typedef LockEntryElementParser = Converter<XmlElement, LockEntry?>;
Parser used for
There's a parser implemented by default:
<!ELEMENT lockentry (lockscope, locktype) >
typedef LockEntryElementParser = Converter<XmlElement, LockEntry?>;