Interface TypeParser

    • Method Detail

      • getTypeBuilder

        TypeBuilder getTypeBuilder()
        Returns:
        an instance of the TypeBuilder class. Wheter the Type Need special handling or not. if not just return a new instance of the StandardTypeBuilder
      • parseType

        void parseType​(ConcreteType concreteType,
                       com.ximpleware.VTDNav vn,
                       org.apache.uima.jcas.JCas jcas,
                       byte[] identifier,
                       DocumentTextData docText)
                throws Exception
        Parses a Type. Gather all necessary Infomations from the vdtnav, and fill the concrete Type. The corresponding TypeTemplate is part of the ConcreteType
        Parameters:
        concreteType -
        xpath -
        vn -
        String - identifier
        DocumentTextData - docText
        Throws:
        Exception
        org.apache.uima.collection.CollectionException