Constructor
new OwsLanguageString(element)
Constructs an OWS Constraint instance from an XML DOM.
Parameters:
Name | Type | Description |
---|---|---|
element |
Element | An XML DOM element representing the OWS LanguageString element. |
- Source:
Throws:
-
If the specified XML DOM element is null or undefined.
- Type
- ArgumentError
Members
lang :string
Identifier of a language used by the data(set) contents. This language identifier shall be as specified
in IETF RFC 4646. When this element is omitted, the language used is not identified.
Type:
- string
- Source:
value :string
The text content of the element.
Type:
- string
- Source: