Class SPKIDataImpl

    • Constructor Detail

      • SPKIDataImpl

        protected SPKIDataImpl​(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

      • getXMLObjects

        public List<XMLObject> getXMLObjects()
        Get the list of all XMLObject children.
        Specified by:
        getXMLObjects in interface SPKIData
        Returns:
        the list of XMLObject children
      • getXMLObjects

        public List<XMLObject> getXMLObjects​(QName typeOrName)
        Get the list of XMLObject children whose type or element QName matches the specified QName.
        Specified by:
        getXMLObjects in interface SPKIData
        Parameters:
        typeOrName - the QName of the desired elements
        Returns:
        the matching list of XMLObject children
      • getSPKISexps

        public List<SPKISexp> getSPKISexps()
        Get the list of SPKISexp child elements.
        Specified by:
        getSPKISexps in interface SPKIData
        Returns:
        the list of SPKISexp child elements
      • 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