XMLFilterImpl.getFeature

Look up the value of a feature.

<p>This will always fail if the parent is null.</p>

@param name The feature name. @return The current value of the feature. @exception org.xml.sax.SAXNotRecognizedException If the feature value can't be assigned or retrieved from the parent. @exception org.xml.sax.SAXNotSupportedException When the parent recognizes the feature name but cannot determine its value at this time.

class XMLFilterImpl(Ch = char)
bool
getFeature
(
const(Ch)[] name
)

Meta