Uses of Class
eu.europa.esig.dss.definition.DSSNamespace
Packages that use DSSNamespace
Package
Description
-
Uses of DSSNamespace in eu.europa.esig.dss
Methods in eu.europa.esig.dss that return DSSNamespaceModifier and TypeMethodDescriptionstatic DSSNamespaceDomUtils.browseRecursivelyForNamespaceWithUri(Element element, String uri) This method browses throughelementlooking for a namespace with the targeturiand returnsDSSNamespaceif foundMethods in eu.europa.esig.dss with parameters of type DSSNamespaceModifier and TypeMethodDescriptionstatic ElementDomUtils.addElement(Document document, Element parentDom, DSSNamespace namespace, DSSElement element) This method creates and adds a new XMLElementstatic voidDomUtils.addNamespaceAttribute(Element element, DSSNamespace namespace) Adds a namespace attribute to the elementstatic ElementDomUtils.addTextElement(Document document, Element parentDom, DSSNamespace namespace, DSSElement element, String value) This method creates and adds a new XMLElementwith text valuestatic ElementDomUtils.createElementNS(Document documentDom, DSSNamespace namespace, DSSElement element) Creates an element with the given namespacestatic booleanDomUtils.registerNamespace(DSSNamespace namespace) This method allows to register a namespace and associated prefix.static voidDomUtils.setAttributeNS(Element element, DSSNamespace namespace, DSSAttribute attribute, String value) This method adds an attribute with the namespace and the value -
Uses of DSSNamespace in eu.europa.esig.dss.definition
Methods in eu.europa.esig.dss.definition that return DSSNamespace -
Uses of DSSNamespace in eu.europa.esig.dss.definition.xmldsig
Fields in eu.europa.esig.dss.definition.xmldsig declared as DSSNamespaceModifier and TypeFieldDescriptionstatic final DSSNamespaceXMLDSigNamespace.NSDefault XMLDSig namespace definitionMethods in eu.europa.esig.dss.definition.xmldsig that return DSSNamespace