public abstract class AbstractStaxXmlDSigParser<T> extends AbstractStaxParser<T,XmlDSigQNames>
Modifier and Type | Field and Description |
---|---|
protected static QNameEnumLookup<XmlDSigQNames> |
LOOKUP |
expectedStartElement, LOGGER
Constructor and Description |
---|
AbstractStaxXmlDSigParser(XmlDSigQNames expectedStartElement) |
Modifier and Type | Method and Description |
---|---|
protected XmlDSigQNames |
getElementFromName(QName name) |
instantiateElement, isUnknownElement, parse, processSubElement, validateStartElement
protected static final QNameEnumLookup<XmlDSigQNames> LOOKUP
public AbstractStaxXmlDSigParser(XmlDSigQNames expectedStartElement)
protected XmlDSigQNames getElementFromName(QName name)
getElementFromName
in class AbstractStaxParser<T,XmlDSigQNames>
Copyright © 2021 JBoss by Red Hat. All rights reserved.