Class EvidenceImpl

    • Constructor Detail

      • EvidenceImpl

        protected EvidenceImpl​(String namespaceURI,
                               String elementLocalName,
                               String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getEvidence

        public List<Evidentiary> getEvidence()
        Gets the list of all elements used as evidence.
        Specified by:
        getEvidence in interface Evidence
        Returns:
        the list of Evidentiary objects used as evidence
      • getAssertionIDReferences

        public List<AssertionIDRef> getAssertionIDReferences()
        Gets the list of AssertionID references used as evidence.
        Specified by:
        getAssertionIDReferences in interface Evidence
        Returns:
        the list of AssertionID references used as evidence
      • getAssertionURIReferences

        public List<AssertionURIRef> getAssertionURIReferences()
        Gets the list of AssertionURI references used as evidence.
        Specified by:
        getAssertionURIReferences in interface Evidence
        Returns:
        the list of AssertionURI references used as evidence
      • getAssertions

        public List<Assertion> getAssertions()
        Gets the list of Assertions used as evidence.
        Specified by:
        getAssertions in interface Evidence
        Returns:
        the list of Assertions used as evidence
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements