Class VersionDiscovererAbstract
Methods
getFromDOMDocument
- getFromDOMDocument(document: Document): string
-
Returns string
getFromDOMElement
- getFromDOMElement(element: Element): string
-
Returns string
getFromNode
- getFromNode(node: CNodeInterface): string
-
Returns string
getFromXmlString
- getFromXmlString(contents: string): string
-
Returns string
Abstract rules
- rules(): Record<string, string>
-
Returns Record<string, string>
This method should be implemented and return Record of key/value elements where the key is the version number and the value is the attribute to query