Package org.mitre.cpe.dictionary.x20

Examples of org.mitre.cpe.dictionary.x20.CpeListDocument


      ParseException {

    XmlObject data = sourceContext.getSourceContent().getXmlBeansInstance()
        .getXmlObject();
    if (data instanceof CpeListDocument) {
      CpeListDocument document = (CpeListDocument) data;
      cpeList = document.getCpeList();
    } else if (data instanceof ListType) {
      cpeList = (ListType) sourceContext.getSourceContent()
          .getXmlBeansInstance().getXmlObject();
    } else {
      throw new UnsupportedOperationException("unsupported class: "
View Full Code Here

TOP

Related Classes of org.mitre.cpe.dictionary.x20.CpeListDocument

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.