Interface SAXAttributeParserTraits
- All Known Implementing Classes:
FFprobeResultSAX
public interface SAXAttributeParserTraits
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAttrBooleanValue(Attributes attributes, String keyName) default booleangetAttrBooleanValue(Attributes attributes, String keyName, boolean orDefault) getAttrFloatValue(Attributes attributes, String keyName) default floatgetAttrFloatValue(Attributes attributes, String keyName, float orDefault) getAttrIntValue(Attributes attributes, String keyName) default intgetAttrIntValue(Attributes attributes, String keyName, int orDefault) getAttrLongValue(Attributes attributes, String keyName) default longgetAttrLongValue(Attributes attributes, String keyName, long orDefault) getAttrValue(Attributes attributes, String keyName) default StringgetAttrValue(Attributes attributes, String keyName, String orDefault)
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
getAttrValue
-
getAttrValue
-
getAttrBooleanValue
-
getAttrBooleanValue
-
getAttrIntValue
-
getAttrIntValue
-
getAttrLongValue
-
getAttrLongValue
-
getAttrFloatValue
-
getAttrFloatValue
-