DocumentENameExtractor

Strategy trait for finding TextENameExtractors in a document. Hence implementations of this trait can retrieve all ENames and therefore all namespaces used in a document.

Strategy trait for finding TextENameExtractors in a document. Hence implementations of this trait can retrieve all ENames and therefore all namespaces used in a document.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

Finds the optional TextENameExtractor for the attribute with the given name in the given element.

Finds the optional TextENameExtractor for the attribute with the given name in the given element.

The root element of the given BackingElemApi element must be the root element of the document.

If there is a corresponding XML Schema, and it specifies that this attribute value is of type xs:QName, then this optional TextENameExtractor should be SimpleTextENameExtractor.

Finds the optional TextENameExtractor for the element text content in the given element.

Finds the optional TextENameExtractor for the element text content in the given element.

The root element of the given BackingElemApi element must be the root element of the document.

If there is a corresponding XML Schema, and it specifies that this element text is of type xs:QName, then this optional TextENameExtractor should be SimpleTextENameExtractor.