MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / deleteAttrPrefix

Method deleteAttrPrefix

opensca/sca/java/xml/marshal.go:397–400  ·  view source on GitHub ↗

deleteAttrPrefix removes an attribute name space prefix.

(prefix string)

Source from the content-addressed store, hash-verified

395
396// deleteAttrPrefix removes an attribute name space prefix.
397func (p *printer) deleteAttrPrefix(prefix string) {
398 delete(p.attrPrefix, p.attrNS[prefix])
399 delete(p.attrNS, prefix)
400}
401
402func (p *printer) markPrefix() {
403 p.prefixes = append(p.prefixes, "")

Callers 1

popPrefixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected